mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Force gce cloud test name to be lowercase
This commit is contained in:
parent
6ecb2c7d5e
commit
5336dac2e1
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue