We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d880ce commit 64f79f6Copy full SHA for 64f79f6
src/controller/python/test/test_scripts/commissioning_test.py
@@ -147,8 +147,8 @@ async def main():
147
TestFail("Must provide device address or setup payload to commissioning the device")
148
149
logger.info("Testing on off cluster")
150
- FailIfNot(asyncio.run(test.TestOnOffCluster(nodeid=options.nodeid,
151
- endpoint=LIGHTING_ENDPOINT_ID)), "Failed to test on off cluster")
+ FailIfNot(await test.TestOnOffCluster(nodeid=options.nodeid,
+ endpoint=LIGHTING_ENDPOINT_ID)), "Failed to test on off cluster")
152
153
FailIfNot(test.TestUsedTestCommissioner(),
154
"Test commissioner check failed")
0 commit comments