diff options
author | Arif Ali <arif.ali@canonical.com> | 2024-04-10 01:05:13 +0100 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2024-04-15 09:20:44 -0400 |
commit | 517e8315479cf86af734dfcda01cbc5574cc32cf (patch) | |
tree | f33df834d420d00af45b14083a85789bdd4cb6de /tests/collect_tests | |
parent | 93bcf51257ec4ce2b97c942e51e56546ce8cd0cd (diff) | |
download | sos-517e8315479cf86af734dfcda01cbc5574cc32cf.tar.gz |
[avocado] Upgrade avocado to 103.X LTS
* Extra changes required due to module and function changes in new
avocado
* CentOS Stream is now seen as centos-stream in avocado instead of
centos
* Fine tune tox for stage tests
Closes: #3588
Resolves: #3594
Co-authored-by: Jake Hunsaker <jacob.r.hunsaker@gmail.com>
Signed-off-by: Arif Ali <arif.ali@canonical.com>
Diffstat (limited to 'tests/collect_tests')
-rw-r--r-- | tests/collect_tests/help_output_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/collect_tests/help_output_tests.py b/tests/collect_tests/help_output_tests.py index 4a253f56..88f6d212 100644 --- a/tests/collect_tests/help_output_tests.py +++ b/tests/collect_tests/help_output_tests.py @@ -14,7 +14,7 @@ from avocado.utils import software_manager from sos_tests import StageOneOutputTest, SOS_REPO_ROOT, skipIf installer = software_manager -sm = installer.SoftwareManager() +sm = installer.manager.SoftwareManager() PEXPECT_PRESENT = sm.check_installed('python3-pexpect') |