Skip to content

Commit 44ab9ae

Browse files
raul-marquez-csaaustina-csa
authored andcommitted
TC-IDM-4.2 Use the min/max correctly and account for network delay (project-chip#33299)
* test * Adds 1/2 second to delay in step 8 * Adds loop in 0.1s cheks for 10s for reading updated attribute * draft commit * progress * ready for review * review comments * review comments * review comments * Updates tests.yaml * Fix lint * Fix restyle * Fix restyle * Fix restyle * Fix restyle * pr review comments * Removes get_attribute_value_wait function * Step 10 wrapped in exception * Removed unused imports * Removes except Exception from step 10 * AttributeChangeCallback refactor * Removes unnecessary variable * Update endpoint assignment in step 5 * Moves steps into step array for TH * Stardardizes reportInterval values for most steps * Fix restyle * Fix restyle * Step 2 update (max_interval_ceiling_sec, min_interval_floor_sec) * Removes print statement * Fix restyle * Updates AttributeChangeCallback * Fix restyle * Removes comment * Removes comment * Removes redundant acl restore lines * Adds idm 4.2 to tests.yaml * Adds idm 4.2 to tests.yaml * Fix restyle * Update tests.yaml * Updates tests.yaml * Adds comments for execution * Updates AttributePath to AttributePath.from_attribute due to class changes * Downgrades logging.info to logging.debug * Removes setting min interval
1 parent 5b5488b commit 44ab9ae

File tree

3 files changed

+259
-94
lines changed

3 files changed

+259
-94
lines changed

.github/workflows/tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ jobs:
529529
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'
530530
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'
531531
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'
532+
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_4_2.py'
532533
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_PWRTL_2_1.py'
533534
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_RR_1_1.py'
534535
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_SC_3_6.py'

0 commit comments

Comments
 (0)