| Message ID | 20251026121602.2772473-1-skandigraun@gmail.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-networking,1/2] net-snmp: fix ptests | expand |
diff --git a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc index 7f7519ff84..1cdb6d1811 100644 --- a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc +++ b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc @@ -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 \ " diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb index f37bda921a..44a3cfc745 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb @@ -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 \
Add missing dependencies. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- .../conf/include/ptest-packagelists-meta-networking.inc | 2 +- .../recipes-protocols/net-snmp/net-snmp_5.9.4.bb | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-)