-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33218/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-10501
https://issues.apache.org/jira/browse/AMBARI-10501
Repository: ambari
Description
-------
shell.call and shell.checked_call should be always mocked in RMFTestCase in
order to avoid environment dependent unit test failures.
Diffs
-----
ambari-server/src/test/python/stacks/2.0.6/HDFS/test_datanode.py 2c0c9f6
ambari-server/src/test/python/stacks/2.0.6/HDFS/test_namenode.py 32a3ae3
ambari-server/src/test/python/stacks/2.0.6/HDFS/test_zkfc.py bc15f3f
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py ddfff2f
ambari-server/src/test/python/stacks/2.0.6/OOZIE/test_oozie_server.py 06480b7
ambari-server/src/test/python/stacks/2.0.6/YARN/test_nodemanager.py 6623fbe
ambari-server/src/test/python/stacks/utils/RMFTestCase.py 2e4b30f
Diff: https://reviews.apache.org/r/33218/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk