diff -Nru openvswitch-2.7.0/debian/changelog openvswitch-2.7.0/debian/changelog
--- openvswitch-2.7.0/debian/changelog 2017-06-14 08:04:13.000000000 +0200
+++ openvswitch-2.7.0/debian/changelog 2017-06-19 15:10:48.000000000 +0200
@@ -1,3 +1,10 @@
+openvswitch (2.7.0-0ubuntu3) artful; urgency=medium
+
+ * debian/test/vanilla, debian/test/dpdk: stop openvswitch-testcontroller
+ as it conflicts with tests for mininet >=2.2.2-1 (LP: #1698808).
+
+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 19 Jun 2017 14:59:32 +0200
+
openvswitch (2.7.0-0ubuntu2) artful; urgency=medium
* d/control, d/rules: Enable DPDK support on Arm (LP: #1691659)
diff -Nru openvswitch-2.7.0/debian/tests/dpdk openvswitch-2.7.0/debian/tests/dpdk
--- openvswitch-2.7.0/debian/tests/dpdk 2017-03-15 13:34:41.000000000 +0100
+++ openvswitch-2.7.0/debian/tests/dpdk 2017-06-19 15:40:33.000000000 +0200
@@ -31,6 +31,9 @@
pgrep ovsdb-server
echo "OK"
+echo "stop conflicting openvswitch testcontroller"
+systemctl stop openvswitch-testcontroller || true
+
echo -n "running openflow tests using mininet"
python `dirname $0`/openflow.py 2>&1
echo "OK"
diff -Nru openvswitch-2.7.0/debian/tests/vanilla openvswitch-2.7.0/debian/tests/vanilla
--- openvswitch-2.7.0/debian/tests/vanilla 2017-03-15 13:34:41.000000000 +0100
+++ openvswitch-2.7.0/debian/tests/vanilla 2017-06-19 15:40:33.000000000 +0200
@@ -14,6 +14,9 @@
pgrep ovsdb-server
echo "OK"
+echo "stop conflicting openvswitch testcontroller"
+systemctl stop openvswitch-testcontroller || true
+
echo -n "running openflow tests using mininet"
python `dirname $0`/openflow.py 2>&1
echo "OK"