initial add of SNMP test module
This commit is contained in:
parent
6748040918
commit
0871f7bdfa
22
tests/testsnmp.rb
Normal file
22
tests/testsnmp.rb
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
$:.unshift "lib"
|
||||||
|
|
||||||
|
require 'net/ldap'
|
||||||
|
require 'stringio'
|
||||||
|
|
||||||
|
|
||||||
|
class TestSnmp < Test::Unit::TestCase
|
||||||
|
|
||||||
|
def setup
|
||||||
|
end
|
||||||
|
|
||||||
|
def teardown
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue