> -----Original Message----- > From: Ilya Maximets <[email protected]> > Sent: Friday, August 9, 2024 3:09 PM > To: Phelan, Michael <[email protected]>; ovs-dev <ovs- > [email protected]> > Cc: [email protected]; David Marchand <[email protected]> > Subject: Re: [ovs-build] |fail| pw1970261 [ovs-dev, v3, 2/2] tunnel, tests: > Add test for mirroring over tunnels. > > On 8/8/24 12:45, Ilya Maximets wrote: > >> Test-Label: intel-ovs-compilation > >> Test-Status: fail > >> http://patchwork.ozlabs.org/api/patches/1970261/ > >> > >> AVX-512_compilation: failed > >> DPLCS Test: fail > >> DPIF Test: fail > >> MFEX Test: fail > >> Actions Test: fail > >> Errors in DPCLS test: > >> make check-system-userspace TESTSUITEFLAGS='-k !vlan_limit' > >> make all-am > >> make[1]: Entering directory '/root/ovs-dev' > >> make[1]: Leaving directory '/root/ovs-dev' > >> set /bin/bash './tests/system-userspace-testsuite' -C tests > >> AUTOTEST_PATH='utilities:vswitchd:ovsdb:vtep:tests:ipsec::'; \ "$@" > >> -k !vlan_limit -j1 || (test X'' = Xyes && "$@" --recheck) ## > >> ------------------------------ ## ## openvswitch 3.4.90 test suite. > >> ## ## ------------------------------ ## > >> > >> datapath-sanity > >> > >> 1: datapath - ping between two ports skipped (system- > traffic.at:10) > >> 2: datapath - http between two ports skipped (system- > traffic.at:33) > >> 3: datapath - ping between two ports on vlan skipped (system- > traffic.at:53) > >> 4: datapath - ping between two ports on cvlan skipped (system- > traffic.at:74) > >> 5: datapath - ping6 between two ports skipped (system- > traffic.at:111) > >> 6: datapath - ping6 between two ports on vlan skipped (system- > traffic.at:139) > > > > <snip> > > > > > >> ./system-traffic.at:8707: ip link add ovs-p0 type veth peer name ovs-p1 > >> --- /dev/null 2024-07-15 09:25:16.861828279 +0000 > >> +++ /root/ovs-dev/tests/system-userspace-testsuite.dir/at- > groups/170/stderr 2024-08-07 22:42:32.719404878 +0000 > >> @@ -0,0 +1 @@ > >> +RTNETLINK answers: File exists > > > > Hi, Michael. Looks like some ports ended up not cleaned up after > > previous tests. And that breaks tests on new patches. > > > > Could you, please, take a look? > > > > It seems the last test before failures started was killed with SIGTERM: > > > > https://mail.openvswitch.org/pipermail/ovs-build/2024-August/040693.ht > > ml > > And now it fails due to somehow missing git-pw: > https://mail.openvswitch.org/pipermail/ovs-build/2024- > August/040789.html
git-pw is installed so not sure why it couldn't find it. I have added the absolute path to the script and its working now. I have also cleaned up the ports left behind from previous tests. Thanks. > > > > > Thanks. > > Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
