From 2f94a87dab18536341cd20523beda834a583b4e6 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 3 Apr 2020 10:41:46 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=B2=20Enable=20rcm=20integration=20tes?= =?UTF-8?q?ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that Jenkins is hooked up to the repository, let's run the rcm tests after we deploy all of the services into a VM. Signed-off-by: Major Hayden --- jenkins/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/run_tests.sh b/jenkins/run_tests.sh index f02a293f2..6ca3a047d 100644 --- a/jenkins/run_tests.sh +++ b/jenkins/run_tests.sh @@ -23,6 +23,6 @@ popd # Run the integration tests. # /usr/libexec/tests/osbuild-composer/osbuild-dnf-json-tests # /usr/libexec/tests/osbuild-composer/osbuild-image-tests -# /usr/libexec/tests/osbuild-composer/osbuild-rcm-tests -test.v +/usr/libexec/tests/osbuild-composer/osbuild-rcm-tests -test.v # /usr/libexec/tests/osbuild-composer/osbuild-tests -test.v # /usr/libexec/tests/osbuild-composer/osbuild-weldr-tests -test.v