-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[TC-CHANNEL-5.9] Add YAML Script for ChangeChannel Command Verification #38132
base: master
Are you sure you want to change the base?
[TC-CHANNEL-5.9] Add YAML Script for ChangeChannel Command Verification #38132
Conversation
PR #38132: Size comparison from 47550d5 to f50e586 Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
arguments: | ||
values: | ||
- name: "Match" | ||
value: "PBS" # Example, choose from the available ChannelList |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you help me understand how this will work? Shouldn't the script actually read a value from the channel list returned in step 1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 - the test description is "with a channel from the list in step 1" ... this is just a hardcoded value.
Please update the test step or write it in python if yaml is too restrictive to have this support.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Request changes: no hardcoded values: test plan describes using values returned from the server, not hardcoded values.
|
||
- label: "Step 2a: Verify that the channel has changed on the device" | ||
cluster: "LogCommands" | ||
command: "UserPrompt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we generally disallow manual tests in the harness. This does seem optional though as we check current channel
, however I wonder if we should adjust the test plan instead:
- step 2 should probably pick a "different channel than the current one"
- step 3 can verify that channel change was successful ... maybe reading the new channel name is sufficient
If we can run tests without human intervention, that would be better (and in this case if we can trust CurrentChannel
that would be great).
PR #38132: Size comparison from 1739c88 to 06a22a5 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #38132: Size comparison from 8d9a031 to de138ca Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Testing
Summary
This PR adds a YAML test script to validate the ChangeChannel command on the server side.
Changes
Test_TC_CHANNEL_5_9.yaml
to verify ChangeChannel functionality.ChannelList
andCurrentChannel
attributes.Related Issue
Fixes #2317
Additional details
Sha: 2154a06).