From f668784f410f0d606cfa24e04057460c67f03862 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 18 May 2020 20:09:37 +0000 Subject: [PATCH] Add the missing test_runner --- zaza/openstack/charm_tests/tempest/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zaza/openstack/charm_tests/tempest/tests.py b/zaza/openstack/charm_tests/tempest/tests.py index 6fc58d7..bbc9d9e 100644 --- a/zaza/openstack/charm_tests/tempest/tests.py +++ b/zaza/openstack/charm_tests/tempest/tests.py @@ -25,6 +25,7 @@ import tempfile class TempestTest(): """Tempest test class.""" + test_runner = zaza.charm_lifecycle.test.DIRECT def run(self): """Run tempest tests as specified in tests/tests.yaml