-
Notifications
You must be signed in to change notification settings - Fork 26
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-SC-5.2] Test case is failing due to TH sends AddGroup command #33
Comments
DUT firmware is built from all-cluster-app demo (https://github.com/project-chip/connectedhomeip master banch commit: 7806dd19111513a61bb90d70a0e392dc89eeb454) |
Hi @mideayanghui, can you please upload the first 'Test Harness manual execution log' again? It seems like the file didn't upload correctly and I can't download it here. |
Hello @ccruzagralopes , here is the 'Test Harness manual execution log' |
It seems like the test case is executing the command for the failing test step on endpoint 1, but the manual steps performed previously were all using endpoint 0.
I don't know whether the manual steps should be performed on endpoint 1 or the test case should use endpoint 0. @manjunath-grl or @kvikrambhat, can you please take a look at this? |
@mideayanghui As from the logs for Add group step response is
For step 1 can you please try once with the below command and send me the logs. |
@manjunath-grl Here's the log, thanks. |
@mideayanghui TC-SC-5.1 test going to be fully automated in PR: project-chip/connectedhomeip#27960. |
@manjunath-grl @ccruzagralopes Thanks for your help. So how can I update this automated test script into my test harness?based on Version: v2.9-beta1 |
@mideayanghui would you verify and close this issue? |
* Fix prblem with sdk_tests collection using hardcoded paths * Enable github workflows for main branch (#17) * Enable github workflows for main branch * Ignore Dockerfile * mypy: ignore python_testing in sdk_collection * minor linting issues fixed * ignore .devcontainer in spell checker * move .env file back in root * Update reference to fetch_sdk_tests_and_runner.sh * Use `pull_request_target` event to support forks * Update yaml_test_folder.py (#21) * Update yaml_test_folder.py * Update test_sdk_yaml_collection.py * Update unittests.yml Don't run old code for unit tests * [Fix] remove TestRunConfig usage from TH Backend (#581) (#6) * Add the repeat endpoint, deprecate the test_run_config endpoints and force the test run execution creation to use selected tests, and not test_run_config_id. * Deprecating unit tests related with test_run_config, creating new endpoint with required selected_tests parameter and ignoring the test_run_config reference, renaming the repeat endpoint method and adding comments. * Updating select_tests logic, moving to a utils file, and adding unit test for the repeat endpoint * Updating comments and adding missing attribution to None for test_run_config_id * Adding missing TODO comment. * Fixing selected_tests logic * Updating the 'repeat' unit test to use more suites to cover more cases. * Removing "/new" endpoint, updating logic of the default test run execution endpoint and updating unit tests, "repeat" endpoint and utils * Adding the new DB column "collection_id" to the TestSuiteExecution table. A DB revision file was created and the code was refactored to use this new info. * Removing unnecessary import * Set default log level to info, to eliminate chatter from python runner (#23) * Update SDK SHA (#25) * Added support to reset db for test (#28) * Missing submit button (#30) * Updates MessageTypeEnum to include options and message types * Update app/user_prompt_support/user_prompt_manager.py Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com> * Update app/constants/websockets_constants.py Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com> * Update app/user_prompt_support/user_prompt_manager.py --------- Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com> Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com> Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com> Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com> * Update version * Prompt request refactor (#31) * Refactor to use only 1 enum * Removed unsed import * Fix isort * Adds a new Message prompt request --------- Co-authored-by: raul-marquez-csa <rmarquez@csa-iot.org> * update backend version in FE (#32) * update backend version in FE * Update .version_information * Update .version_information * change ssh to https (#33) * Undo version information update --------- Co-authored-by: Mikael H. Moeller <mikaelhm@apple.com> Co-authored-by: Mikael Møller <mikaelhm@hey.com> Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com> Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com> Co-authored-by: Raul Marquez <130402456+raul-marquez-csa@users.noreply.github.com> Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com> Co-authored-by: raul-marquez-csa <rmarquez@csa-iot.org>
From chip-certification-tool created by mideayanghui: CHIP-Specifications/chip-certification-tool#881
Describe the bug
[TC-SC-5.2] Test case is failing , just as the Test Harness's screenshot as below
Note
TC-SC-5.2 is passing while verifying manually.
Additional Info
TestHarness:
Version: v2.9-beta1
Sha: b0593a99
Test Harness UI execution log
TC-SC-5.2-1E1dQtKS_TH_log__2023_07_07_15_58_37.log
TC-SC-5.2-1E1dQtKS_TH_log_DUT_2023-07-07_15-52-49.log
Test Harness manual execution log
Uploading TC-SC-5.2-1E1dQtKS_TH_2023-07-04_15-13-06.log…
TC-SC-5.2-1E1dQtKS_DUT_2023-07-04_15-13-08.log
Steps to reproduce the behavior
No response
Expected behavior
No response
Log files
No response
PICS file
No response
Screenshots
No response
Environment
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: