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.py | |
| parent | 2a45c8990d299dedeb0b727280f97a2460a1fb28 (diff) | |
vmtests: add jammy after focal
(cherry picked from commit 7c7c29b008128ee5476cfa82b24762c18a0d2fcc)
Diffstat (limited to 'tests/vmtests/test_network_ipv6.py')
| -rw-r--r-- | tests/vmtests/test_network_ipv6.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vmtests/test_network_ipv6.py b/tests/vmtests/test_network_ipv6.py index bd9a055a..5c31b483 100644 --- a/tests/vmtests/test_network_ipv6.py +++ b/tests/vmtests/test_network_ipv6.py @@ -57,6 +57,10 @@ class FocalTestNetworkIPV6(relbase.focal, TestNetworkIPV6Abs): __test__ = True +class JammyTestNetworkIPV6(relbase.jammy, TestNetworkIPV6Abs): + __test__ = True + + class Centos70TestNetworkIPV6(centos_relbase.centos70_xenial, CentosTestNetworkIPV6Abs): __test__ = True |
