From 49c0fcabada485d4f0e4bf9e2d5e26b79bbcc645 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 26 Oct 2016 15:44:27 +0200 Subject: Add single-loop test variant to L2BD and L2XC tests - create single-loop version of tests - update doc strings - add possibility to log CLI string for logging level "info" Change-Id: Ibc9e5650b8a33d2ed168a8440c2ae03227be60bb Signed-off-by: Jan --- test/doc/modules.rst | 2 +- test/doc/test_ip.rst | 7 ------- test/doc/test_ip4.rst | 7 +++++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 test/doc/test_ip.rst create mode 100644 test/doc/test_ip4.rst (limited to 'test/doc') diff --git a/test/doc/modules.rst b/test/doc/modules.rst index 6d456d7f..773283e3 100644 --- a/test/doc/modules.rst +++ b/test/doc/modules.rst @@ -10,7 +10,7 @@ test run_tests scapy_handlers template_bd - test_ip + test_ip4 test_ip6 test_l2bd test_l2xc diff --git a/test/doc/test_ip.rst b/test/doc/test_ip.rst deleted file mode 100644 index a1e97b86..00000000 --- a/test/doc/test_ip.rst +++ /dev/null @@ -1,7 +0,0 @@ -test_ip module -============== - -.. automodule:: test_ip - :members: - :undoc-members: - :show-inheritance: diff --git a/test/doc/test_ip4.rst b/test/doc/test_ip4.rst new file mode 100644 index 00000000..c3c3a23a --- /dev/null +++ b/test/doc/test_ip4.rst @@ -0,0 +1,7 @@ +test_ip module +============== + +.. automodule:: test_ip4 + :members: + :undoc-members: + :show-inheritance: -- cgit 1.2.3-korg