From f100e6a838ffaa9fbf02f29404cf9850ba002083 Mon Sep 17 00:00:00 2001 From: Roi Dayan Date: Mon, 9 Oct 2023 15:05:03 +0300 Subject: [PATCH] tests: Update some tests title prefix print. Use test title prefix according to filename the test is in for tunnel.at and ofproto-dpif.at. Acked-by: Simon Horman Signed-off-by: Roi Dayan Signed-off-by: Eelco Chaudron --- tests/ofproto-dpif.at | 10 +++++----- tests/tunnel.at | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at index a39d0d3ae98..e305e7b9cd0 100644 --- a/tests/ofproto-dpif.at +++ b/tests/ofproto-dpif.at @@ -676,7 +676,7 @@ NXST_FLOW reply: OVS_VSWITCHD_STOP() AT_CLEANUP -AT_SETUP([bond - discard duplicated frames]) +AT_SETUP([ofproto-dpif - bond - discard duplicated frames]) dnl With an active/active non-lacp bond, the default behaviour dnl is to discard multicast frames on the secondary interface. OVS_VSWITCHD_START([dnl @@ -740,7 +740,7 @@ Datapath actions: drop OVS_VSWITCHD_STOP() AT_CLEANUP -AT_SETUP([bond - allow duplicated frames]) +AT_SETUP([ofproto-dpif - bond - allow duplicated frames]) dnl Receiving of duplicated multicast frames should be allowed with 'all_members_active'. OVS_VSWITCHD_START([dnl add-bond br0 bond0 p1 p2 -- dnl @@ -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 7e7116711a6..05613bcc343 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 \