diff options
author | morganrol <morgan.richomme@orange.com> | 2021-06-30 14:45:25 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-06-30 14:46:23 +0200 |
commit | 3434a5a3018770bbe1c95bd32762aed3545516d8 (patch) | |
tree | 13601e1d88656b11b9b2af9258ac178fefa2087f /robot | |
parent | f93614f8b95498058eba70fe17b6dbfe314f4f6f (diff) |
[MULTICLOUD] Exclude multicloud healthcheck tests
As we do not deploy all the multiclkoud rivers, the healthcheck tests
related to multicloud must be adapted accordingly.
Pease note that these tests can still be played using mulmticloud tags
in case people decides to deploy one of the driver in addition of the
default ones.
Issue-ID: MULTICLOUD-1362
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I7d18f04f1b2e6d058664284ea2ae6820808df8c8
Diffstat (limited to 'robot')
-rw-r--r-- | robot/testsuites/health-check.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 8160dae2..87aeb9e1 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -116,15 +116,15 @@ Basic Multicloud-pike API Health Check Run MSB Get Request /api/multicloud-pike/v0/swagger.json Basic Multicloud-starlingx API Health Check - [Tags] health multicloud health-multicloud + [Tags] multicloud health-multicloud Run MSB Get Request /api/multicloud-starlingx/v0/swagger.json Basic Multicloud-titanium_cloud API Health Check - [Tags] health multicloud health-multicloud + [Tags] multicloud health-multicloud Run MSB Get Request /api/multicloud-titaniumcloud/v1/swagger.json Basic Multicloud-vio API Health Check - [Tags] health multicloud health-multicloud + [Tags] multicloud health-multicloud Run MSB Get Request /api/multicloud-vio/v0/swagger.json Basic Multicloud-k8s API Health Check |