Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TACACSPLUS_PASSKEY_ENCRYPTION support Part - II #81

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Updated class name

1d85eb6
Select commit
Loading
Failed to load commit list.
Open

TACACSPLUS_PASSKEY_ENCRYPTION support Part - II #81

Updated class name
1d85eb6
Select commit
Loading
Failed to load commit list.
Azure Pipelines / sonic-net.sonic-host-services failed Apr 12, 2024 in 5m 0s

Build #20240412.1 had test failures

Details

Tests

  • Failed: 7 (100.00%)
  • Passed: 0 (0.00%)
  • Other: 0 (0.00%)
  • Total: 7

Annotations

Check failure on line 376 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sonic-net.sonic-host-services

Build log #L376

Bash exited with code '2'.

Check failure on line 19 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sonic-net.sonic-host-services

Build log #L19

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in tests.hostcfgd.hostcfgd_fips_test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sonic-net.sonic-host-services

tests.hostcfgd.hostcfgd_fips_test

collection failure
Raw output
ImportError while importing test module '/__w/1/s/tests/hostcfgd/hostcfgd_fips_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:552: in _importtestmodule
    mod = import_path(self.fspath, mode=importmode)
/usr/lib/python3/dist-packages/_pytest/pathlib.py:520: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:170: in exec_module
    exec(co, module.__dict__)
tests/hostcfgd/hostcfgd_fips_test.py:26: in <module>
    loader.exec_module(hostcfgd)
<frozen importlib._bootstrap_external>:790: in exec_module
    ???
<frozen importlib._bootstrap>:228: in _call_with_frames_removed
    ???
scripts/hostcfgd:20: in <module>
    from sonic_py_common.security_cipher import master_key_mgr
E   ModuleNotFoundError: No module named 'sonic_py_common.security_cipher'

Check failure on line 1 in tests.hostcfgd.hostcfgd_passwh_test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sonic-net.sonic-host-services

tests.hostcfgd.hostcfgd_passwh_test

collection failure
Raw output
ImportError while importing test module '/__w/1/s/tests/hostcfgd/hostcfgd_passwh_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:552: in _importtestmodule
    mod = import_path(self.fspath, mode=importmode)
/usr/lib/python3/dist-packages/_pytest/pathlib.py:520: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:170: in exec_module
    exec(co, module.__dict__)
tests/hostcfgd/hostcfgd_passwh_test.py:29: in <module>
    loader.exec_module(hostcfgd)
<frozen importlib._bootstrap_external>:790: in exec_module
    ???
<frozen importlib._bootstrap>:228: in _call_with_frames_removed
    ???
scripts/hostcfgd:20: in <module>
    from sonic_py_common.security_cipher import master_key_mgr
E   ModuleNotFoundError: No module named 'sonic_py_common.security_cipher'

Check failure on line 1 in tests.hostcfgd.hostcfgd_radius_test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sonic-net.sonic-host-services

tests.hostcfgd.hostcfgd_radius_test

collection failure
Raw output
ImportError while importing test module '/__w/1/s/tests/hostcfgd/hostcfgd_radius_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:552: in _importtestmodule
    mod = import_path(self.fspath, mode=importmode)
/usr/lib/python3/dist-packages/_pytest/pathlib.py:520: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:170: in exec_module
    exec(co, module.__dict__)
tests/hostcfgd/hostcfgd_radius_test.py:29: in <module>
    loader.exec_module(hostcfgd)
<frozen importlib._bootstrap_external>:790: in exec_module
    ???
<frozen importlib._bootstrap>:228: in _call_with_frames_removed
    ???
scripts/hostcfgd:20: in <module>
    from sonic_py_common.security_cipher import master_key_mgr
E   ModuleNotFoundError: No module named 'sonic_py_common.security_cipher'

Check failure on line 1 in tests.hostcfgd.hostcfgd_rsyslog_test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sonic-net.sonic-host-services

tests.hostcfgd.hostcfgd_rsyslog_test

collection failure
Raw output
ImportError while importing test module '/__w/1/s/tests/hostcfgd/hostcfgd_rsyslog_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:552: in _importtestmodule
    mod = import_path(self.fspath, mode=importmode)
/usr/lib/python3/dist-packages/_pytest/pathlib.py:520: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:170: in exec_module
    exec(co, module.__dict__)
tests/hostcfgd/hostcfgd_rsyslog_test.py:28: in <module>
    loader.exec_module(hostcfgd)
<frozen importlib._bootstrap_external>:790: in exec_module
    ???
<frozen importlib._bootstrap>:228: in _call_with_frames_removed
    ???
scripts/hostcfgd:20: in <module>
    from sonic_py_common.security_cipher import master_key_mgr
E   ModuleNotFoundError: No module named 'sonic_py_common.security_cipher'