From 6ef6998c02fe7a49a1769d01459ca5798d73456f Mon Sep 17 00:00:00 2001 From: Frank Liepold Date: Mon, 31 Mar 2014 07:57:11 +0200 Subject: [PATCH] test_suite: add test_cases to build the mars module and install a new kernel on the test systems --- test_suite/mars/mars_test_cronjob.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_suite/mars/mars_test_cronjob.sh b/test_suite/mars/mars_test_cronjob.sh index 4bff440d..2126c187 100755 --- a/test_suite/mars/mars_test_cronjob.sh +++ b/test_suite/mars/mars_test_cronjob.sh @@ -174,6 +174,9 @@ start_script=$test_suite_dir/scripts/start_test.sh # For documentation see header of this file tests_to_execute=( +"build_test_environment/checkout/checkout_mars_from_git:build_test_environment" +"build_test_environment/make/make_mars/grub:build_test_environment" +"build_test_environment/install_mars/install_via_rsync:build_test_environment" "build_test_environment/lv_config/lv_recreate:build_test_environment" "build_test_environment/cluster/create_cluster:build_test_environment" "build_test_environment/resource/create_resource:build_test_environment"