bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_net-snmp/snmpv1_test.sh

Christoph Galuschka 8c087f
#!/bin/sh
Christoph Galuschka 8c087f
# Author: Athmane Madjoudj <athmanem@gmail.com>
Christoph Galuschka 8c087f
Christoph Galuschka caaecd
t_Log "Running $0 - snmpv1 test"
Christoph Galuschka 8c087f
Christoph Galuschka 8c087f
snmpwalk -v 1 -c public 127.0.0.1 > /dev/null 2>&1
Christoph Galuschka 8c087f
Christoph Galuschka 8c087f
t_CheckExitStatus $?