diff options
author | 2023-03-01 09:18:13 +0100 | |
---|---|---|
committer | 2023-03-01 09:39:20 +0100 | |
commit | 25f8770b4c70f374ae4a79192d41116932897992 (patch) | |
tree | 10876bf45f4fdd49c290eee4dddb7a9fdf72f1a6 /robot/testsuites/health-check.robot | |
parent | 82f3caabe7d5907454a5bc08dbb92971e096fe92 (diff) |
[HEALTHCHECK] Disable MSB call in Modeling test
Use component interfaces instead of MSB
Issue-ID: TEST-392
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I8138919ace3148101a6b37f26708e3a91c765c3c
Diffstat (limited to 'robot/testsuites/health-check.robot')
-rw-r--r-- | robot/testsuites/health-check.robot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index d9ccd358..353cb6e4 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -31,6 +31,7 @@ Resource ../resources/mariadb_galera_interface.robot Resource ../resources/multicloud_interface.robot Resource ../resources/uui_interface.robot Resource ../resources/vfc_interface.robot +Resource ../resources/modeling_interface.robot Suite Teardown Close All Browsers @@ -322,9 +323,9 @@ Basic Holmes Engine Management API Health Check [Tags] health-holmes health Run Holmes Engine Mgmt Healthcheck -Basic Modeling genericparser API Health Check +Basic Modeling Parser API Health Check [Tags] health api health-modeling - Run MSB Get Request /api/parser/v1/health_check + Run Modeling Parser Healthcheck Enhanced CDS Health Check [Tags] health small health-cds |