Test: restconf http1.1 only had http2 test
test: snmpwalk -t for valgrind leak in clicon_rpc
This commit is contained in:
parent
537df0756d
commit
73129b96d9
3 changed files with 5 additions and 13 deletions
|
|
@ -232,7 +232,7 @@ if $SNMPCHECK; then
|
|||
if [ $valgrindtest -ne 0 ]; then
|
||||
# To avoid "Timeout: No Response from localhost" from netsnmp/snmpd set timeout to 10s
|
||||
snmptable="$(type -p snmptable) -c public -v2c localhost -t 10 "
|
||||
snmpwalk="$(type -p snmpwalk) -c public -v2c localhost -t 10 "
|
||||
snmpwalk="$(type -p snmpwalk) -c public -t 10 -v2c localhost "
|
||||
else
|
||||
snmptable="$(type -p snmptable) -c public -v2c localhost "
|
||||
snmpwalk="$(type -p snmpwalk) -c public -v2c localhost "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue