Exemplo n.º 1
0
 def test_snmp_string(self):
     print(get_variable(SNMP_HOST, SNMP_PORT, SNMP_COMMUNITY, ".1.3.6.1.4.1.2021.11.9.0"))
Exemplo n.º 2
0
 def test_snmp_tuple(self):
     print(get_variable(SNMP_HOST, SNMP_PORT, SNMP_COMMUNITY, (1, 3, 6, 1, 4, 1, 2021, 11, 9, 0)))