summaryrefslogtreecommitdiff
path: root/TESTING.rst
diff options
context:
space:
mode:
authorIWAMOTO Toshihiro <iwamoto@valinux.co.jp>2018-02-09 14:21:02 +0900
committerIWAMOTO Toshihiro <iwamoto@valinux.co.jp>2018-02-13 10:18:31 +0900
commit46d693530b97581998313fb307201a3afd7da112 (patch)
treea958c3c642f412b15fdcbf64a421536b851bb56e /TESTING.rst
parentfcdca6790858db62e147cf35f637e1be03a99fa6 (diff)
downloadneutron-46d693530b97581998313fb307201a3afd7da112.tar.gz
Compile ovs for ovsfw to avoid ovs-vswitchd core dumps
Change-Id: I750224f7495aa46634bec1211599953cbbd4d1df Closes-bug: #1742863
Diffstat (limited to 'TESTING.rst')
-rw-r--r--TESTING.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/TESTING.rst b/TESTING.rst
index db3f85a9f2..e9ec96fc04 100644
--- a/TESTING.rst
+++ b/TESTING.rst
@@ -321,9 +321,10 @@ present in current Ubuntu Xenial 16.04 kernel. Kernel was fixed with this
`commit <https://github.com/torvalds/linux/commit/bbec7802c6948c8626b71a4fe31283cb4691c358>`_
and backported with this
`openvswitch commit <https://github.com/openvswitch/ovs/commit/b1c74f35273122db4ce2728a70fd34b98f525434>`_.
-Due to kernel compatibility, Ubuntu Trusty (Mitaka release) uses openvswitch
-version 2.5.1. Ubuntu Xenial jobs use 2.6.1. Both versions contain fixes for
-local VXLAN tunneling.
+
+Currently we compile openvswitch userland and kernel module from source for
+the ovsfw tempest job on the gate. This is to avoid ovs-vswitchd core dumps.
+See the gate_hook.sh comments for details.
API Tests
~~~~~~~~~