diff --git a/test/common/config/pkgdep/dnf b/test/common/config/pkgdep/dnf index b3f6e6a5f..3ed40f110 100644 --- a/test/common/config/pkgdep/dnf +++ b/test/common/config/pkgdep/dnf @@ -75,6 +75,10 @@ if [[ $OSID == fedora ]] && ((OSVERSION == 34)); then packages+=(bpftrace) fi +if [[ $OSID == fedora ]] && ((OSVERSION >= 37)); then + packages+=(iproute-tc) +fi + pre_install() { :; } if [[ $OSID != fedora ]]; then