Re-enable test_maps selftest

Back in 2020, we disabled the test_maps selftest with e05f9be4f4
("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 <deso@posteo.net>
This commit is contained in:
Daniel Müller
2022-08-15 14:42:57 -07:00
committed by danielocfb
parent 13a26d78f3
commit e3c2b8a48d

View File

@@ -58,6 +58,6 @@ cd ${PROJECT_NAME}/selftests/bpf
test_progs
if [[ "${KERNEL}" == 'latest' ]]; then
# test_maps
test_maps
test_verifier
fi