From dbff3334c1110a08dd4cec7b30fb23d704e674c3 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 13 2011 11:06:51 +0000 Subject: hanged AUTHORS and added snmv2c Test --- diff --git a/AUTHORS b/AUTHORS index 5f0c14e..17c1a51 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,3 +5,4 @@ Fabian Arrotin Athmane Madjoudj Steve Barnes Johnny Hughes +Christoph Galuschka diff --git a/tests/p_net-snmp/snmp_test.sh b/tests/p_net-snmp/snmp_test.sh deleted file mode 100755 index eb42841..0000000 --- a/tests/p_net-snmp/snmp_test.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# Author: Athmane Madjoudj - -t_Log "Running $0 - snmp test" - -t_InstallPackage net-snmp-utils - -snmpwalk -v 1 -c public 127.0.0.1 > /dev/null 2>&1 - -t_CheckExitStatus $?