summaryrefslogtreecommitdiff
path: root/tests/lib/test_ntop.py
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2019-06-07 11:23:16 -0400
committerGitHub <noreply@github.com>2019-06-07 11:23:16 -0400
commit9f9307c95369f667d209a5a6bd2fd24f44af1cb6 (patch)
tree3fd696fa7642094d30625a3073c50c49d4db8fe0 /tests/lib/test_ntop.py
parent9c2bdd70826a616b3c50e780be5dceeaa9b10925 (diff)
parent874035be4e65a889525b0380ce686b64e7ff5bb0 (diff)
Merge pull request #4480 from opensourcerouting/inet_ntop
inet_ntop but faster
Diffstat (limited to 'tests/lib/test_ntop.py')
-rw-r--r--tests/lib/test_ntop.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lib/test_ntop.py b/tests/lib/test_ntop.py
new file mode 100644
index 0000000000..2526f53db5
--- /dev/null
+++ b/tests/lib/test_ntop.py
@@ -0,0 +1,6 @@
+import frrtest
+
+class TestNtop(frrtest.TestMultiOut):
+ program = './test_ntop'
+
+TestNtop.exit_cleanly()