From 2b1846b1b63ca15a8afbe89d1f8c791a7ecafe36 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 15 Nov 2017 22:12:25 -0800 Subject: Fix spelling in DCAE healthcheck service names Change-Id: Iee99e1ab5bd07d59c41de848126ca384501e4dbd Issue-ID: INT-320 Signed-off-by: Gary Wu --- robot/resources/dcae_interface.robot | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/robot/resources/dcae_interface.robot b/robot/resources/dcae_interface.robot index 8cf9f211..47b8b8e6 100644 --- a/robot/resources/dcae_interface.robot +++ b/robot/resources/dcae_interface.robot @@ -34,12 +34,13 @@ Check DCAE Results Should Contain Match ${service_names} deployment_handler Should Contain Match ${service_names} inventory Should Contain Match ${service_names} service_change_handler - Should Contain Match ${service_names} policy_handler + # Should Contain Match ${service_names} policy_handler Should Contain Match ${service_names} platform_dockerhost Should Contain Match ${service_names} component_dockerhost Should Contain Match ${service_names} cloudify_manager - Should Contain Match ${service_names} VES - Should Contain Match ${service_names} TCA - Should Contain Match ${service_names} regexp=.*holmes + Should Contain Match ${service_names} regexp=.*dcaegen2-collectors-ves + Should Contain Match ${service_names} regexp=.*cdap_app_cdap_app_tca + Should Contain Match ${service_names} regexp=.*dcae-analytics-holmes-rule-management + Should Contain Match ${service_names} regexp=.*dcae-analytics-holmes-engine-management [Return] ${service_names} -- cgit 1.2.3-korg