mirror of
https://github.com/schoebel/mars
synced 2024-12-29 02:12:53 +00:00
test_suite: take verbose_script = 1 as default
This commit is contained in:
parent
82f0658738
commit
a9192717b3
@ -2,7 +2,6 @@
|
||||
|
||||
## checks out the branches/tags in the involved git repositories.
|
||||
## see default-checkout_mars.conf
|
||||
verbose_script=1
|
||||
checkout_mars_git_tag=
|
||||
|
||||
run_list=checkout_mars_run
|
||||
|
@ -17,6 +17,5 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
run_list="cluster_run lib_general_checks_after_every_test"
|
||||
|
@ -3,7 +3,6 @@
|
||||
## 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
|
||||
verbose_script=1
|
||||
|
||||
prepare_list="install_mars_prepare"
|
||||
run_list="install_mars_run"
|
||||
|
@ -20,7 +20,6 @@
|
||||
## Generates logical volume groups and logical volumes as specified in
|
||||
## default-lv_config.conf
|
||||
|
||||
verbose_script=1
|
||||
|
||||
prepare_list="lv_config_prepare"
|
||||
run_list="lv_config_run"
|
||||
|
@ -11,6 +11,5 @@
|
||||
## If your work station does not use grub, you have to provide a *.conf file
|
||||
## to restore the boot information changed by "make install"
|
||||
|
||||
verbose_script=1
|
||||
run_list="grub_prepare make_mars_run grub_finish"
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
verbose_script=1
|
||||
|
||||
run_list="resource_leave_all lib_general_checks_after_every_test"
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
run_list="resource_prepare resource_run_first lib_general_checks_after_every_test"
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
verbose_script=1
|
||||
|
||||
run_list="resource_prepare resource_run_first resource_recreate_all lib_general_checks_after_every_test"
|
||||
|
@ -18,7 +18,6 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
#####################################################################
|
||||
verbose_script=1
|
||||
|
||||
## size of logical volumes to be created
|
||||
multires_lv_size=20
|
||||
|
@ -41,7 +41,7 @@ start_dir=$(pwd)
|
||||
# considered as "configuration options". That means that a <dirname>.conf file must
|
||||
# be provided for all these directories
|
||||
config_root_dir=$start_dir
|
||||
verbose_script=0
|
||||
verbose_script=1
|
||||
|
||||
# check some preconditions
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
#####################################################################
|
||||
|
||||
## configuration for test A3.1 of test_suite.txt
|
||||
verbose_script=1
|
||||
|
||||
|
||||
apply_fetch_running_action="apply"
|
||||
|
@ -20,7 +20,6 @@
|
||||
#####################################################################
|
||||
|
||||
## configuration for test A3.2 of test_suite.txt
|
||||
verbose_script=1
|
||||
|
||||
|
||||
apply_fetch_running_action="fetch"
|
||||
|
@ -17,7 +17,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
# add logical volume mit 4.1 TB
|
||||
lv_config_lv_name_list[${#lv_config_lv_name_list[*]}]=lv-$((${#lv_config_lv_name_list[*]} + 1))-4100
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
resource_fs_on_data_device_necessary=0
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
# 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.
|
||||
verbose_script=1
|
||||
|
||||
logrotate_with_deletes=1
|
||||
|
||||
|
@ -16,6 +16,5 @@
|
||||
# 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.
|
||||
verbose_script=1
|
||||
|
||||
run_list="resource_prepare resource_run_first logrotate_run lib_general_checks_after_every_test"
|
||||
|
@ -18,7 +18,6 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
## configuration for test A1.1 of test_suite.txt
|
||||
verbose_script=1
|
||||
|
||||
|
||||
## time for which the amount of data to sync must be constant
|
||||
|
@ -18,7 +18,6 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
#####################################################################
|
||||
verbose_script=1
|
||||
|
||||
resource_fs_type_list[${resource_name_list[0]}]="ext4"
|
||||
|
||||
|
@ -18,5 +18,4 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
#####################################################################
|
||||
verbose_script=1
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
run_list="resource_prepare resource_run_first switch2primary_run lib_general_checks_after_every_test"
|
||||
|
||||
|
@ -19,9 +19,9 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
switch2primary_force=1
|
||||
lib_rw_part_of_device_size_written_per_loop=10
|
||||
|
||||
run_list="resource_prepare resource_run_first switch2primary_run lib_general_checks_after_every_test"
|
||||
run_list="switch2primary_run lib_general_checks_after_every_test"
|
||||
|
@ -17,7 +17,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
## sleep time between marsadm log-rotate commands
|
||||
remote_dev_log_rotate_sleep=5
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
## Parameters for the memleak - Test
|
||||
|
||||
verbose_script=1
|
||||
|
||||
resource_name_list=(lv-1-2)
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
resource_fs_on_data_device_necessary=0
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
## TODO replace source command by <no idea up to now>
|
||||
source ../mars_dir_full.conf || exit 1
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
## TODO replace source command by <no idea up to now>
|
||||
source ../mars_dir_full.conf || exit 1
|
||||
|
@ -41,7 +41,6 @@ marsadm_timeout=10
|
||||
# lvs lv-8-<size> for all hosts
|
||||
eval cluster_mars_dir_lv_name_list=($(x=(${main_host_list[@]/#/[}); y=(${x[@]/%/]=lv-$multires_lv_count-$multires_lv_size_mars_dir}); echo ${y[@]}))
|
||||
|
||||
verbose_script=1
|
||||
|
||||
resource_fs_on_data_device_necessary=0
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_action='apply'
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_parallel_writer=0
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
perftest_parallel_writer=1
|
||||
resource_fs_on_data_device_necessary=1
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_action='write'
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_device_division="same_controller"
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
## this device must use physical volumes on a raid controller with the following
|
||||
## properties:
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_device_division="separated_and_mars_dev_with_bbu_cache"
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_device_division="separated_and_mars_dev_without_bbu_cache"
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_action='fetch'
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_parallel_writer=0
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
perftest_parallel_writer=1
|
||||
resource_fs_on_data_device_necessary=1
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_action='fetch_and_apply'
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_parallel_writer=0
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
perftest_parallel_writer=1
|
||||
resource_fs_on_data_device_necessary=1
|
||||
|
||||
|
@ -19,6 +19,5 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_sync_mode="fast_sync"
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_sync_mode="no_fast_sync"
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_parallel_writer=0
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
perftest_parallel_writer=1
|
||||
resource_fs_on_data_device_necessary=1
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_sync_mode="rsync"
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_action='sync'
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
perftest_action='write'
|
||||
|
||||
|
@ -17,6 +17,5 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
run_list="resource_prepare resource_run_first crash_run lib_general_checks_after_every_test"
|
||||
|
@ -17,7 +17,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
crash_aio_sync_mode=2
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
crash_logger_completion_semantics=2
|
||||
crash_aio_sync_mode=2
|
||||
|
@ -17,7 +17,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
verbose_script=1
|
||||
|
||||
crash_logger_completion_semantics=2
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#####################################################################
|
||||
|
||||
verbose_script=1
|
||||
|
||||
net_impact_cmd=(\
|
||||
["on"]="iptables -I INPUT -s remote_host -j DROP && iptables -I OUTPUT -d remote_host -j DROP" \
|
||||
|
Loading…
Reference in New Issue
Block a user