]> git.proxmox.com Git - ovs.git/commitdiff
Blacklist failing tests on sparc64 (Closes: #888905).
authorThomas Goirand <zigo@debian.org>
Sat, 21 Mar 2020 10:40:24 +0000 (11:40 +0100)
committerThomas Goirand <zigo@debian.org>
Sat, 21 Mar 2020 10:40:24 +0000 (11:40 +0100)
debian/changelog
debian/rules

index fadde63cab046c4b11eb967ff54c26c3306fb02e..c08f67128f4d847f5a9d2633bca987552d5a28bc 100644 (file)
@@ -1,6 +1,7 @@
 openvswitch (2.13.0+dfsg1-4) UNRELEASED; urgency=medium
 
   * Blacklist failing tests on HPPA (Closes: #880514).
+  * Blacklist failing tests on sparc64 (Closes: #888905).
 
  -- Thomas Goirand <zigo@debian.org>  Sat, 21 Mar 2020 11:35:16 +0100
 
index 76fdb224262b10ad915bc3c8fbb3b2467106edbb..613cb176fc000f794ebcdb222b81773c2d84cbb3 100755 (executable)
@@ -109,6 +109,23 @@ TEST_LIST = 1-19 21-846 848-849 851-915 920-941 943-1020 1022-1056 1058-1101 110
 TEST_LIST_DPDK = $(TEST_LIST)
 endif #hppa
 
+# sparc64
+#    20: bfd - bfd decay                                 FAILED (bfd.at:396)
+#    26: bfd - check that BFD works together with RSTP   FAILED (bfd.at:829)
+#   466: fuzz regression - ofp_print_fuzzer-5395207246839808 FAILED (fuzz-regression.at:12)
+#   900: ofproto - bundle packet-out makes bundle commit to fail(OpenFlow 1.4) FAILED (ofproto.at:2180)
+#   918: ofproto - asynchronous message control (OpenFlow 1.3) ok
+#   942: ofproto - flow monitoring pause and resume      ok
+#   998: PMD - monitor threads                           FAILED (pmd.at:660)
+#  1057: ofproto-dpif - controller action without megaflows FAILED (ofproto-dpif.at:1893)
+#  2184: STP - dummy interface                           FAILED (stp.at:439)
+#  2185: STP - flush the fdb and mdb when topology changed FAILED (stp.at:529)
+#  2249: auto-attach - packets                           FAILED (auto-attach.at:5)
+ifneq (,$(filter sparc64, $(DEB_HOST_ARCH)))
+TEST_LIST = 1-19 21-465 467-899 901-917 919-941 943-997 999-1056 1058-2184 2186-2248 2250-
+TEST_LIST_DPDK = $(TEST_LIST)
+endif #sparc64
+
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        if $(MAKE) -C _debian check TESTSUITEFLAGS='$(PARALLEL) $(TEST_LIST)' || \