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
Copy file name to clipboardexpand all lines: src/python_testing/TC_IDM_4_3.py
+21-8
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
importcopy
19
19
importlogging
20
20
importqueue
21
+
importthreading
21
22
importtime
22
23
23
24
importchip.clustersasClusters
@@ -90,12 +91,13 @@ def steps_TC_IDM_4_3(self):
90
91
# TestStep(21, "TH sends a subscription request to subscribe to all attributes from a specific cluster on all endpoints. AttributePath = [[Cluster = ClusterID]]. Set the MinIntervalFloor to some value say \"N\"(seconds). Change all or few of the attributes on the DUT",
91
92
# "Verify that the DUT sends reports for all the attributes that have changed after N seconds.")
0 commit comments