]> git.proxmox.com Git - ovs.git/commitdiff
armhf: blacklist 918 1021 1057 unit tests.
authorThomas Goirand <zigo@debian.org>
Mon, 30 Mar 2020 22:26:53 +0000 (00:26 +0200)
committerThomas Goirand <zigo@debian.org>
Mon, 30 Mar 2020 22:26:53 +0000 (00:26 +0200)
debian/changelog
debian/rules

index 52ea624e054cfbeb561473136d35438e0b4a5cd6..15518fbc5d6779d9466389ddb037bc0be9897c38 100644 (file)
@@ -1,3 +1,9 @@
+openvswitch (2.13.0+dfsg1-10) unstable; urgency=medium
+
+  * armhf: blacklist 918 1021 1057 unit tests.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 31 Mar 2020 00:26:15 +0200
+
 openvswitch (2.13.0+dfsg1-9) unstable; urgency=medium
 
   * Blacklist 917. ofproto - asynchronous message control (OpenFlow 1.2) on
index bdb76ed91c36d497a6b655a7dad5a5b3eb0e1de4..49d266402b928f33a4921c95de64ca3608389366 100755 (executable)
@@ -44,11 +44,14 @@ TEST_LIST = 1-19 21-
 TEST_LIST_DPDK = $(TEST_LIST)
 
 # armhf:
-#  24: bfd.at:662         bfd - check that BFD works together with RSTP
-#  25: bfd - check that BFD works together with RSTP   FAILED (bfd.at:829)
-#  26: bfd - check that BFD works together with RSTP   FAILED (bfd.at:829)
+#   24: bfd.at:662         bfd - check that BFD works together with RSTP
+#   25: bfd - check that BFD works together with RSTP   FAILED (bfd.at:829)
+#   26: bfd - check that BFD works together with RSTP   FAILED (bfd.at:829)
+#  918: ofproto - asynchronous message control (OpenFlow 1.3) ok
+# 1021: ofproto-dpif - select group with weights        FAILED (ofproto-dpif.at:535)
+# 1057: ofproto-dpif - controller action without megaflows FAILED (ofproto-dpif.at:1893)
 ifneq (,$(filter armhf, $(DEB_HOST_ARCH)))
-TEST_LIST = 1-19 21-23 27-
+TEST_LIST = 1-19 21-23 27-917 919-1020 1022-1056 1058-
 TEST_LIST_DPDK = $(TEST_LIST)
 endif # armhf