Skip to content

Commit 787af06

Browse files
committed
ci: update idf master docker env
1 parent 18a76aa commit 787af06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/pytest_esp_idf_zigbee_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def test_idf_example_on_off_light(dut):
5656
@pytest.mark.usefixtures('teardown_fixture')
5757
def 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)

tools/ci/dynamic_pipelines/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)