From 5b6693cee555139d2f0cfac54c1f23f7a2581fd0 Mon Sep 17 00:00:00 2001 From: chenhb-zte Date: Wed, 5 Apr 2017 17:44:05 +0800 Subject: [PATCH] credentials is not updated after deployment is recreated We should update the engine's deployment after deployment is updated. Closes-Bug: #1675271 Change-Id: I9c3b07c1de3bd61121757c8c6075777f001310cb --- tests/functional/test_cli_deployment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/test_cli_deployment.py b/tests/functional/test_cli_deployment.py index 29956fa4..9b1fe462 100644 --- a/tests/functional/test_cli_deployment.py +++ b/tests/functional/test_cli_deployment.py @@ -97,6 +97,7 @@ class DeploymentTestCase(unittest.TestCase): self.assertIn("t_create_env", self.rally("deployment list")) self.assertEqual(config, json.loads(self.rally("deployment config"))) + self.assertIn("http://foo/", self.rally("deployment show")) def test_use(self): self.rally.env.update(utils.TEST_ENV)