diff --git a/test/common/config/pkgdep/dnf b/test/common/config/pkgdep/dnf index 20adfc5ff..323b916a1 100644 --- a/test/common/config/pkgdep/dnf +++ b/test/common/config/pkgdep/dnf @@ -47,7 +47,6 @@ packages=( socat openssl sshfs - sshpass python3-pandas rpm-build iptables @@ -67,6 +66,12 @@ if [[ $OSID != centos && $OSID != rocky ]] || [[ $OSVERSION != 8* ]]; then packages+=(btrfs-progs) fi +if [[ $OSID == centos && $OSVERSION == 8* ]]; then + packages+=("https://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/sshpass-1.09-4.el8.x86_64.rpm") +else + packages+=(sshpass) +fi + if [[ $OSID == fedora ]] && ((OSVERSION >= 34)); then packages+=(bpftrace) fi