Consolidate neutron-tempest-plugin-api with scenario jobs
That way we will run our API tests on the ML2/{OVS,OVN,Linuxbridge}
deployments which will give us slightly better coverage in some cases as
some API extensions may be available only with some specific backends
(see NDPProxy for example, which isn't available on the ML2/OVN case).
This will also allow us to drop neutron-tempest-plugin-api job and
having less jobs with same or better coverage is always good thing :)
Change-Id: Ie34e89636c56783000b4d72a479c23d8d1295002
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 0584523..604e5d2 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -2,26 +2,24 @@
name: neutron-tempest-plugin-jobs
check:
jobs:
- - neutron-tempest-plugin-api
- - neutron-tempest-plugin-scenario-linuxbridge
- - neutron-tempest-plugin-scenario-openvswitch
- - neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid
- - neutron-tempest-plugin-scenario-ovn
+ - neutron-tempest-plugin-linuxbridge
+ - neutron-tempest-plugin-openvswitch
+ - neutron-tempest-plugin-openvswitch-iptables_hybrid
+ - neutron-tempest-plugin-ovn
- neutron-tempest-plugin-designate-scenario
gate:
jobs:
- - neutron-tempest-plugin-api
- - neutron-tempest-plugin-scenario-linuxbridge
- - neutron-tempest-plugin-scenario-openvswitch
- - neutron-tempest-plugin-scenario-ovn
- - neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid
+ - neutron-tempest-plugin-linuxbridge
+ - neutron-tempest-plugin-openvswitch
+ - neutron-tempest-plugin-ovn
+ - neutron-tempest-plugin-openvswitch-iptables_hybrid
#TODO(slaweq): Move neutron-tempest-plugin-dvr-multinode-scenario out of
# the experimental queue when it will be more stable
experimental:
jobs:
- neutron-tempest-plugin-dvr-multinode-scenario
- - neutron-tempest-plugin-scenario-openvswitch-distributed-dhcp
- - neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid-distributed-dhcp
+ - neutron-tempest-plugin-openvswitch-distributed-dhcp
+ - neutron-tempest-plugin-openvswitch-iptables_hybrid-distributed-dhcp
- project-template: