An specific ovn/l3ha test looks for port releases in the MASTER gateway when another gateway on the Gateway_Chassis list is gone.
But we didn't clean the log before taking out the chassis, so any previous unrelated occurrence could make the test fail while it was ok. Signed-off-by: Miguel Angel Ajo <[email protected]> --- tests/ovn.at | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ovn.at b/tests/ovn.at index 229755c..248aea4 100644 --- a/tests/ovn.at +++ b/tests/ovn.at @@ -8156,6 +8156,8 @@ ovn-nbctl --wait=hv --timeout=3 sync # doesn't have the same effect because "name" is conserved, and the # Chassis entry is not replaced. +truncate -s 0 gw1/ovn-controller.log + gw2_chassis=$(ovn-sbctl --bare --columns=_uuid find Chassis name=gw2) ovn-sbctl destroy Chassis $gw2_chassis -- 1.8.3.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
