Use test title prefix according to filename the test is in
for tunnel.at and ofproto-dpif.at.

Signed-off-by: Roi Dayan <r...@nvidia.com>
---
 tests/ofproto-dpif.at | 6 +++---
 tests/tunnel.at       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
index a39d0d3ae988..b415a72e3c90 100644
--- a/tests/ofproto-dpif.at
+++ b/tests/ofproto-dpif.at
@@ -9706,7 +9706,7 @@ OVS_VSWITCHD_STOP
 AT_CLEANUP
 
 # Tests the bundling with various bfd and cfm configurations.
-AT_SETUP([ofproto - bundle with variable bfd/cfm config])
+AT_SETUP([ofproto-dpif - bundle with variable bfd/cfm config])
 OVS_VSWITCHD_START([add-br br1 -- set bridge br1 datapath-type=dummy -- \
                     add-bond br0 br0bond p0 p2 bond-mode=active-backup -- \
                     add-bond br1 br1bond p1 p3 bond-mode=active-backup -- \
@@ -11777,7 +11777,7 @@ AT_CHECK([ovs-appctl dpctl/ct-get-sweep-interval], [0], 
[dnl
 OVS_VSWITCHD_STOP
 AT_CLEANUP
 
-AT_SETUP([ofproto - set mtu])
+AT_SETUP([ofproto-dpif - set mtu])
 OVS_VSWITCHD_START
 
 add_of_ports br0 1
@@ -11827,7 +11827,7 @@ AT_CHECK([ovs-vsctl wait-until Interface br0 mtu=1400])
 OVS_VSWITCHD_STOP
 AT_CLEANUP
 
-AT_SETUP([ofproto - fragment prerequisites])
+AT_SETUP([ofproto-dpif - fragment prerequisites])
 OVS_VSWITCHD_START
 
 AT_CHECK([ovs-appctl vlog/set dpif:dbg dpif_netdev:dbg])
diff --git a/tests/tunnel.at b/tests/tunnel.at
index c0b932110446..3348ffe12951 100644
--- a/tests/tunnel.at
+++ b/tests/tunnel.at
@@ -603,7 +603,7 @@ AT_CHECK([ovs-appctl dpif/show | tail -n +3], [0], [dnl
 OVS_VSWITCHD_STOP
 AT_CLEANUP
 
-AT_SETUP([ofproto-dpif - set_field - tun_src/tun_dst/tun_id])
+AT_SETUP([tunnel - set_field - tun_src/tun_dst/tun_id])
 OVS_VSWITCHD_START([dnl
     add-port br0 p1 -- set Interface p1 type=gre options:key=flow \
         options:remote_ip=1.1.1.1 ofport_request=1 \
-- 
2.38.0

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to