diff options
Diffstat (limited to 'tests/topotests/simple-snmp-test/test_simple_snmp.py')
| -rwxr-xr-x | tests/topotests/simple-snmp-test/test_simple_snmp.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/simple-snmp-test/test_simple_snmp.py b/tests/topotests/simple-snmp-test/test_simple_snmp.py index 3dcbfe44a0..1e56252ea3 100755 --- a/tests/topotests/simple-snmp-test/test_simple_snmp.py +++ b/tests/topotests/simple-snmp-test/test_simple_snmp.py @@ -130,6 +130,8 @@ def test_r1_bgp_version():      r1_snmp = SnmpTester(r1, "1.1.1.1", "public", "2c")      assert r1_snmp.test_oid("bgpVersin", None)      assert r1_snmp.test_oid("bgpVersion", "10") +    assert r1_snmp.test_oid_walk("bgpVersion", ["10"]) +    assert r1_snmp.test_oid_walk("bgpVersion", ["10"], ["0"])  if __name__ == "__main__":  | 
