From 2d2cfac5722fa5aa43998dea6b9d7fff97df368f Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Tue, 14 Feb 2023 16:29:42 +0530 Subject: 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 --- zuul.d/integrated-gate.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zuul.d') diff --git a/zuul.d/integrated-gate.yaml b/zuul.d/integrated-gate.yaml index c44a2b211..2c720d9c8 100644 --- a/zuul.d/integrated-gate.yaml +++ b/zuul.d/integrated-gate.yaml @@ -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 -- cgit v1.2.1