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
Command used to launch the DUT : ./chip-microwave-oven-app
Command used to run the python script : python3 TC_MWOCTRL_2_1.py --commissioning-method on-network --discriminator 3840 --passcode 20202021 --storage-path admin_storage.json
While executing the TC-MWOCTRL-2.1 and 2.2 Python scripts, an unnecessary statement appears at the end of the result after successful execution as below.
INFO:chip.native.TS:Previous Last Known Good Time: 2023-10-14T01:16:48
INFO:chip.native.TS:Reverted Last Known Good Time to previous value
DEBUG:chip.native.DL:Wrote settings to /tmp/chip_counters.ini
INFO:chip.native.DL:NVS set: chip-counters/total-operational-hours = 0 (0x0)
INFO:chip.native.DL:Inet Layer shutdown
INFO:chip.native.DL:BLE Layer shutdown
INFO:chip.native.DL:System Layer shutdown
INFO:root:Final result: PASS ! sys:1: RuntimeWarning: coroutine 'ChipDeviceControllerBase.Read' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
sys:1: RuntimeWarning: coroutine 'wait_for' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Reproduction steps
./chip-microwave-oven-app
python3 TC_MWOCTRL_2_1.py --commissioning-method on-network --discriminator 3840 --passcode 20202021 --storage-path admin_storage.json
While executing the T
C-MWOCTRL-2.1 and 2.2
Python scripts, an unnecessary statement appears at the end of the result after successful execution as below.Bug prevalence
Whenver I do this
GitHub hash of the SDK that was being used
d5e9829
Platform
raspi
Anything else?
Reference Log:
TC-MWOCTRL-2.1(CTRL).txt
TC-MWOCTRL-2.1(DUT).txt
Python script References:
The text was updated successfully, but these errors were encountered: