diff --git a/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py b/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py index 3ec4ba0..633c83b 100644 --- a/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py +++ b/whitebox_neutron_tempest_plugin/tests/scenario/test_qos.py @@ -1014,6 +1014,10 @@ class QosTestExternalNetwork(QosBaseTest): ext_vm['port']['fixed_ips'][0]['ip_address'], self.username, pkey=self.keypair['private_key']) + @testtools.skipUnless( + CONF.compute.min_compute_nodes > 1, + 'BW limit rules applied to provider network can only be tested when ' + 'there is more than one compute') @decorators.idempotent_id('c018b96b-47eb-4b5f-b750-e0c857fd86a9') def test_dscp_bwlimit_external_network(self): max_kbps = self.bwlimit_kbps_net