From ccdf0afb3164f7390a2d6f84afe1c5f2dac0ce7a Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sun, 10 Jan 2021 12:22:23 +0000 Subject: [PATCH] Realign armhf test skip range due to upstream changes --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 077462863..38fabf5cf 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ TEST_LIST_DPDK = $(TEST_LIST) # 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-917 919-1020 1022-1056 1058- +TEST_LIST = 1-19 21-23 28-917 919-1020 1022-1056 1058- TEST_LIST_DPDK = $(TEST_LIST) endif # armhf -- 2.39.5