Repository: ambari Updated Branches: refs/heads/trunk aaadb0a4f -> 0564a1584
AMBARI-8779: Common Services: Refactor HDP-2.1 FALCON, STORM, TEZ services - commit unstaged change (Jayush Luniya) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0564a158 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0564a158 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0564a158 Branch: refs/heads/trunk Commit: 0564a1584e9c88243442d8b92db5483b8db97b66 Parents: aaadb0a Author: Jayush Luniya <[email protected]> Authored: Thu Dec 18 22:12:56 2014 -0800 Committer: Jayush Luniya <[email protected]> Committed: Thu Dec 18 22:12:56 2014 -0800 ---------------------------------------------------------------------- .../src/test/python/stacks/2.1/TEZ/test_tez_client.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0564a158/ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py b/ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py index cc53422..3d74113 100644 --- a/ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py +++ b/ambari-server/src/test/python/stacks/2.1/TEZ/test_tez_client.py @@ -62,10 +62,12 @@ class TestTezClient(RMFTestCase): def test_upgrade(self): - self.executeScript("2.1/services/TEZ/package/scripts/tez_client.py", + self.executeScript(self.COMMON_SERVICES_PACKAGE_DIR + "/scripts/tez_client.py", classname = "TezClient", command = "restart", - config_file="client-upgrade.json") + config_file="client-upgrade.json", + hdp_stack_version = self.STACK_VERSION, + target = RMFTestCase.TARGET_COMMON_SERVICES) self.assertResourceCalled("Execute", "hdp-select set hadoop-client 2.2.1.0-2067")
