Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.5] Unnecessary statement appears at the end of the result after successful execution of the Python script. #37074

Open
Ashwinigrl opened this issue Jan 15, 2025 · 0 comments
Labels
bug Something isn't working needs triage python

Comments

@Ashwinigrl
Copy link

Ashwinigrl commented Jan 15, 2025

Reproduction steps

  1. Command used to launch the DUT : ./chip-microwave-oven-app
  2. 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

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:

@Ashwinigrl Ashwinigrl added bug Something isn't working needs triage labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage python
Projects
None yet
Development

No branches or pull requests

2 participants