test_suite: add test_cases to build the mars module and install a new kernel on the test systems

This commit is contained in:
Frank Liepold 2014-03-31 07:57:11 +02:00
parent 13e5f922e4
commit 6ef6998c02
1 changed files with 3 additions and 0 deletions

View File

@ -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"