On 4/29/26 5:16 PM, Ilya Maximets wrote: > There were a few issues found with the tunnel vport types around the > vport destruction code. Add some basic tests, so at least we know that > they can be properly added and removed without obvious issues. > > The test creates OVS datapath, adds a non-LWT tunnel port, makes sure > they are created, and then removes the datapath and waits for all the > ports to be gone. > > The dpctl script had a few bugs in the none-lwt tunnel creation code, > so fixing them as well to make the testing possible: > - The type of the --lwt option changed in order to properly disable it. > - Removed byte order conversion for the port numbers, as the value > supposed to be in the host order.
Hrm, forgot to remove the import for socket library that is now unused. Can send a v2 with that once I get some reviews on the set. Best regards, Ilya Maximets.

