On 6/20/23 10:13, Frode Nordahl wrote: > On Tue, Jun 20, 2023 at 10:08 AM Frode Nordahl > <[email protected]> wrote: >> >> The autopkgtests [0][1] are relevant in an upstream context >> because an Open vSwitch contributor may want to have a quick >> way of running the upstream system testsuites on recent >> Debian/Ubuntu releases in an automated and contained manner. >> >> During the Debian/Ubuntu/upstream package source sync work [2], a >> relatively naive autopkgtest was added. It had been around since >> Open vSwitch was initially packaged many years ago. >> >> Replace the autopkgtest with a test that runs all the upstream >> system testsuites instead. >> >> To run the autopkgtest, take a look at [1] for prerequisites then: >> >> ./boot.sh && \ >> ./configure \ >> --prefix=/usr \ >> --localstatedir=/var \ >> ----sysconfdir=/etc \ >> --with-dpdk=shared && \ >> make debian-source >> autopkgtest \ >> --env DEB_BUILD_OPTIONS="afxdp nocheck parallel=32" \ >> openvswitch_3.1.90-1.dsc \ >> -- qemu \ >> --cpus 32 \ >> --ram-size 8129 \ >> autopkgtest-mantic-amd64.img >> >> 0: https://wiki.debian.org/ContinuousIntegration/autopkgtest >> 1: https://packaging.ubuntu.com/html/auto-pkg-test.html >> 2: https://mail.openvswitch.org/pipermail/ovs-dev/2022-July/396219.html >> >> Signed-off-by: Frode Nordahl <[email protected]> > > Reworked this a bit since v1 and also removed the skip lists, as that > is a downstream thing. > > Result of a complete run of the tests can be viewed here: > https://gist.githubusercontent.com/fnordahl/8c08b6857ef85d27d6e055d7cce25dca/raw/85b0f70d5347a5a4060b815f689ee60aab2ffe2a/output.txt > > There is a failing test in the offloads suite, but that is most likely a > real up- or down-stream issue, and not an issue with this patch. >
Yeah, these meter offloading tests do always fail on Ubuntu 22.10 for me. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
