Wire in flow commands and parser
[netvirt.git] / resources / tools / odltools / odltools / netvirt / tests / test_show.py
index 82fcaf9d90e98b2818f3ae1b55d115384544d79d..ba6316346f39446063e89502c57c0bd87eaf6914 100644 (file)
@@ -18,6 +18,14 @@ class TestShow(unittest.TestCase):
     def test_show_groups(self):
         show.show_groups(self.args)
 
+    def test_show_flows_all(self):
+        self.args.flowtype = "all"
+        self.args.pretty_print = True
+        show.show_flows(self.args)
+
+    def test_show_stale_bindings(self):
+        show.show_stale_bindings(self.args)
+
     def test_show_tables(self):
         show.show_tables(self.args)