Slawek Kaplonski | 7f3fd67 | 2020-10-07 22:40:36 +0200 | [diff] [blame] | 1 | - job: |
| 2 | name: neutron-tempest-plugin-api-victoria |
| 3 | parent: neutron-tempest-plugin-api |
| 4 | override-checkout: stable/victoria |
| 5 | vars: |
| 6 | branch_override: stable/victoria |
| 7 | # TODO(slaweq): find a way to put this list of extensions in |
| 8 | # neutron repository and keep it different per branch, |
| 9 | # then it could be removed from here |
| 10 | network_api_extensions_common: &api_extensions |
| 11 | - address-scope |
| 12 | - agent |
| 13 | - allowed-address-pairs |
| 14 | - auto-allocated-topology |
| 15 | - availability_zone |
| 16 | - binding |
| 17 | - default-subnetpools |
| 18 | - dhcp_agent_scheduler |
| 19 | - dns-domain-ports |
| 20 | - dns-integration |
| 21 | - empty-string-filtering |
| 22 | - expose-port-forwarding-in-fip |
| 23 | - expose-l3-conntrack-helper |
| 24 | - ext-gw-mode |
| 25 | - external-net |
| 26 | - extra_dhcp_opt |
| 27 | - extraroute |
| 28 | - extraroute-atomic |
| 29 | - filter-validation |
| 30 | - fip-port-details |
| 31 | - flavors |
| 32 | - floating-ip-port-forwarding |
| 33 | - floatingip-pools |
| 34 | - ip-substring-filtering |
| 35 | - l3-conntrack-helper |
| 36 | - l3-flavors |
| 37 | - l3-ha |
| 38 | - l3_agent_scheduler |
| 39 | - logging |
| 40 | - metering |
| 41 | - multi-provider |
| 42 | - net-mtu |
| 43 | - net-mtu-writable |
| 44 | - network-ip-availability |
| 45 | - network_availability_zone |
| 46 | - network-segment-range |
| 47 | - pagination |
| 48 | - port-resource-request |
| 49 | - port-mac-address-regenerate |
| 50 | - port-security |
| 51 | - port-security-groups-filtering |
| 52 | - project-id |
| 53 | - provider |
| 54 | - qos |
| 55 | - qos-bw-minimum-ingress |
| 56 | - qos-fip |
| 57 | - quotas |
| 58 | - quota_details |
| 59 | - rbac-address-scope |
| 60 | - rbac-policies |
| 61 | - rbac-security-groups |
| 62 | - rbac-subnetpool |
| 63 | - router |
| 64 | - router-admin-state-down-before-update |
| 65 | - router_availability_zone |
| 66 | - security-group |
| 67 | - segment |
| 68 | - service-type |
| 69 | - sorting |
| 70 | - standard-attr-description |
| 71 | - standard-attr-revisions |
| 72 | - standard-attr-segment |
| 73 | - standard-attr-tag |
| 74 | - standard-attr-timestamp |
| 75 | - subnet_allocation |
| 76 | - subnet-dns-publish-fixed-ip |
| 77 | - subnetpool-prefix-ops |
| 78 | - tag-ports-during-bulk-creation |
| 79 | - trunk |
| 80 | - trunk-details |
| 81 | - uplink-status-propagation |
| 82 | network_api_extensions_tempest: |
| 83 | - dvr |
elajkat | 8bbd743 | 2020-11-04 16:41:34 +0100 | [diff] [blame] | 84 | network_available_features: &available_features |
| 85 | - ipv6_metadata |
Slawek Kaplonski | 7f3fd67 | 2020-10-07 22:40:36 +0200 | [diff] [blame] | 86 | devstack_localrc: |
| 87 | NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}" |
| 88 | |
| 89 | - job: |
| 90 | name: neutron-tempest-plugin-scenario-openvswitch-victoria |
| 91 | parent: neutron-tempest-plugin-scenario-openvswitch |
| 92 | override-checkout: stable/victoria |
| 93 | vars: |
| 94 | branch_override: stable/victoria |
| 95 | network_api_extensions: *api_extensions |
elajkat | 8bbd743 | 2020-11-04 16:41:34 +0100 | [diff] [blame] | 96 | network_available_features: *available_features |
Slawek Kaplonski | 7f3fd67 | 2020-10-07 22:40:36 +0200 | [diff] [blame] | 97 | devstack_localrc: |
| 98 | NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}" |
| 99 | devstack_local_conf: |
| 100 | test-config: |
| 101 | $TEMPEST_CONFIG: |
elajkat | 8bbd743 | 2020-11-04 16:41:34 +0100 | [diff] [blame] | 102 | network-feature-enabled: |
| 103 | available_features: "{{ network_available_features | join(',') }}" |
Slawek Kaplonski | 7f3fd67 | 2020-10-07 22:40:36 +0200 | [diff] [blame] | 104 | neutron_plugin_options: |
| 105 | ipv6_metadata: False |
| 106 | |
| 107 | - job: |
| 108 | name: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid-victoria |
| 109 | parent: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid |
| 110 | override-checkout: stable-victoria |
| 111 | vars: |
| 112 | branch_override: stable-victoria |
| 113 | network_api_extensions: *api_extensions |
elajkat | 8bbd743 | 2020-11-04 16:41:34 +0100 | [diff] [blame] | 114 | network_available_features: *available_features |
Slawek Kaplonski | 7f3fd67 | 2020-10-07 22:40:36 +0200 | [diff] [blame] | 115 | devstack_localrc: |
| 116 | NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}" |
| 117 | devstack_local_conf: |
| 118 | test-config: |
| 119 | $TEMPEST_CONFIG: |
elajkat | 8bbd743 | 2020-11-04 16:41:34 +0100 | [diff] [blame] | 120 | network-feature-enabled: |
| 121 | available_features: "{{ network_available_features | join(',') }}" |
Slawek Kaplonski | 7f3fd67 | 2020-10-07 22:40:36 +0200 | [diff] [blame] | 122 | neutron_plugin_options: |
| 123 | ipv6_metadata: False |
| 124 | |
| 125 | - job: |
| 126 | name: neutron-tempest-plugin-scenario-linuxbridge-victoria |
| 127 | parent: neutron-tempest-plugin-scenario-linuxbridge |
| 128 | override-checkout: stable/victoria |
| 129 | vars: |
| 130 | branch_override: stable/victoria |
| 131 | network_api_extensions: *api_extensions |
elajkat | 8bbd743 | 2020-11-04 16:41:34 +0100 | [diff] [blame] | 132 | network_available_features: *available_features |
Slawek Kaplonski | 7f3fd67 | 2020-10-07 22:40:36 +0200 | [diff] [blame] | 133 | devstack_localrc: |
| 134 | NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}" |
| 135 | devstack_local_conf: |
| 136 | test-config: |
| 137 | $TEMPEST_CONFIG: |
elajkat | 8bbd743 | 2020-11-04 16:41:34 +0100 | [diff] [blame] | 138 | network-feature-enabled: |
| 139 | available_features: "{{ network_available_features | join(',') }}" |
Slawek Kaplonski | 7f3fd67 | 2020-10-07 22:40:36 +0200 | [diff] [blame] | 140 | neutron_plugin_options: |
| 141 | ipv6_metadata: False |
| 142 | |
| 143 | - job: |
| 144 | name: neutron-tempest-plugin-scenario-ovn-victoria |
| 145 | parent: neutron-tempest-plugin-scenario-ovn |
| 146 | override-checkout: stable/victoria |
| 147 | vars: |
| 148 | branch_override: stable/victoria |
| 149 | network_api_extensions: *api_extensions |
| 150 | devstack_localrc: |
| 151 | NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}" |
elajkat | 8bbd743 | 2020-11-04 16:41:34 +0100 | [diff] [blame] | 152 | devstack_local_conf: |
| 153 | test-config: |
| 154 | $TEMPEST_CONFIG: |
| 155 | network-feature-enabled: |
| 156 | available_features: "" |
Slawek Kaplonski | 7f3fd67 | 2020-10-07 22:40:36 +0200 | [diff] [blame] | 157 | |
| 158 | - job: |
| 159 | name: neutron-tempest-plugin-dvr-multinode-scenario-victoria |
| 160 | parent: neutron-tempest-plugin-dvr-multinode-scenario |
| 161 | override-checkout: stable/victoria |
| 162 | vars: |
| 163 | network_api_extensions_common: *api_extensions |
| 164 | branch_override: stable/victoria |
| 165 | |
| 166 | - job: |
| 167 | name: neutron-tempest-plugin-designate-scenario-victoria |
| 168 | parent: neutron-tempest-plugin-designate-scenario |
| 169 | override-checkout: stable/victoria |
| 170 | vars: |
| 171 | branch_override: stable/victoria |
| 172 | network_api_extensions_common: *api_extensions |
| 173 | |
| 174 | - job: |
| 175 | name: neutron-tempest-plugin-sfc-victoria |
| 176 | parent: neutron-tempest-plugin-sfc |
| 177 | override-checkout: stable/victoria |
| 178 | vars: |
| 179 | branch_override: stable/victoria |
| 180 | network_api_extensions_common: *api_extensions |
| 181 | |
| 182 | - job: |
| 183 | name: neutron-tempest-plugin-bgpvpn-bagpipe-victoria |
| 184 | parent: neutron-tempest-plugin-bgpvpn-bagpipe |
| 185 | override-checkout: stable/victoria |
| 186 | vars: |
| 187 | branch_override: stable/victoria |
| 188 | network_api_extensions: *api_extensions |
| 189 | |
| 190 | - job: |
| 191 | name: neutron-tempest-plugin-dynamic-routing-victoria |
| 192 | parent: neutron-tempest-plugin-dynamic-routing |
| 193 | override-checkout: stable/victoria |
| 194 | vars: |
| 195 | branch_override: stable/victoria |
| 196 | network_api_extensions_common: *api_extensions |
| 197 | |
| 198 | - job: |
| 199 | name: neutron-tempest-plugin-vpnaas-victoria |
| 200 | parent: neutron-tempest-plugin-vpnaas |
| 201 | override-checkout: stable/victoria |
| 202 | vars: |
| 203 | branch_override: stable/victoria |
| 204 | network_api_extensions_common: *api_extensions |