Add missing '#' to comment line. Signed-off-by: Lance Richardson <[email protected]> --- It's odd that this doesn't result in failures in more environments, but it does fail under Alpine Linux.
tests/ovn.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ovn.at b/tests/ovn.at index 40fa817f9..29c5fc0ab 100644 --- a/tests/ovn.at +++ b/tests/ovn.at @@ -7134,7 +7134,7 @@ ovn_start # for the localnet on hv2. These tests are expected to succeed. # Create three hypervisors and create OVS ports corresponding -to logical ports. +# to logical ports. net_add n1 sim_add hv1 -- 2.13.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
