]> git.proxmox.com Git - ovs.git/commitdiff
* Mipsel64 and mipsel: blacklist more tests, as they are failing on these
authorThomas Goirand <zigo@debian.org>
Sat, 20 Feb 2021 20:58:51 +0000 (21:58 +0100)
committerThomas Goirand <zigo@debian.org>
Sat, 20 Feb 2021 20:58:51 +0000 (21:58 +0100)
    arch, and then the package FTBFS.

debian/changelog
debian/rules

index 65f9378defb569648a6f161d077f6e141f98863a..bb2ddcaf450c85120cf61309770993e3ec3d44bd 100644 (file)
@@ -1,3 +1,10 @@
+openvswitch (2.15.0+ds1-2) unstable; urgency=medium
+
+  * Mipsel64 and mipsel: blacklist more tests, as they are failing on these
+    arch, and then the package FTBFS.
+
+ -- Thomas Goirand <zigo@debian.org>  Sat, 20 Feb 2021 21:58:03 +0100
+
 openvswitch (2.15.0+ds1-1) unstable; urgency=medium
 
   * New upstream final release.
index 47b7900807312f43ba7aa9f4f6ccb92eb3fb11da..205596f0049854a3968074eb2fe475a587a7c3e3 100755 (executable)
@@ -62,14 +62,16 @@ endif # armhf
 #    21: bfd - bfd decay
 #   917: ofproto - asynchronous message control (OpenFlow 1.2) (ofproto.at:3183)
 #   918: ofproto - asynchronous message control (OpenFlow 1.3) FAILED (ovs-macros.at:241)
+#   927: ofproto - asynchronous message control (OpenFlow 1.3)  FAILED (ofproto.at:3405)
 #   919: ofproto - asynchronous message control (OpenFlow 1.4) FAILED (ovs-ofctl)
-#  1033: ofproto-dpif - select group with weights
+#  1035: ofproto-dpif - select group with weights
 #  1057: ofproto-dpif - controller action without megaflows FAILED (ofproto-dpif.at:1893)
 #  1069: ofproto-dpif - controller action without megaflows
 #  1102: ofproto-dpif - continuation - resubmit FAILED (ovs-macros.at:241)
+#  1071: ofproto-dpif - controller action without megaflows
 #  1136: ofproto-dpif - sFlow packet sampling - LACP structures
 ifneq (,$(filter mipsel, $(DEB_HOST_ARCH)))
-TEST_LIST = 1-19 22-531 533-916 920-1020 1022-1032 1034-1056 1058-1068 1070-1101 1103-1135 1137-
+TEST_LIST = 1-19 22-531 533-916 920-926 928-1020 1022-1034 1036-1056 1058-1068 1070 1072-1101 1103-1135 1137-
 TEST_LIST_DPDK = $(TEST_LIST)
 endif # mipsel
 
@@ -80,7 +82,7 @@ endif # mipsel
 #  1021: ofproto-dpif - select group with weights        FAILED (ofproto-dpif.at:535)
 #  1069: ofproto-dpif - controller action without megaflows
 ifneq (,$(filter mips64el, $(DEB_HOST_ARCH)))
-TEST_LIST = 1-19 22-531 533-1020 1022-1032 1034-1056 1058-1068 1070-1120 1122-
+TEST_LIST = 1-19 22-531 533-1020 1022-1032 1034-1056 1058-1068 1070 1072-1120 1122-
 TEST_LIST_DPDK = $(TEST_LIST)
 endif # mips64el