File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tools/ci/dynamic_pipelines Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ def test_idf_example_on_off_light(dut):
5656@pytest .mark .usefixtures ('teardown_fixture' )
5757def test_idf_example_on_off_switch (dut ):
5858 switch_device = ExampleDevice (dut [0 ])
59+ switch_device .check_response ("Initialize Zigbee stack" , timeout = 20 )
5960 switch_device .get_example_device_network_info (coordinator = True )
6061 light_device = ExampleDevice (dut [1 ])
6162 light_device .get_example_device_network_info (coordinator = False )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class ZbCiCons:
88 'v5.1.4' : 'v5.1:1' ,
99 'v5.2.3' : 'v5.2:2' ,
1010 'v5.3.2' : 'v5.3:1' ,
11- 'master' : 'v6.0:1 ' ,
11+ 'master' : 'v6.0:2 ' ,
1212 }
1313
1414 PATH_PROJECT = os .environ .get ('CI_PROJECT_DIR' )
You can’t perform that action at this time.
0 commit comments