[ovs-dev] [PATCH] tests: Provide banner for ODP tests.

Justin Pettit jpettit at nicira.com
Thu Nov 3 06:53:40 UTC 2011


Previously, the ODP tests were being grouped together with the ovs-ofctl
ones, which is clearly not right.  This commit puts it in its own
"datapath parsing and formatting" group.
---
 tests/odp.at |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/odp.at b/tests/odp.at
index 7157cea..f7cdf9d 100644
--- a/tests/odp.at
+++ b/tests/odp.at
@@ -1,3 +1,5 @@
+AT_BANNER([datapath parsing and formatting])
+
 AT_SETUP([OVS datapath parsing and formatting - valid forms])
 AT_DATA([odp-base.txt], [dnl
 in_port(1),eth(src=00:01:02:03:04:05,dst=10:11:12:13:14:15)
-- 
1.7.1




More information about the dev mailing list