Re-enable the router test_migration cases

Depends-On: Ia628ee196382b0672ce3424d7cb86f29a15a6d4d

Change-Id: I0abb9069b301eb6b059a715c193933249efc718f
This commit is contained in:
LIU Yulong 2024-11-27 10:17:47 +08:00 committed by liuyulong
parent f405d0774d
commit d304c73e43

@ -782,7 +782,8 @@
- job: - job:
name: neutron-tempest-plugin-dvr-multinode-scenario name: neutron-tempest-plugin-dvr-multinode-scenario
parent: tempest-multinode-full parent: tempest-multinode-full-py3
timeout: 10800
description: | description: |
Perform setup for Neutron tempest tests in multinode with DVR scenario Perform setup for Neutron tempest tests in multinode with DVR scenario
roles: roles:
@ -830,15 +831,16 @@
devstack_services: devstack_services:
tls-proxy: true tls-proxy: true
tempest: true tempest: true
br-ex-tcpdump: true
br-int-flows: true
# Disable OVN services # Disable OVN services
br-ex-tcpdump: false
br-int-flows: false
ovn-controller: false ovn-controller: false
ovn-northd: false ovn-northd: false
ovs-vswitchd: false ovs-vswitchd: false
ovsdb-server: false ovsdb-server: false
q-ovn-metadata-agent: false q-ovn-metadata-agent: false
# Neutron services # Neutron services
q-svc: true
q-agt: true q-agt: true
q-dhcp: true q-dhcp: true
q-l3: true q-l3: true
@ -917,8 +919,8 @@
subnode: subnode:
devstack_services: devstack_services:
tls-proxy: true tls-proxy: true
br-ex-tcpdump: false br-ex-tcpdump: true
br-int-flows: false br-int-flows: true
# Disable OVN services # Disable OVN services
ovn-controller: false ovn-controller: false
ovn-northd: false ovn-northd: false
@ -934,8 +936,11 @@
neutron-log: true neutron-log: true
neutron-port-forwarding: true neutron-port-forwarding: true
# Cinder services # Cinder services
c-api: false
c-bak: false c-bak: false
c-sch: false
c-vol: false c-vol: false
cinder: false
# We don't need Swift to be run in the Neutron jobs # We don't need Swift to be run in the Neutron jobs
s-account: false s-account: false
s-container: false s-container: false