commit | 052808c2e62489fbe5e560131f3f7209b364a764 | [log] [tgz] |
---|---|---|
author | Roman Safronov <rsafrono@redhat.com> | Mon Nov 13 12:03:06 2023 +0200 |
committer | Roman Safronov <rsafrono@redhat.com> | Wed Nov 15 15:53:04 2023 +0200 |
tree | 7ef2e3f62fcc5959694ab77688c9a7ddc2ad78cc | |
parent | 7944b08b1f40c3948f8c77af7189526d7bb710e0 [diff] |
Fix importing security group tests Importing StatelessSecGroupDualStackDHCPv6StatelessTest was causing a type error in case CONF.neutron_plugin_options.firewall_driver was set to 'openvswitch' [1]. This patch fixes the issue by separation code to a class with base functions, that is never skipped and classes with tests that optionally can be skipped. [1] https://bugzilla.redhat.com/show_bug.cgi?id=2249407 Change-Id: I90b9cf495f35aca7a9171dc685696ae4cdd4d0f2