Re: [ovs-dev] [PATCH ovn] tests: fixed userspace-system tests not properly cleaned up

2023-07-04 Thread Ales Musil
On Tue, Jul 4, 2023 at 12:08 PM Xavier Simonart wrote: > Usually, when cleaning up a system test we dexecute (for the ovn-vswitchd > process): > - OVS_TRAFFIC_VSWITCHD_STOP (i.e. ovs-appctl -t $1 exit --cleanup, wait up > to 30 seconds > and report failure if not properly cleaned up). > -

Re: [ovs-dev] [PATCH ovn] tests: fixed userspace-system tests not properly cleaned up

2023-07-04 Thread Ales Musil
On Tue, Jul 4, 2023 at 12:08 PM Xavier Simonart wrote: > Usually, when cleaning up a system test we dexecute (for the ovn-vswitchd > process): > - OVS_TRAFFIC_VSWITCHD_STOP (i.e. ovs-appctl -t $1 exit --cleanup, wait up > to 30 seconds > and report failure if not properly cleaned up). > -

[ovs-dev] [PATCH ovn] tests: fixed userspace-system tests not properly cleaned up

2023-07-04 Thread Xavier Simonart
Usually, when cleaning up a system test we dexecute (for the ovn-vswitchd process): - OVS_TRAFFIC_VSWITCHD_STOP (i.e. ovs-appctl -t $1 exit --cleanup, wait up to 30 seconds and report failure if not properly cleaned up). - kill_ovs_vswitchd (i.e. if ovs-vsitwhd still running, ovs-appctl -t