]> git.proxmox.com Git - ovs.git/commitdiff
Documentation: Add note about iproute2 requirements for check-kmod
authorGreg Rose <gvrose8192@gmail.com>
Wed, 11 Mar 2020 17:49:17 +0000 (10:49 -0700)
committerWilliam Tu <u9012063@gmail.com>
Thu, 19 Mar 2020 23:57:11 +0000 (16:57 -0700)
On many systems the check-kmod and check-kernel test suites have
many failures due to the lack of feature support in the older
iproute2 utility packages shipped with those systems.  Add a
note indicating that it might be necessary to update the iproute2
utility package in order to fix those errors.

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: William Tu <u9012063@gmail.com>
Documentation/topics/testing.rst

index 161e9d442ee67b88482cab8fdfcaaf13372d12bd..b9fa94ddac430825e346bfe5de7209ca41c9cc3c 100644 (file)
@@ -381,6 +381,17 @@ The results of the testsuite are in ``tests/system-kmod-testsuite.dir``.
 All the features documented under `Unit Tests`_ are available for the kernel
 datapath testsuite.
 
+.. note::
+  Many of the kernel tests are dependent on the utilities present in the
+  iproute2 package, especially the 'ip' command.  If there are many
+  otherwise unexplained errors it may be necessary to update the iproute2
+  package utilities on the system.  It is beyond the scope of this
+  documentation to explain all that is necessary to build and install
+  an updated iproute2 utilities package.  The package is available from
+  the Linux kernel organization open source git repositories.
+
+  https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
+
 .. _testing-static-analysis:
 
 Static Code Analysis