mars/test_suite/build_test_environment/install_via_rsync.conf
Frank Liepold af095565a1 test_suite: use --config_root_dir option of start_test.sh
Now we can start single test cases *and* specify explicitly which *.conf
files are to be incorporated.
2014-02-05 08:43:19 +01:00

10 lines
285 B
Bash

#!/bin/bash
## installs the kernel, mars module and userpace tools on all test hosts
## (main_host_list)
## source and target directories must be specified in default-install_mars.conf
prepare_list="install_mars_prepare"
run_list="install_mars_run"
finish_list="install_mars_finish"