Force gce cloud test name to be lowercase

This commit is contained in:
Ch3LL 2017-12-19 10:07:06 -05:00
parent 6ecb2c7d5e
commit 5336dac2e1
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

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(