Enable bridge flows and tcpdump in tempest multinode

Enable br-int-flows and br-ex-tcpdump services in
tempest-multinode-full-py3 job, these will help in
debugging network issues.

Related-Bug: #1998916
Change-Id: I947a6e2a88d7ad38cc00aa694438cb3101030168
This commit is contained in:
2023-02-14 16:29:42 +05:30
parent f88e635d39
commit 2d2cfac572

View File

@@ -246,10 +246,15 @@
neutron: https://opendev.org/openstack/neutron
devstack_services:
neutron-trunk: true
br-ex-tcpdump: true
br-int-flows: true
group-vars:
subnode:
devstack_localrc:
USE_PYTHON3: true
devstack_services:
br-ex-tcpdump: true
br-int-flows: true
- job:
name: tempest-slow