From 0993caf8bb3d6f5fda3d9d441bbbdfc15e82ebaf Mon Sep 17 00:00:00 2001 From: cecille Date: Wed, 21 Aug 2024 15:43:18 -0400 Subject: [PATCH] Test CI: why wouldn't this work? --- .github/workflows/tests.yaml | 1 - src/python_testing/TestChoiceConformanceSupport.py | 3 +++ src/python_testing/execute_python_tests.py | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d60ffb185de022..e16ff6019f66a1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -513,7 +513,6 @@ jobs: scripts/run_in_python_env.sh out/venv './src/python_testing/test_testing/test_TC_ICDM_2_1.py' scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestIdChecks.py' scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestSpecParsingDeviceType.py' - scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestConformanceSupport.py' scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestConformanceTest.py' scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestChoiceConformanceSupport.py' scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/test_testing/test_IDM_10_4.py' diff --git a/src/python_testing/TestChoiceConformanceSupport.py b/src/python_testing/TestChoiceConformanceSupport.py index 8436bc8418a804..2ad1808c9c8ec7 100644 --- a/src/python_testing/TestChoiceConformanceSupport.py +++ b/src/python_testing/TestChoiceConformanceSupport.py @@ -14,6 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# === BEGIN CI TEST ARGUMENTS === +# test-runner-runs: run1 +# === END CI TEST ARGUMENTS === import itertools import xml.etree.ElementTree as ElementTree diff --git a/src/python_testing/execute_python_tests.py b/src/python_testing/execute_python_tests.py index 86d88e5aa1c7a5..cf1fc032e550af 100644 --- a/src/python_testing/execute_python_tests.py +++ b/src/python_testing/execute_python_tests.py @@ -84,7 +84,6 @@ def main(search_directory, env_file): "TC_SEAR_1_6.py", "TestCommissioningTimeSync.py", "TestConformanceSupport.py", - "TestChoiceConformanceSupport.py", "TC_DEMTestBase.py", "choice_conformance_support.py", "TestConformanceTest.py", # Unit test of the conformance test (TC_DeviceConformance) - does not run against an app.