-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57777/
-----------------------------------------------------------
Review request for Ambari and Eugene Chekanskiy.
Bugs: AMBARI-20500
https://issues.apache.org/jira/browse/AMBARI-20500
Repository: ambari
Description
-------
======================================================================
FAIL: test_get_params_from_filesystem
(TestSecurityCommons.TestSecurityCommons)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/user/ambari/ambari-common/src/test/python/mock/mock.py", line
1199, in patched
return func(*args, **keywargs)
File
"/home/user/ambari/ambari-agent/src/test/python/resource_management/TestSecurityCommons.py",
line 203, in test_get_params_from_filesystem
et_parser_mock.assert_called_with(conf_dir + os.sep + "config.xml")
File "/home/user/ambari/ambari-common/src/test/python/mock/mock.py", line
829, in assert_called_with
raise AssertionError('Expected call: %s\nNot called' % (expected,))
AssertionError: Expected call: parse('/tmp/config.xml')
Not called
Diffs
-----
ambari-agent/src/test/python/resource_management/TestSecurityCommons.py
b44b454
Diff: https://reviews.apache.org/r/57777/diff/1/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk