Home
last modified time | relevance | path

Searched refs:config_template (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm-build.sh25 config_template=${1}
26 if test -z "$config_template" -o ! -f "$config_template" -o ! -r "$config_template"
28 echo "kvm-build.sh :$config_template: Not a readable file"
48 grep -v 'CONFIG_[A-Z]*_TORTURE_TEST' < ${config_template} > $T/config
Dkvm-test-1-run.sh50 config_template=${1}
51 config_dir=`echo $config_template | sed -e 's,/[^/]*$,,'`
52 title=`echo $config_template | sed -e 's/^.*\///'`
65 cp $config_template $resdir/ConfigFragment
67 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
96 if kvm-build.sh $config_template $builddir $T
142 cpu_count=`configNR_CPUS.sh $config_template`
143 cpu_count=`configfrag_boot_cpus "$boot_args" "$config_template" "$cpu_count"`
161 boot_args="`configfrag_boot_params "$boot_args" "$config_template"`"