mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
fix gce tests
This commit is contained in:
parent
c8a9df0179
commit
f88ff75c19
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user