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
This commit is contained in:
parent
a27078c085
commit
5b6693cee5
@ -97,6 +97,7 @@ class DeploymentTestCase(unittest.TestCase):
|
|||||||
self.assertIn("t_create_env", self.rally("deployment list"))
|
self.assertIn("t_create_env", self.rally("deployment list"))
|
||||||
self.assertEqual(config,
|
self.assertEqual(config,
|
||||||
json.loads(self.rally("deployment config")))
|
json.loads(self.rally("deployment config")))
|
||||||
|
self.assertIn("http://foo/", self.rally("deployment show"))
|
||||||
|
|
||||||
def test_use(self):
|
def test_use(self):
|
||||||
self.rally.env.update(utils.TEST_ENV)
|
self.rally.env.update(utils.TEST_ENV)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user