From fb2a7ce923f1146fbe2b82ced2bf99ce80d09b62 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Mon, 16 Mar 2020 14:59:50 +0100 Subject: [PATCH] Testing: Move from ibmcloud to ibmps --- test/lib/ansible_test/_internal/core_ci.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/lib/ansible_test/_internal/core_ci.py b/test/lib/ansible_test/_internal/core_ci.py index cac1f0bbfda..13b475d58bb 100644 --- a/test/lib/ansible_test/_internal/core_ci.py +++ b/test/lib/ansible_test/_internal/core_ci.py @@ -94,7 +94,7 @@ class AnsibleCoreCI: azure=( 'azure', ), - ibmcloud=( + ibmps=( 'aix', 'ibmi', ), @@ -123,7 +123,7 @@ class AnsibleCoreCI: 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': self.resource = self.provider @@ -151,7 +151,7 @@ class AnsibleCoreCI: else: self.port = 22 - if self.provider == 'ibmcloud': + if self.provider == 'ibmps': # Additional retries are neededed to accommodate images transitioning # to the active state in the IBM cloud. This operation can take up to # 90 seconds