Skip to content

Commit d08be3b

Browse files
committed
snmpwalk() tests commented
1 parent bef68d1 commit d08be3b

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

test/regression.uts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10099,14 +10099,14 @@ parsed = RTP(raw(created))
1009910099
assert parsed.sourcesync == 0xabcdef01
1010010100
assert "RTPExtension" not in parsed
1010110101

10102-
= Test snmpwalk()
10103-
10104-
~ netaccess
10105-
def test_snmpwalk(dst):
10106-
with ContextManagerCaptureOutput() as cmco:
10107-
snmpwalk(dst=dst)
10108-
output = cmco.get_output()
10109-
expected = "No answers\n"
10110-
assert(output == expected)
10111-
10112-
test_snmpwalk("secdev.org")
10102+
#= Test snmpwalk()
10103+
#
10104+
#~ netaccess
10105+
#def test_snmpwalk(dst):
10106+
# with ContextManagerCaptureOutput() as cmco:
10107+
# snmpwalk(dst=dst)
10108+
# output = cmco.get_output()
10109+
# expected = "No answers\n"
10110+
# assert(output == expected)
10111+
#
10112+
#test_snmpwalk("secdev.org")

0 commit comments

Comments
 (0)