2026-01-14 12:53:00,669 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+----------------------------------------------------------+ | CI_LOOP | daily | | DEBUG | false | | DEPLOY_SCENARIO | onap-ftw | | INSTALLER_TYPE | oom | | BUILD_TAG | gitlab_ci-functest-kubespray-baremetal-daily- | | | master-142924-1 | | NODE_NAME | onap-gating-oom-sm-master-TNAP-oom | | TEST_DB_URL | http://testresults.opnfv.org/onap/api/v1/results | | TEST_DB_EXT_URL | | | S3_ENDPOINT_URL | | | S3_DST_URL | | | HTTP_DST_URL | | +-------------------------+----------------------------------------------------------+ 2026-01-14 12:53:00,670 - xtesting.ci.run_tests - DEBUG - No env file /var/lib/xtesting/conf/env_file found 2026-01-14 12:53:00,670 - xtesting.ci.run_tests - DEBUG - Test args: all 2026-01-14 12:53:00,671 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------------+----------------------------------------------+-----------------------------------------------+ | TIERS | DESCRIPTION | TESTCASES | +---------------------------+----------------------------------------------+-----------------------------------------------+ | infra-healthcheck | Set of basic k8s Functional tests to | status onap-helm nodeport_check_certs | | | validate the ONAP installation. | | +---------------------------+----------------------------------------------+-----------------------------------------------+ 2026-01-14 12:53:00,674 - xtesting.ci.run_tests - INFO - Loading test case 'status'... 2026-01-14 12:53:00,934 - xtesting.ci.run_tests - INFO - Running test case 'status'... 2026-01-14 12:53:38,603 - xtesting.ci.run_tests - INFO - Test result: +-------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+---------------------+------------------+----------------+ | status | integration | 00:37 | PASS | +-------------------+---------------------+------------------+----------------+ 2026-01-14 12:53:38,892 - xtesting.core.testcase - INFO - The results were successfully pushed to DB: http://testresults.opnfv.org/onap/api/v1/results/696791d26c44f5001041a9e2 2026-01-14 12:53:38,896 - xtesting.ci.run_tests - INFO - Loading test case 'onap-helm'... 2026-01-14 12:53:38,900 - xtesting.ci.run_tests - INFO - Running test case 'onap-helm'... 2026-01-14 12:53:39,480 - xtesting.ci.run_tests - INFO - Test result: +-------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+---------------------+------------------+----------------+ | onap-helm | integration | 00:00 | PASS | +-------------------+---------------------+------------------+----------------+ 2026-01-14 12:53:39,736 - xtesting.core.testcase - INFO - The results were successfully pushed to DB: http://testresults.opnfv.org/onap/api/v1/results/696791d36c44f5001041a9e3 2026-01-14 12:53:39,740 - xtesting.ci.run_tests - INFO - Loading test case 'nodeport_check_certs'... 2026-01-14 12:53:39,745 - xtesting.ci.run_tests - ERROR - Please fix the testcase nodeport_check_certs. All exceptions should be caught by the testcase instead! Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/xtesting/ci/run_tests.py", line 158, in run_test test_case = driver.DriverManager( ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/stevedore/driver.py", line 54, in __init__ super().__init__( File "/usr/local/lib/python3.11/site-packages/stevedore/named.py", line 78, in __init__ extensions = self._load_plugins(invoke_on_load, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/stevedore/extension.py", line 218, in _load_plugins self._on_load_failure_callback(self, ep, err) File "/usr/local/lib/python3.11/site-packages/stevedore/extension.py", line 206, in _load_plugins ext = self._load_one_plugin(ep, ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/stevedore/named.py", line 156, in _load_one_plugin return super()._load_one_plugin( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/stevedore/extension.py", line 242, in _load_one_plugin obj = plugin(*invoke_args, **invoke_kwds) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/infra_healthcheck/k8stest.py", line 106, in __init__ os.chdir('/usr/lib/python3.8/site-packages/check_certificates') FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3.8/site-packages/check_certificates' 2026-01-14 12:53:39,747 - xtesting.ci.run_tests - ERROR - Failures when running testcase(s) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/xtesting/ci/run_tests.py", line 257, in main self.run_all() File "/usr/local/lib/python3.11/site-packages/xtesting/ci/run_tests.py", line 232, in run_all self.run_tier(tier) File "/usr/local/lib/python3.11/site-packages/xtesting/ci/run_tests.py", line 207, in run_tier test_case = self.executed_test_cases[test.get_name()] ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ KeyError: 'nodeport_check_certs' 2026-01-14 12:53:39,747 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+---------------------+---------------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+---------------------+---------------------------+------------------+----------------+ | status | integration | infra-healthcheck | 00:37 | PASS | | onap-helm | integration | infra-healthcheck | 00:00 | PASS | | nodeport_check_certs | integration | infra-healthcheck | 00:00 | SKIP | | nodeport_ingress | security | infra-healthcheck | 00:00 | SKIP | | onap-chart | integration | infra-healthcheck | 00:00 | SKIP | | internal_check_certs | integration | infra-healthcheck | 00:00 | SKIP | +------------------------------+---------------------+---------------------------+------------------+----------------+ 2026-01-14 12:53:39,749 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR