Hi,
While running a testr on test_routers I noticed failure of test cases that
involved "enable_snat" attribute.
As per neutron code, this attribute is only added to router if the plugin
supports ext-gw-mode extensions.

If a plugin does not support this extension, shouldnt it be skipping the
test which involves enable_snat?
(In tempest.conf, api_extensions = [list of extension supported by plugin])

Shouldnt methods involving enable_snat have following decorator?
@test.requires_ext(extension='ext-gw-mode', service='network')

Please correct me if I am wrong here.

Thanks,
Ronak
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to