diff options
author | DR695H <dr695h@att.com> | 2018-04-11 22:28:41 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2018-04-12 18:24:35 -0400 |
commit | ce07d413432206b550c7df2df30f5b3d57ac2c7a (patch) | |
tree | a48ff3db5748db804a2ceb9d871790cb1701f6f7 /robot/resources/test_templates/closedloop_test_template.robot | |
parent | b9d6fbfbeed81129f5c92322eecd74fb2211f0bd (diff) |
adding in music healthcheck
music is new ha database and needs a healthcheck
Change-Id: I76d7e31c85c5be6fb2fa4439bcc62184a70fb8f4
Issue-ID: TEST-87
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/test_templates/closedloop_test_template.robot')
-rw-r--r-- | robot/resources/test_templates/closedloop_test_template.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/test_templates/closedloop_test_template.robot b/robot/resources/test_templates/closedloop_test_template.robot index 9ae2ee9d..0a0a8950 100644 --- a/robot/resources/test_templates/closedloop_test_template.robot +++ b/robot/resources/test_templates/closedloop_test_template.robot @@ -115,7 +115,7 @@ Get Configs VDNS Policy Should Be Equal ${severity} ${Expected_Severity_2} ${Thresold_Value}= Get Variable Value ${config["content"]["tca_policy"]["metricsPerEventName"][0]["thresholds"][0]["thresholdValue"]} Should Be Equal As Integers ${Thresold_Value} ${Expected_Threshold_1} -${direction}= Get Variable Value ${config["content"]["tca_policy"]["metricsPerEventName"][0]["thresholds"][0]["direction"]} + ${direction}= Get Variable Value ${config["content"]["tca_policy"]["metricsPerEventName"][0]["thresholds"][0]["direction"]} Should Be Equal ${direction} ${Expected_Direction_3} Teardown Closed Loop |