Skip to content

Commit

Permalink
tests: Update some tests title prefix print.
Browse files Browse the repository at this point in the history
Use test title prefix according to filename the test is in
for tunnel.at and ofproto-dpif.at.

Acked-by: Simon Horman <[email protected]>
Signed-off-by: Roi Dayan <[email protected]>
Signed-off-by: Eelco Chaudron <[email protected]>
  • Loading branch information
roidayan authored and chaudron committed Oct 13, 2023
1 parent c92ded5 commit f100e6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions tests/ofproto-dpif.at
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 -- \
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion tests/tunnel.at
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f100e6a

Please sign in to comment.