Testing: Move from ibmcloud to ibmps

This commit is contained in:
Yanis Guenane 2020-03-16 14:59:50 +01:00 committed by Matt Clay
parent 8d8c73729f
commit fb2a7ce923

View file

@ -94,7 +94,7 @@ class AnsibleCoreCI:
azure=( azure=(
'azure', 'azure',
), ),
ibmcloud=( ibmps=(
'aix', 'aix',
'ibmi', 'ibmi',
), ),
@ -123,7 +123,7 @@ class AnsibleCoreCI:
self.path = os.path.expanduser('~/.ansible/test/instances/%s-%s-%s' % (self.name, self.provider, self.stage)) self.path = os.path.expanduser('~/.ansible/test/instances/%s-%s-%s' % (self.name, self.provider, self.stage))
if self.provider in ('aws', 'azure', 'ibmcloud'): if self.provider in ('aws', 'azure', 'ibmps'):
if self.provider != 'aws': if self.provider != 'aws':
self.resource = self.provider self.resource = self.provider
@ -151,7 +151,7 @@ class AnsibleCoreCI:
else: else:
self.port = 22 self.port = 22
if self.provider == 'ibmcloud': if self.provider == 'ibmps':
# Additional retries are neededed to accommodate images transitioning # Additional retries are neededed to accommodate images transitioning
# to the active state in the IBM cloud. This operation can take up to # to the active state in the IBM cloud. This operation can take up to
# 90 seconds # 90 seconds