Repository: ambari Updated Branches: refs/heads/branch-2.2 cde0fac58 -> 674bcdb0a
AMBARI-14463. Fix hcat client test for 2.2.1 branch.(vbrodetskyi) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/674bcdb0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/674bcdb0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/674bcdb0 Branch: refs/heads/branch-2.2 Commit: 674bcdb0a3569a7996141c619b1b512283b74a27 Parents: cde0fac Author: Vitaly Brodetskyi <[email protected]> Authored: Tue Dec 22 15:36:32 2015 +0200 Committer: Vitaly Brodetskyi <[email protected]> Committed: Tue Dec 22 15:37:19 2015 +0200 ---------------------------------------------------------------------- .../src/test/python/stacks/2.0.6/HIVE/test_hcat_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/674bcdb0/ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hcat_client.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hcat_client.py b/ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hcat_client.py index bd791c7..d339785 100644 --- a/ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hcat_client.py +++ b/ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hcat_client.py @@ -122,5 +122,5 @@ class TestHcatClient(RMFTestCase): call_mocks = [(0, None, ''), (0, None, ''), (0, None, ''), (0, None, '')], mocks_dict = mocks_dict) - self.assertResourceCalled('Execute',('ambari-python-wrap', '/usr/bin/hdp-select', 'set', 'hive-webhcat', version), sudo=True,) + self.assertResourceCalled('Execute',('hdp-select', 'set', 'hive-webhcat', version), sudo=True,) self.assertNoMoreResources() \ No newline at end of file
