You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestStep(6, "Set up a subscription wildcard subscription for the Level Control Cluster, with MinIntervalFloor set to 0, MaxIntervalCeiling set to 30 and KeepSubscriptions set to false",
53
53
"Subscription successfully established"),
54
-
TestStep(7, f"{THcommand} MoveToLevel with Level field set to maxLevel, TransitionTime field set to 10 and remaining fields set to 0",
54
+
TestStep(7, f"{THcommand} MoveToLevel with Level field set to maxLevel, TransitionTime field set to 100 (10s) and remaining fields set to 0",
55
55
test_plan_support.verify_success()),
56
56
TestStep(8, "TH stores the reported values of CurrentLevel in all incoming reports for CurrentLevel attribute, that contains data in reportedCurrentLevelValuesList, over a period of 30 seconds."),
57
57
TestStep(9, "TH verifies that reportedCurrentLevelValuesList does not contain more than 10 entries for CurrentLevel",
TestStep(13, "If the LT feature is not supported, skip remaining steps and end test case"),
66
66
# 14 is missing in the test plan
67
67
TestStep(15, "TH stores the reported values of RemainingTime in all incoming reports for RemainingTime attribute, that contains data in reportedRemainingTimeValuesList."),
68
-
TestStep(16, f" {THcommand} MoveToLevel with Level field set to startCurrentLevel, TransitionTime field set to 10 and remaining fields set to 0",
68
+
TestStep(16, f" {THcommand} MoveToLevel with Level field set to startCurrentLevel, TransitionTime field set to 100 (10s) and remaining fields set to 0",
69
69
test_plan_support.verify_success()),
70
70
TestStep(17, "Wait for 5 seconds"),
71
-
TestStep(18, f"{THcommand} MoveToLevel with Level field set to startCurrentLevel, TransitionTime field set to 15 and remaining fields set to 0",
71
+
TestStep(18, f"{THcommand} MoveToLevel with Level field set to startCurrentLevel, TransitionTime field set to 150 (15s) and remaining fields set to 0",
72
72
test_plan_support.verify_success()),
73
73
TestStep(19, "Wait for 20 seconds"),
74
74
TestStep(20, "TH verifies reportedRemainingTimeValuesList contains three entries",
75
75
"reportedRemainingTimeValuesList has 3 entries in the list"),
76
-
TestStep(21, "TH verifies the first entry in reportedRemainingTimeValuesList is 10",
77
-
"The first entry in reportedRemainingTimeValuesList is equal to 10"),
78
-
TestStep(22, "TH verifies the second entry in reportedRemainingTimeValuesList is 15",
79
-
"The second entry in reportedRemainingTimeValuesList is equal to 15"),
76
+
TestStep(21, "TH verifies the first entry in reportedRemainingTimeValuesList is approximately 100 (10s)",
77
+
"The first entry in reportedRemainingTimeValuesList is approximately equal to 100"),
78
+
TestStep(22, "TH verifies the second entry in reportedRemainingTimeValuesList is approximately 150",
79
+
"The second entry in reportedRemainingTimeValuesList is approximately equal to 150"),
80
80
TestStep(23, "TH verifies the third entry in reportedRemainingTimeValuesList is 0",
81
81
"The third entry in reportedRemainingTimeValuesList is equal to 0")
0 commit comments