fix gce tests

This commit is contained in:
Daniel Wallace 2018-02-06 13:27:11 -07:00
parent c8a9df0179
commit f88ff75c19
No known key found for this signature in database
GPG Key ID: 5FA5E5544F010D48

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-').lower()
if profile_str not in providers:
self.skipTest(