In order to allow there are ome fixes done to the tests itself. The LB affinity needs a fix from OvS side so it is marked as skip for the time being.
To save some on the CI the last patch replaces unit tests with Clang and Jemalloc with the userspace system tests, the Jemalloc still run with GCC. Ales Musil (7): ci: Add support for userspace system test ovs: Bump submodule to recent branch-3.1 system-tests: Do not use verbose output for ping6 system-tests: Replace use of ADD_INT with ADD_VETH tests: Use revalidator/purge instead of dpctl/del-flows system-tests: Move the LB affinity tests into system-ovn-kmod ci: Replace clang jemalloc suite with system-test-userspace .ci/linux-build.sh | 69 ++-- .github/workflows/test.yml | 6 +- ovs | 2 +- tests/ovn.at | 2 +- tests/system-common-macros.at | 43 +-- tests/system-ovn-kmod.at | 593 ++++++++++++++++++++++++++++++++ tests/system-ovn.at | 630 +--------------------------------- 7 files changed, 669 insertions(+), 676 deletions(-) -- 2.39.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
