summaryrefslogtreecommitdiff
path: root/tests/vmtests/test_apt_config_cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vmtests/test_apt_config_cmd.py')
-rw-r--r--tests/vmtests/test_apt_config_cmd.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vmtests/test_apt_config_cmd.py b/tests/vmtests/test_apt_config_cmd.py
index a8479107..50ea224f 100644
--- a/tests/vmtests/test_apt_config_cmd.py
+++ b/tests/vmtests/test_apt_config_cmd.py
@@ -72,4 +72,8 @@ class JammyTestAptConfigCMDCMD(relbase.jammy, TestAptConfigCMD):
__test__ = True
+class ManticTestAptConfigCMDCMD(relbase.mantic, TestAptConfigCMD):
+ __test__ = True
+
+
# vi: ts=4 expandtab syntax=python