Skip to content

Commit

Permalink
[ICD] Add ICDM 3.3 Automation Scripts (project-chip#34741)
Browse files Browse the repository at this point in the history
* Add automated script for the ICDM 3.3 test case

* Delete manual scripts

* Add test to CI run

* Restyled by isort

* Fix Linter error

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
2 people authored and w8floosh committed Aug 4, 2024
1 parent 20f47a1 commit 8bed17b
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 268 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,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_FAN_3_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_ICDM_2_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_ICDM_3_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_ICDM_3_3.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_ICDManagementCluster.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_IDM_1_2.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_IDM_1_4.py'
Expand Down
267 changes: 0 additions & 267 deletions src/app/tests/suites/certification/Test_TC_ICDM_3_3.yaml

This file was deleted.

1 change: 0 additions & 1 deletion src/app/tests/suites/manualTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
"Identify": ["Test_TC_I_3_2"],
"IcdManagement": [
"Test_TC_ICDM_3_2",
"Test_TC_ICDM_3_3",
"Test_TC_ICDM_4_1",
"Test_TC_ICDM_5_1"
],
Expand Down
Loading

0 comments on commit 8bed17b

Please sign in to comment.