Merge pull request #45083 from Ch3LL/gce_test_fix

Force gce cloud test name to be lowercase
This commit is contained in:
Nicole Thomas 2017-12-20 06:46:23 -05:00 committed by GitHub
commit dafd2fc61f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ class GCETest(ShellCase):
provider = 'gce'
providers = self.run_cloud('--list-providers')
# Create the cloud instance name to be used throughout the tests
self.INSTANCE_NAME = generate_random_name('CLOUD-TEST-')
self.INSTANCE_NAME = generate_random_name('cloud-test-')
if profile_str not in providers:
self.skipTest(