[stable/2024.1] Add ovs-tcpdump to Open vSwitch image (#1597)
This is an automated cherry-pick of #1591
/assign mnaser
diff --git a/images/openvswitch/Dockerfile b/images/openvswitch/Dockerfile
index 02e0ee9..fcfc337 100644
--- a/images/openvswitch/Dockerfile
+++ b/images/openvswitch/Dockerfile
@@ -9,7 +9,11 @@
dnf -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs install \
centos-release-nfv-openvswitch.noarch
dnf -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs install \
- openvswitch${OVS_SERIES}-${OVS_VERSION}.el9s iptables
+ iptables \
+ openvswitch${OVS_SERIES}-${OVS_VERSION}.el9s \
+ openvswitch${OVS_SERIES}-test-${OVS_VERSION}.el9s \
+ python3-netifaces \
+ tcpdump
dnf -y clean all
rm -rf /var/cache/dnf
EOF