We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef68d1 commit d08be3bCopy full SHA for d08be3b
1 file changed
test/regression.uts
@@ -10099,14 +10099,14 @@ parsed = RTP(raw(created))
10099
assert parsed.sourcesync == 0xabcdef01
10100
assert "RTPExtension" not in parsed
10101
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")
+#= Test snmpwalk()
+#
+#~ netaccess
+#def test_snmpwalk(dst):
+# with ContextManagerCaptureOutput() as cmco:
+# snmpwalk(dst=dst)
+# output = cmco.get_output()
+# expected = "No answers\n"
+# assert(output == expected)
+#test_snmpwalk("secdev.org")
0 commit comments