[FWaaS_v2]: Add FWaaS_V2 workflow and enable tests#2637
[FWaaS_v2]: Add FWaaS_V2 workflow and enable tests#2637mandre merged 7 commits intogophercloud:masterfrom
Conversation
Add FWaaS_v2 workflow for master and Zed. Skip FWaaS_v2 tests for Openstack releases below Zed. Fix FWaaS_v2 test variable.
mandre
left a comment
There was a problem hiding this comment.
This looks fine at first glance, but I can't see why the new FWaaS jobs were not triggered. Any idea why the new jobs haven't been picked up?
Also, can you confirm the reason you split these tests out of the networking job was because it requires a different SDN?
|
@mandre, hi! Main reason is develop workflows without complicate by new plugins, huge ACCEPTANCE_TESTS_FILTER and enabled/disabled services. P.S. I tested this workflow in provider repository. |
Cool, thanks. Let's merge it. |
Releases below Victoria are deprecated and not testing.
FWaaS_v2 is not compatible with releases below Zed.
FWaaS_v2 has no support for OVN currently and require openvswitch, Q_ML2_PLUGIN_MECHANISM_DRIVERS, Q_ML2_PLUGIN_TYPE_DRIVERS, Q_ML2_TENANT_NETWORK_TYPE and other custom variables.
Add only FWaaS_V2 workflow.
Skip tests for releases below Zed.
Small fix FWaaS_V2 test variable.
Exclude FWaaS_V2 tests from networking workflow acceptance tests filter.
Fixes #2636