Comment 10 for bug 2058138

Revision history for this message
Robert Breker (rbreker) wrote :

> [Brian Haley] We need to make sure that test is enabled correctly and catches this.

Looks like the scenario test_remote_group_and_remote_address_group() explicitly skips firewall drivers except for openvswitch here;

https://github.com/openstack/neutron-tempest-plugin/blob/bcabf136e59684baf038fd02fc226946c8be63f7/neutron_tempest_plugin/scenario/test_security_groups.py#L788-L790

When we remove this condition, tests should fail, hopefully without much other fallout. I'll propose a test fix in anticipation.