diff options
author | mrichomme <morgan.richomme@orange.com> | 2019-04-26 14:45:53 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2019-04-26 14:45:53 +0200 |
commit | 1560a104998739764107bfb7fd51777c159f4fa2 (patch) | |
tree | 48f9debe5a23655604d6d7be4bc6b00a823f08c1 | |
parent | f0e37ce7c9c3f7c99e7087ecf42263601bcb9eb0 (diff) |
Remove core tag of DMAAP Bus Controller Health Check
as it is not a core feature
being core means that ONAP is not usable at all
any error on core leads to a stop of tests to save CI time
Issue-ID: INT-1050
Change-Id: I8f193fb60d28d9f4a322c33119dc3752126097e8
Signed-off-by: mrichomme <morgan.richomme@orange.com>
-rw-r--r-- | robot/testsuites/health-check.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index c3a6807d..0c7d94e4 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -74,7 +74,7 @@ Basic DMAAP Message Router PubSub Health Check Run MR PubSub Health Check Basic DMAAP Bus Controller Health Check With Basic Auth - [Tags] health core dev-dmaap + [Tags] health dev-dmaap Run BC Health Check With Basic Auth Basic External API NBI Health Check @@ -293,4 +293,4 @@ Basic Holmes Engine Management API Health Check Basic Multicloud-fcaps API Health Check [Tags] health multicloud dev-multicloud - Run MSB Get Request /api/multicloud-fcaps/healthcheck
\ No newline at end of file + Run MSB Get Request /api/multicloud-fcaps/healthcheck |