summaryrefslogtreecommitdiff
path: root/tests/lib/test_graph.py
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-04-24 07:53:09 -0400
committerGitHub <noreply@github.com>2018-04-24 07:53:09 -0400
commit252ecb5c119ea919d3c89b034d7eb33fc53c4c8d (patch)
treeb4f7d1de3fad86ab7160d75009114d49ae805369 /tests/lib/test_graph.py
parentad20b20f631241b49e3f998e8051cbce9b3c2691 (diff)
parent58f8a9ecde2cd513e652fe59f78dcde6a13ee8f7 (diff)
Merge pull request #2090 from qlyoung/graph-dfs
lib: add DFS + DOT dumping to graph datastructure
Diffstat (limited to 'tests/lib/test_graph.py')
-rw-r--r--tests/lib/test_graph.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/test_graph.py b/tests/lib/test_graph.py
new file mode 100644
index 0000000000..697e56c149
--- /dev/null
+++ b/tests/lib/test_graph.py
@@ -0,0 +1,4 @@
+import frrtest
+
+class TestGraph(frrtest.TestRefOut):
+ program = './test_graph'