diff options
author | Chad Smith <[email protected]> | 2023-05-26 13:29:26 -0600 |
---|---|---|
committer | Dan Bungert <[email protected]> | 2023-09-20 07:04:38 -0600 |
commit | 91f147b0f0a795b32fbf9799a02ea5daee269b6b (patch) | |
tree | 69c30f3e21a639a20ccd1002181e5a1a10c997bd /tests/vmtests/test_network_ipv6_vlan.py | |
parent | 2a45c8990d299dedeb0b727280f97a2460a1fb28 (diff) |
vmtests: add jammy after focal
(cherry picked from commit 7c7c29b008128ee5476cfa82b24762c18a0d2fcc)
Diffstat (limited to 'tests/vmtests/test_network_ipv6_vlan.py')
-rw-r--r-- | tests/vmtests/test_network_ipv6_vlan.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vmtests/test_network_ipv6_vlan.py b/tests/vmtests/test_network_ipv6_vlan.py index 0a595152..8f3fe64c 100644 --- a/tests/vmtests/test_network_ipv6_vlan.py +++ b/tests/vmtests/test_network_ipv6_vlan.py @@ -26,6 +26,10 @@ class FocalTestNetworkIPV6Vlan(relbase.focal, TestNetworkIPV6VlanAbs): __test__ = True +class JammyTestNetworkIPV6Vlan(relbase.jammy, TestNetworkIPV6VlanAbs): + __test__ = True + + class Centos70TestNetworkIPV6Vlan(centos_relbase.centos70_xenial, CentosTestNetworkIPV6VlanAbs): __test__ = True |