| ============================================================================================= test session starts =============================================================================================
|
| platform linux -- Python 3.13.10, pytest-9.0.2, pluggy-1.6.0 -- /home/rjagarla/.pyenv/versions/3.13.10/envs/runner/bin/python
|
| rootdir: /home/rjagarla/work/pytest-automation/mdt-automation
|
| configfile: pytest.ini
|
| plugins: alsi-3.1.5.dev11+g207dca519, mdt-2.1.5.dev28+g4120c938c, metadata-3.1.1, jira-0.3.22, html-4.1.1
|
| collecting ...
|
| --------------------------------------------------------------------------------------------- live log collection ---------------------------------------------------------------------------------------------
|
| 2026-02-05 13:20:15 ERROR root.pytest_exception_interact:39 - Test failed with exception:
|
| ImportError while importing test module '/home/rjagarla/work/pytest-automation/mdt-automation/tests/mdtreceiver/test_channel_submission.py'.
|
| Hint: make sure your test modules/packages have valid Python names.
|
| Traceback:
|
| ../../../.pyenv/versions/3.13.10/lib/python3.13/importlib/__init__.py:88: in import_module
|
| return _bootstrap._gcd_import(name[level:], package, level)
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| tests/mdtreceiver/test_channel_submission.py:18: in <module>
|
| from python_mdt.constants import MDT_TEST_COLLECTION, MDT_COLLECTION, MDT_CA_DEFINITION, RANDOM_USER_NAME
|
| E ImportError: cannot import name 'MDT_TEST_COLLECTION' from 'python_mdt.constants' (/home/rjagarla/.pyenv/versions/3.13.10/envs/runner/lib/python3.13/site-packages/python_mdt/constants.py)
|
|
|
| collected 0 items / 1 error
|
|
|
| =================================================================================================== ERRORS ====================================================================================================
|
| ________________________________________________________________________ ERROR collecting tests/mdtreceiver/test_channel_submission.py ________________________________________________________________________
|
| ImportError while importing test module '/home/rjagarla/work/pytest-automation/mdt-automation/tests/mdtreceiver/test_channel_submission.py'.
|
| Hint: make sure your test modules/packages have valid Python names.
|
| Traceback:
|
| ../../../.pyenv/versions/3.13.10/lib/python3.13/importlib/__init__.py:88: in import_module
|
| return _bootstrap._gcd_import(name[level:], package, level)
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| tests/mdtreceiver/test_channel_submission.py:18: in <module>
|
| from python_mdt.constants import MDT_TEST_COLLECTION, MDT_COLLECTION, MDT_CA_DEFINITION, RANDOM_USER_NAME
|
| E ImportError: cannot import name 'MDT_TEST_COLLECTION' from 'python_mdt.constants' (/home/rjagarla/.pyenv/versions/3.13.10/envs/runner/lib/python3.13/site-packages/python_mdt/constants.py)
|
| =========================================================================================== short test summary info ===========================================================================================
|
| ERROR tests/mdtreceiver/test_channel_submission.py
|
| ============================================================================================== 1 error in 0.05s ===============================================================================================
|