mars/test_suite/test_cases/admin/three_nodes.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

28 lines
1.0 KiB
Bash

#!/bin/bash
# Copyright 2010-2013 Frank Liepold / 1&1 Internet AG
#
# Email: frank.liepold@1und1.de
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#####################################################################
# add a third host
main_host_list[${#main_host_list[@]}]="istore-test-bs2"
main_set_globals_depending_on_main_host_list
run_list="resource_write_and_check lib_general_checks_after_every_test"