Separate DPDK tests from other chassis tests

We do not yet support DPDK for ovn-dedicated-chassis, therefore, we need
to avoid running DPDK func tests for it.
This commit is contained in:
Dmitrii Shcherbakov
2022-09-20 16:18:39 +03:00
parent 383726b15e
commit 268b4297b4
+4
View File
@@ -296,6 +296,10 @@ 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')