|
|
@@ -325,3 +325,54 @@ |
|
|
|
# the blacklist when bug |
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1716335 will be fixed |
|
|
|
tempest_black_regex: "(?:tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port)|(?:tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration)" |
|
|
|
|
|
|
|
- job: |
|
|
|
name: networking-ovn-tempest-full-multinode-ovs-master |
|
|
|
parent: networking-ovn-multinode-base |
|
|
|
vars: |
|
|
|
tox_envlist: all-plugin |
|
|
|
tempest_test_regex: "^(?!.*\ |
|
|
|
(?:.*\\[.*slow.*\\])|\ |
|
|
|
(?:tempest.api.network.admin.test_quotas.QuotasTest.test_lbaas_quotas.*)|\ |
|
|
|
(?:tempest.api.network.test_load_balancer.*)|\ |
|
|
|
(?:tempest.scenario.test_load_balancer.*)|\ |
|
|
|
(?:tempest.api.network.admin.test_load_balancer.*)|\ |
|
|
|
(?:tempest.api.network.admin.test_lbaas.*)|\ |
|
|
|
(?:tempest.api.network.test_fwaas_extensions.*)|\ |
|
|
|
(?:tempest.api.network.test_metering_extensions.*)|\ |
|
|
|
(?:tempest.thirdparty.boto.test_s3.*)|\ |
|
|
|
(?:tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port)|\ |
|
|
|
(?:tempest.api.identity*)|\ |
|
|
|
(?:tempest.api.image*)|\ |
|
|
|
(?:tempest.api.volume*)|\ |
|
|
|
(?:tempest.api.compute.images*)|\ |
|
|
|
(?:tempest.api.compute.keypairs*)|\ |
|
|
|
(?:tempest.api.compute.certificates*)|\ |
|
|
|
(?:tempest.api.compute.flavors*)|\ |
|
|
|
(?:tempest.api.compute.test_quotas*)|\ |
|
|
|
(?:tempest.api.compute.test_versions*)|\ |
|
|
|
(?:tempest.api.compute.volumes*)|\ |
|
|
|
(?:tempest.api.compute.admin.test_flavor*)|\ |
|
|
|
(?:tempest.api.compute.admin.test_volume*)|\ |
|
|
|
(?:tempest.api.compute.admin.test_hypervisor*)|\ |
|
|
|
(?:tempest.api.compute.admin.test_aggregate*)|\ |
|
|
|
(?:tempest.api.compute.admin.test_quota*)|\ |
|
|
|
(?:tempest.scenario.test_volume*))\ |
|
|
|
((^neutron_tempest_plugin.api)|\ |
|
|
|
(^neutron_tempest_plugin.scenario)|\ |
|
|
|
(tempest.(api|scenario|thirdparty))).*$" |
|
|
|
# TODO(mjozefcz): Remove DNS related tessts when OVS 2.12 will be |
|
|
|
# released and https://patchwork.ozlabs.org/patch/1102717/ merged. |
|
|
|
# TODO(slaweq): live_migration related test from the blacklist when bug |
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1716335 will be fixed |
|
|
|
tempest_black_regex: "\ |
|
|
|
(^neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest)|\ |
|
|
|
(^neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_dns_name)|\ |
|
|
|
(^tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)|\ |
|
|
|
(^tempest.api.compute.admin.test_live_migration.LiveMigrationTest)" |
|
|
|
devstack_localrc: |
|
|
|
OVN_BRANCH: master |
|
|
|
group-vars: |
|
|
|
subnode: |
|
|
|
devstack_localrc: |
|
|
|
OVN_BRANCH: master |