]> git.proxmox.com Git - ovs.git/commitdiff
armhf: blacklist 26: bfd - check that BFD works together with RSTP.
authorThomas Goirand <zigo@debian.org>
Sun, 29 Mar 2020 19:14:49 +0000 (21:14 +0200)
committerThomas Goirand <zigo@debian.org>
Sun, 29 Mar 2020 19:14:49 +0000 (21:14 +0200)
debian/changelog
debian/rules

index ef54954678f8de3f163263665b17184281997efb..549578ea47466cbcdb75a69b394190f6b008d4e2 100644 (file)
@@ -1,3 +1,9 @@
+openvswitch (2.13.0+dfsg1-7) unstable; urgency=medium
+
+  * armhf: blacklist 26: bfd - check that BFD works together with RSTP.
+
+ -- Thomas Goirand <zigo@debian.org>  Sun, 29 Mar 2020 21:14:17 +0200
+
 openvswitch (2.13.0+dfsg1-6) unstable; urgency=medium
 
   * Never run unit test 20 which isn't deterministic.
index 3f86f00b549a754b633f7ec95e252c428ca0216c..9145686ce2a87bcf87b70db05c209315ff1efd12 100755 (executable)
@@ -46,8 +46,9 @@ 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)
 ifneq (,$(filter armhf, $(DEB_HOST_ARCH)))
-TEST_LIST = 1-19 21-23 26-
+TEST_LIST = 1-19 21-23 27-
 TEST_LIST_DPDK = $(TEST_LIST)
 endif # armhf