Merge "credentials is not updated after deployment is recreated"

This commit is contained in:
Jenkins 2017-04-06 10:40:14 +00:00 committed by Gerrit Code Review
commit 2adb4c6116

View File

@ -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)