From 1032e6fee649734c03672324f739d8ffb7d7b6b1 Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Wed, 27 Apr 2022 00:37:35 -0700 Subject: [PATCH] Changed paths for SNMP tools used in test. --- test/test_snmp.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_snmp.sh b/test/test_snmp.sh index bcb2846c..37385863 100755 --- a/test/test_snmp.sh +++ b/test/test_snmp.sh @@ -11,9 +11,9 @@ if [ $valgrindtest -ne 0 ]; then return 0 # skip fi -snmpd="/usr/local/sbin/snmpd" -snmpget="/usr/local/bin/snmpget -c public -v2c localhost:1161 " -snmpset="/usr/local/bin/snmpset -c public -v2c localhost:1161 " +snmpd="/usr/sbin/snmpd" +snmpget="/usr/bin/snmpget -c public -v2c localhost:1161 " +snmpset="/usr/bin/snmpset -c public -v2c localhost:1161 " clixon_snmp="/usr/local/sbin/clixon_snmp" cfg=$dir/conf_startup.xml fyang=$dir/clixon-example.yang