From bbc064f9582080124a4acc41f7e33e21c4f18a4f Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Wed, 24 Mar 2021 11:10:35 +0800 Subject: [PATCH] selftest: add EXTRA_RPMs so dracut RPMs can be installed onto the image to run the tests dracut will build the PRMs which will be installed onto the image to run the tests. Signed-off-by: Coiby Xu Acked-by: Kairui Song --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 71b329b..4e9c55f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -74,7 +74,7 @@ $(TEST_ROOT)/output/test-base-image: $(BUILD_ROOT)/inst-base-image $(KEXEC_TOOLS $(BUILD_ROOT)/inst-base-image \ $(TEST_ROOT)/output/test-base-image \ $(TEST_ROOT)/scripts/build-scripts/test-base-image.sh \ - $(KEXEC_TOOLS_RPM) + $(KEXEC_TOOLS_RPM) $(EXTRA_RPMS) test-run: $(TEST_ROOT)/output/test-base-image ifeq ($(strip $(TEST_CASE)),)