Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Skip netlink policy test on non-Linux platforms.
FreeBSD tests in Cirrus CI are broken and, I guess, windows tests too: 89. library.at:258: testing netlink policy ... ./library.at:259: ovstest test-netlink-policy ll_addr --- /dev/null 2021-08-20 19:02:41.907547000 +0000 +++ /tmp/cirrus-ci-build/tests/testsuite.dir/at-groups/89/stderr @@ -0,0 +1 @@ +ovstest: unknown command 'test-netlink-policy'; use --help for help ./library.at:259: exit code was 1, expected 0 89. library.at:258: 89. netlink policy (library.at:258): FAILED 'tests/test-netlink-policy.c' is built only on Linux, test must be skipped on all other platforms to unblock CI. Fixes: bfee9f6 ("netlink: Add support for parsing link layer address.") Signed-off-by: Ilya Maximets <[email protected]> Acked-by: Frode Nordahl <[email protected]>
- Loading branch information