diff options
| author | Paride Legovini <[email protected]> | 2020-07-16 15:25:24 +0000 |
|---|---|---|
| committer | Server Team CI Bot <[email protected]> | 2020-07-16 15:25:24 +0000 |
| commit | c8c64182e6a4feb68bf16898fc0406bb2da36a25 (patch) | |
| tree | 7576e6f246069e8b460bcb85acc47d608d171638 /tests/vmtests/test_basic.py | |
| parent | 2a5d8c1fb8e7e6c398792067c070ce6f859ba1b7 (diff) | |
Drop the Eoan vmtests (EOL)
Diffstat (limited to 'tests/vmtests/test_basic.py')
| -rw-r--r-- | tests/vmtests/test_basic.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/vmtests/test_basic.py b/tests/vmtests/test_basic.py index 4a0f427a..8c2a7278 100644 --- a/tests/vmtests/test_basic.py +++ b/tests/vmtests/test_basic.py @@ -255,10 +255,6 @@ class BionicTestBasic(relbase.bionic, TestBasicAbs): __test__ = True -class EoanTestBasic(relbase.eoan, TestBasicAbs): - __test__ = True - - class FocalTestBasic(relbase.focal, TestBasicAbs): __test__ = True @@ -375,10 +371,6 @@ class BionicTestScsiBasic(relbase.bionic, TestBasicScsiAbs): __test__ = True -class EoanTestScsiBasic(relbase.eoan, TestBasicScsiAbs): - __test__ = True - - class FocalTestScsiBasic(relbase.focal, TestBasicScsiAbs): __test__ = True |
