diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-03-06 13:54:40 -0500 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2021-03-24 14:00:59 +0000 |
commit | 72885bb25ecb5fac935e27a34df6b3b3860e7115 (patch) | |
tree | 51ba8a1b9e0f3d678e4ed32507a397a973db8524 /robot/testsuites | |
parent | 814032fe8070641a4ee760689b9e282c2b777a8a (diff) |
Add DCAE Microservice Health Check
Issue-ID: DCAEGEN2-2660
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I0f7488008e7595e493176138b5f449b33ddb0f1b
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/health-check.robot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 92335d62..9344e5a8 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -28,6 +28,7 @@ Resource ../resources/dr_interface.robot Resource ../resources/pomba_interface.robot Resource ../resources/holmes_interface.robot Resource ../resources/cds_interface.robot +Resource ../resources/dcae_ms_interface.robot *** Test Cases *** @@ -64,6 +65,10 @@ Basic DCAE Health Check [Tags] health medium health-dcaegen2 Run DCAE Health Check +Basic DCAE Microservices Health Check + [Tags] health medium health-dcaegen2-services + Run DCAE Microservices Health Check + Basic DMAAP Data Router Health Check [Tags] health datarouter health-dmaap Run DR Health Check |