On 10/17/25 6:03 PM, Brendan Doyle via discuss wrote:
> Hi,
>
Hi Brendan,
> I'm running with the latest STS for OVS and OVN:
>
> # ovs-vsctl -V
> ovs-vsctl (Open vSwitch) 3.6.0
> DB Schema 8.8.0
>
> # ovn-nbctl -V
> ovn-nbctl 25.09.0
> Open vSwitch Library 3.6.0
> DB Schema 7.12.0
>
> I was interested to see if the "ovn -- ACL Sampling" test was working, I
> ran all the tests using:
> make check-system-userspace TESTSUITEFLAGS='-v' they all failed or were
> skipped:
>
> ## ------------- ##
> ## Test results. ##
> ## ------------- ##
>
> ERROR: 212 tests were run,
> 207 failed unexpectedly.
> 29 tests were skipped.
> ## ------------------------------------------- ##
> ## system-userspace-testsuite.log was created. ##
> ## ------------------------------------------- ##
>
> The particular test I was interested in failed at:
>
> dnl Wait for the collector to be up.
> OVS_WAIT_UNTIL([grep -q 'Startup nfcapd.' collector.err]
>
> Looking at generated logs we see why:
> cat ./ovn/tests/system-userspace-testsuite.dir/183/collector.err
> ERROR, Missing -n (-l/-I) or -M source definitions
>
> The test starts this using:
> DAEMONIZE([nfcapd -B 1024000 -w . -p 4242 2> collector.err],
> [collector.pid])
>
> So looks like a bug in the test missing some parameters for nfcapd!
>
> But even if that started, I suspect it will fail later at:
>
> AT_CHECK([for f in $(ls -1 nfcapd.*); do nfdump -o json -r $f; done |
> grep observationPointID | awk '{$1=$1;print}' | sort], [0], [dnl
>
> Because when I configure an ACL sample I the generated samples do not
> contain an observationPointID
>
Aside from the sampling tests, all others fail due to:
2025-10-17T15:42:47.460Z|00046|netdev_linux|WARN|br-int: creating tap
device failed: Invalid argument
Did you already have OVS running before starting the test suite? And a
br-int configured?
It might be good to cleanup all OVS configuration you have on your test
host and restart the OVS service.
Also, all these tests pass in CI:
https://github.com/ovn-org/ovn/actions/runs/18654250804/job/53239258125
https://github.com/ovn-org/ovn/actions/runs/18654250804/job/53239258245
https://github.com/ovn-org/ovn/actions/runs/18654250804/job/53239258167
Including the ACL sampling ones:
https://github.com/ovn-org/ovn/actions/runs/18654250804/job/53239258245#step:11:4042
Maybe your nfcapd version is old/different?
Regards,
Dumitru
> Brendan.
>
> _______________________________________________
> discuss mailing list
> [email protected]
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev