From cb23f981c3b3e80c42696a295e2d7400de0262b1 Mon Sep 17 00:00:00 2001 From: Manu Bretelle Date: Thu, 15 Jun 2023 13:03:05 -0700 Subject: [PATCH] ci: Dump kconfig before running tests This helps troubleshooting by validating what the Kconfig of the testing environment is. Signed-off-by: Manu Bretelle --- ci/vmtest/run_selftests.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ci/vmtest/run_selftests.sh b/ci/vmtest/run_selftests.sh index f7222c0..0e5ac17 100755 --- a/ci/vmtest/run_selftests.sh +++ b/ci/vmtest/run_selftests.sh @@ -55,6 +55,13 @@ test_verifier() { foldable end vm_init +foldable start kernel_config "Kconfig" + +zcat /proc/config.gz + +foldable end kernel_config + + configs_path=/${PROJECT_NAME}/selftests/bpf local_configs_path=${PROJECT_NAME}/vmtest/configs DENYLIST=$(read_lists \