diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-15 22:12:25 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-11-15 22:13:12 -0800 |
commit | 2b1846b1b63ca15a8afbe89d1f8c791a7ecafe36 (patch) | |
tree | a635ea072b4fddf2a9dfe7243b137d97a5ebdd8f /robot/resources/dcae_interface.robot | |
parent | 8a6b0b5aeab216617ff95757709afcb94952ffd6 (diff) |
Fix spelling in DCAE healthcheck service names
Change-Id: Iee99e1ab5bd07d59c41de848126ca384501e4dbd
Issue-ID: INT-320
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'robot/resources/dcae_interface.robot')
-rw-r--r-- | robot/resources/dcae_interface.robot | 9 |
1 files 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} |