summaryrefslogtreecommitdiff
path: root/tests/remote/test_remote_zuul_stream.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/remote/test_remote_zuul_stream.py')
-rw-r--r--tests/remote/test_remote_zuul_stream.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/remote/test_remote_zuul_stream.py b/tests/remote/test_remote_zuul_stream.py
index 225c88e96..b84c4b0d8 100644
--- a/tests/remote/test_remote_zuul_stream.py
+++ b/tests/remote/test_remote_zuul_stream.py
@@ -280,3 +280,12 @@ class TestZuulStream5(AnsibleZuulTestCase, FunctionalZuulStreamMixIn):
def setUp(self):
super().setUp()
self._setUp()
+
+
+class TestZuulStream6(AnsibleZuulTestCase, FunctionalZuulStreamMixIn):
+ ansible_version = '6'
+ ansible_core_version = '2.13'
+
+ def setUp(self):
+ super().setUp()
+ self._setUp()