Merge "credentials is not updated after deployment is recreated"
This commit is contained in:
commit
2adb4c6116
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user