From 0e399d88485775522ca1f60f598fb2ade5dd7af3 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 31 Oct 2011 14:32:08 -0700 Subject: [PATCH] tests: Provide banner for ODP tests. 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 file changed, 2 insertions(+) diff --git a/tests/odp.at b/tests/odp.at index 7157ceaf1..f7cdf9dcf 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) -- 2.43.0