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: tests/Smokescreen/test_compartment_3.py
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,9 @@
14
14
deftest_compartment_3(page: Page) ->None:
15
15
UserTools.user_login(page, "Hub Manager State Registered")
16
16
17
-
# (STEP 1 & 2) Add results to the test records in the KIT_QUEUE table (i.e. mimic receiving results from the middleware)
17
+
# (STEP 1 ,2 & 3) find data , seperate it into normal and abnormal, Add results to the test records in the KIT_QUEUE table (i.e. mimic receiving results from the middleware)
18
18
# and get device IDs and their flags
19
19
device_ids=process_kit_data()
20
-
# (STEP - 4) Run two stored procedures to process any kit queue records at status BCSS_READY
0 commit comments