From e3c2b8a48d20b2b2a6b78022d551549c91a94d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Mon, 15 Aug 2022 14:42:57 -0700 Subject: [PATCH] Re-enable test_maps selftest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Back in 2020, we disabled the test_maps selftest with e05f9be4f4be ("vmtests: temporarily disable test_maps") for reasons not closely elaborated. It appears that by now the test is succeeding again, so let's enable it back. Signed-off-by: Daniel Müller --- travis-ci/vmtest/run_selftests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-ci/vmtest/run_selftests.sh b/travis-ci/vmtest/run_selftests.sh index b2cee55..fc2df61 100755 --- a/travis-ci/vmtest/run_selftests.sh +++ b/travis-ci/vmtest/run_selftests.sh @@ -58,6 +58,6 @@ cd ${PROJECT_NAME}/selftests/bpf test_progs if [[ "${KERNEL}" == 'latest' ]]; then - # test_maps + test_maps test_verifier fi