From 64f027efda548dd918e7de471af72202b1402764 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Fri, 6 Aug 2021 17:40:18 -0700 Subject: [PATCH] ci: restore all temporary disabled tests Upstream bpf-next should be good, so no temporary blocked tests should remain. Signed-off-by: Andrii Nakryiko --- travis-ci/vmtest/configs/blacklist/BLACKLIST-latest | 1 - travis-ci/vmtest/run_selftests.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest index 8d49647..688dcae 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest @@ -1,2 +1 @@ # TEMPORARY -tc_bpf diff --git a/travis-ci/vmtest/run_selftests.sh b/travis-ci/vmtest/run_selftests.sh index f334b43..b2d4b5b 100755 --- a/travis-ci/vmtest/run_selftests.sh +++ b/travis-ci/vmtest/run_selftests.sh @@ -46,6 +46,6 @@ cd libbpf/selftests/bpf test_progs if [[ "${KERNEL}" == 'latest' ]]; then - #test_maps + # test_maps test_verifier fi