mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(ci): fix wrong path of ot sleep case
This commit is contained in:
parent
cea24c7137
commit
fd36f6fcac
@ -562,11 +562,11 @@ def test_TCP_NAT64(Init_interface:bool, dut: Tuple[IdfDut, IdfDut, IdfDut]) -> N
|
|||||||
'config, count, app_path, target', [
|
'config, count, app_path, target', [
|
||||||
('cli_h2|sleepy_c6', 2,
|
('cli_h2|sleepy_c6', 2,
|
||||||
f'{os.path.join(os.path.dirname(__file__), "ot_cli")}'
|
f'{os.path.join(os.path.dirname(__file__), "ot_cli")}'
|
||||||
f'|{os.path.join(os.path.dirname(__file__), "ot_sleepy_device")}',
|
f'|{os.path.join(os.path.dirname(__file__), "ot_sleepy_device/light_sleep")}',
|
||||||
'esp32h2|esp32c6'),
|
'esp32h2|esp32c6'),
|
||||||
('cli_c6|sleepy_h2', 2,
|
('cli_c6|sleepy_h2', 2,
|
||||||
f'{os.path.join(os.path.dirname(__file__), "ot_cli")}'
|
f'{os.path.join(os.path.dirname(__file__), "ot_cli")}'
|
||||||
f'|{os.path.join(os.path.dirname(__file__), "ot_sleepy_device")}',
|
f'|{os.path.join(os.path.dirname(__file__), "ot_sleepy_device/light_sleep")}',
|
||||||
'esp32c6|esp32h2'),
|
'esp32c6|esp32h2'),
|
||||||
],
|
],
|
||||||
indirect=True,
|
indirect=True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user