net-snmp: fix ptests

Add missing dependencies.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-10-26 13:16:01 +01:00 committed by Khem Raj
parent 7e9941ab0f
commit 227dca8861
2 changed files with 6 additions and 2 deletions

View File

@ -34,12 +34,12 @@ PTESTS_FAST_META_NETWORKING:remove:libc-musl = "\
# firewalld currently hangs forever so disable it for now
# firewalld
PTESTS_SLOW_META_NETWORKING = "\
net-snmp \
openvpn \
"
PTESTS_PROBLEMS_META_NETWORKING = "\
lksctp-tools \
net-snmp \
nftables \
python3-scapy \
"

View File

@ -282,8 +282,12 @@ RDEPENDS:${PN}-libs += "${PN}-lib-netsnmp \
${PN}-lib-mibs \
"
RDEPENDS:${PN}-libs:append:class-target = " libpci"
RDEPENDS:${PN}-ptest += "perl \
RDEPENDS:${PN}-ptest += "${PN}-server-snmpd \
${PN}-server-snmptrapd \
net-tools \
perl \
perl-module-test \
perl-module-socket \
perl-module-file-basename \
perl-module-getopt-long \
perl-module-file-temp \