From 4c57e73f73ab18d9d9fe85dd1bdf798a6b805ee8 Mon Sep 17 00:00:00 2001 From: "camille.rodriguez" Date: Fri, 24 Jul 2020 14:25:27 -0500 Subject: [PATCH] tests.py --- zaza/openstack/charm_tests/iscsi-connector/tests.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zaza/openstack/charm_tests/iscsi-connector/tests.py b/zaza/openstack/charm_tests/iscsi-connector/tests.py index f7b67ea..8f707eb 100644 --- a/zaza/openstack/charm_tests/iscsi-connector/tests.py +++ b/zaza/openstack/charm_tests/iscsi-connector/tests.py @@ -25,6 +25,11 @@ import zaza.openstack.utilities.generic as generic_utils class ISCSIConnectorTest(test_utils.BaseCharmTest): """Class for iscsi-connector tests.""" + @classmethod + def setUpClass(cls): + """Run class setup for running glance tests.""" + super(ISCSIConnectorTest, cls).setUpClass() + IQN = 'iqn.2020-07.canonical.com:lun1' def configure_iscsi_connector(self):