commit | a2cc2e535ba923bc199ed343d900756dbe2e2f73 | [log] [tgz] |
---|---|---|
author | YAMAMOTO Takashi <yamamoto@midokura.com> | Tue Jul 31 18:54:02 2018 +0900 |
committer | YAMAMOTO Takashi <yamamoto@midokura.com> | Tue Jul 31 18:55:47 2018 +0900 |
tree | ea0f92c2334ce17b196d0c676839e8ac05d4a1b8 | |
parent | c2fd6d954cb2b7057463ce55dbb19d8aac4aa32f [diff] [blame] |
FloatingIPQosTest: Stop inheriting QoSTest class Instead, have a separate class for shared code (QoSTestMixin) so that we can add test cases to QoSTest without affecting FloatingIPQosTest. Change-Id: I2fc2d2a94e78298c2bded00b585c8a1ae852fc0a
diff --git a/neutron_tempest_plugin/scenario/test_floatingip.py b/neutron_tempest_plugin/scenario/test_floatingip.py index bc40176..0f3d65e 100644 --- a/neutron_tempest_plugin/scenario/test_floatingip.py +++ b/neutron_tempest_plugin/scenario/test_floatingip.py
@@ -200,7 +200,8 @@ class FloatingIPQosTest(FloatingIpTestCasesMixin, - test_qos.QoSTest): + test_qos.QoSTestMixin, + base.BaseTempestTestCase): same_network = True