Signed-off-by: Ben Pfaff <[email protected]> --- tests/ovn-northd.at | 2 +- tests/ovn.at | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at index e43d5f074f12..7ceefe04572a 100644 --- a/tests/ovn-northd.at +++ b/tests/ovn-northd.at @@ -1,5 +1,5 @@ AT_BANNER([OVN northd]) -AT_SETUP([ovn -- check from NBDB to SBDB]) +AT_SETUP([ovn -- check from NBDB to SBDB]) ovn_start ovn-nbctl create Logical_Router name=R1 diff --git a/tests/ovn.at b/tests/ovn.at index 7709e98eacb9..35f53c06f0d1 100644 --- a/tests/ovn.at +++ b/tests/ovn.at @@ -2610,7 +2610,7 @@ OVN_CLEANUP([hv1],[hv2]) AT_CLEANUP -AT_SETUP([ovn -- 2 HVs, 2 LS, routing works for multiple colacated segments attached to different switches]) +AT_SETUP([ovn -- 2 HVs, 2 LS, routing works for multiple collocated segments attached to different switches]) ovn_start for tag in `seq 10 30`; do @@ -13683,7 +13683,7 @@ grep conjunction.*conjunction.*conjunction | wc -l`]) OVN_CLEANUP([hv1]) AT_CLEANUP -AT_SETUP([ovn -- Superseeding ACLs with conjunction]) +AT_SETUP([ovn -- Superseding ACLs with conjunction]) ovn_start ovn-nbctl ls-add ls1 -- 2.26.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
