diff --git a/zaza/openstack/charm_tests/ovn/tests.py b/zaza/openstack/charm_tests/ovn/tests.py index 4b50510..74f77ba 100644 --- a/zaza/openstack/charm_tests/ovn/tests.py +++ b/zaza/openstack/charm_tests/ovn/tests.py @@ -199,6 +199,10 @@ class ChassisCharmOperationTest(BaseCharmOperationTest): self.test_config[ 'target_deploy_status'] = stored_target_deploy_status + +class DPDKTest(test_utils.BaseCharmTest): + """DPDK-related tests.""" + def _openvswitch_switch_dpdk_installed(self): """Assert that the openvswitch-switch-dpdk package is installed. @@ -296,10 +300,6 @@ class ChassisCharmOperationTest(BaseCharmOperationTest): msg='OVS unexpectedly has DPDK initialized'): self._ovs_dpdk_initialized() - -class DPDKTest(test_utils.BaseCharmTest): - """DPDK-related tests.""" - def test_enable_dpdk(self): """Confirm that transitioning to/from DPDK works.""" logging.info('Pre-flight check')