name: code run_id: commands[0] env HOME: /home/jenkins env LANG: C.UTF-8 env LD_LIBRARY_PATH: /usr/local/lib/:/usr/local/lib64 env PATH: /w/workspace/ric-plt-xapp-frame-py-pypi-verify-master/.tox/code/bin:/opt/pyenv/bin:/tmp/venv-PGCe/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONHASHSEED: 1087942761 env PYTHONIOENCODING: utf-8 env RMR_ASYNC_CONN: 0 env RMR_SEED_RT: tests/fixtures/test_local.rt env SSH_AGENT_PID: 1713 env SSH_AUTH_SOCK: ******************************** env TOX_ENV_DIR: /w/workspace/ric-plt-xapp-frame-py-pypi-verify-master/.tox/code env TOX_ENV_NAME: code env TOX_PACKAGE: /w/workspace/ric-plt-xapp-frame-py-pypi-verify-master/.tox/.tmp/package/1/ricxappframe-3.2.3.tar.gz env TOX_WORK_DIR: /w/workspace/ric-plt-xapp-frame-py-pypi-verify-master/.tox env VIRTUAL_ENV: /w/workspace/ric-plt-xapp-frame-py-pypi-verify-master/.tox/code env __TOX_ENVIRONMENT_VARIABLE_ORIGINAL_CI: true metadata pid: 2826 cwd: /w/workspace/ric-plt-xapp-frame-py-pypi-verify-master allow: /w/workspace/ric-plt-xapp-frame-py-pypi-verify-master/.tox/code/bin/* cmd: pytest --cov ricxappframe --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 --junitxml=/tmp/tests.xml exit_code: 0 ============================= test session starts ============================== platform linux -- Python 3.10.6, pytest-8.4.2, pluggy-1.6.0 cachedir: .tox/code/.pytest_cache rootdir: /w/workspace/ric-plt-xapp-frame-py-pypi-verify-master plugins: cov-7.0.0 collected 75 items tests/test_Logger.py .............. [ 18%] tests/test_alarm.py .. [ 21%] tests/test_config.py ... [ 25%] tests/test_e2ap.py ........ [ 36%] tests/test_init.py ... [ 40%] tests/test_metric.py .. [ 42%] tests/test_rest.py . [ 44%] tests/test_rmr.py ............. [ 61%] tests/test_rmr_mocks.py ... [ 65%] tests/test_rmrclib.py .. [ 68%] tests/test_sdl.py ..... [ 74%] tests/test_subscribe.py .... [ 80%] tests/test_symptomdata.py .... [ 85%] tests/test_xapps.py ........... [100%] ---------------------- generated xml file: /tmp/tests.xml ---------------------- ================================ tests coverage ================================ _______________ coverage: platform linux, python 3.10.6-final-0 ________________ Name Stmts Miss Cover Missing ----------------------------------------------------------------------- ricxappframe/__init__.py 0 0 100% ricxappframe/alarm/__init__.py 0 0 100% ricxappframe/alarm/alarm.py 93 2 98% 250-251 ricxappframe/alarm/exceptions.py 1 0 100% ricxappframe/constants.py 5 0 100% ricxappframe/e2ap/__init__.py 0 0 100% ricxappframe/e2ap/asn1.py 224 0 100% ricxappframe/e2ap/asn1clib/__init__.py 0 0 100% ricxappframe/e2ap/asn1clib/asn1clib.py 2 0 100% ricxappframe/e2ap/asn1clib/types.py 16 0 100% ricxappframe/logger/__init__.py 0 0 100% ricxappframe/logger/mdclogger.py 132 22 83% 83-87, 95, 188-189, 196, 198, 200, 202, 220-224, 227-234 ricxappframe/metric/__init__.py 0 0 100% ricxappframe/metric/exceptions.py 1 0 100% ricxappframe/metric/metric.py 57 3 95% 122, 201-202 ricxappframe/rmr/__init__.py 0 0 100% ricxappframe/rmr/exceptions.py 3 0 100% ricxappframe/rmr/helpers.py 28 0 100% ricxappframe/rmr/rmr.py 155 3 98% 257, 454, 544 ricxappframe/rmr/rmr_mocks/__init__.py 0 0 100% ricxappframe/rmr/rmr_mocks/rmr_mocks.py 77 6 92% 39, 59, 79, 115, 133, 148 ricxappframe/rmr/rmrclib/__init__.py 0 0 100% ricxappframe/rmr/rmrclib/rmrclib.py 38 1 97% 53 ricxappframe/util/__init__.py 0 0 100% ricxappframe/util/constants.py 11 0 100% ricxappframe/xapp_frame.py 300 45 85% 146-151, 173-174, 176-177, 181-183, 187-195, 222-236, 249-251, 256-257, 270-271, 273, 304-306, 335-336, 366-367, 680-681, 769, 813, 980 ricxappframe/xapp_rest.py 91 12 87% 66, 72-74, 131-132, 142-143, 155-156, 191-193 ricxappframe/xapp_rmr.py 39 0 100% ricxappframe/xapp_sdl.py 93 1 99% 53 ricxappframe/xapp_subscribe.py 54 3 94% 64, 103, 171 ricxappframe/xapp_symptomdata.py 119 20 83% 43, 111-116, 152, 154-156, 160-161, 200-201, 221-224, 228 ----------------------------------------------------------------------- TOTAL 1539 118 92% Coverage HTML written to dir htmlcov Coverage XML written to file coverage.xml Required test coverage of 70% reached. Total coverage: 92.33% ======================== 75 passed in 278.12s (0:04:38) ========================