Skip to content

Commit

Permalink
[Color Control] Scenes Integration test scripts (#34464)
Browse files Browse the repository at this point in the history
* Added scene integration test in level control cluster

* Update src/app/tests/suites/certification/Test_TC_CC_10_1.yaml

Co-authored-by: C Freeman <[email protected]>

* Removed 100ms delays where not necessary

* Converted CC_10_1 to python test

* Removed hard codded endpoint, use read_single and added setup/teardown

---------

Co-authored-by: C Freeman <[email protected]>
  • Loading branch information
lpbeliveau-silabs and cecille authored Jul 26, 2024
1 parent 693ffba commit 686a715
Show file tree
Hide file tree
Showing 2 changed files with 512 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ jobs:
scripts/run_in_python_env.sh out/venv './scripts/tests/run_python_test.py --load-from-env /tmp/test_env.yaml --script src/python_testing/TC_ACE_1_4.py'
scripts/run_in_python_env.sh out/venv './scripts/tests/run_python_test.py --load-from-env /tmp/test_env.yaml --script src/python_testing/TC_ACE_1_5.py'
scripts/run_in_python_env.sh out/venv './scripts/tests/run_python_test.py --load-from-env /tmp/test_env.yaml --script src/python_testing/TC_AccessChecker.py'
scripts/run_in_python_env.sh out/venv './scripts/tests/run_python_test.py --load-from-env /tmp/test_env.yaml --script src/python_testing/TC_CC_10_1.py'
scripts/run_in_python_env.sh out/venv './scripts/tests/run_python_test.py --load-from-env /tmp/test_env.yaml --script src/python_testing/TC_CGEN_2_4.py'
scripts/run_in_python_env.sh out/venv './scripts/tests/run_python_test.py --load-from-env /tmp/test_env.yaml --script src/python_testing/TC_CNET_1_4.py'
scripts/run_in_python_env.sh out/venv './scripts/tests/run_python_test.py --load-from-env /tmp/test_env.yaml --script src/python_testing/TC_DA_1_2.py'
Expand Down
Loading

0 comments on commit 686a715

Please sign in to comment.