[LTP] [PATCH V4] controllers/cgroup_fj: split cgroup_fj tests
Cyril Hrubis
chrubis@suse.cz
Thu Oct 1 19:22:34 CEST 2015
Hi!
> +case $CASETYPE in
> +"function" )
> + : $(( CASENO1 += 1 ))
> + export CASENO1=$CASENO1
> + ./cgroup_fj_function.sh $CASECMD
> + ;;
> +"function2" )
> + : $(( CASENO1 += 1 ))
> + export CASENO1=$CASENO1
> + ./cgroup_fj_function2.sh $CASECMD
> + ;;
> +"stress" )
> + : $(( CASENO2 += 1 ))
> + export CASENO2=$CASENO2
> + ./cgroup_fj_stress.sh $CASECMD
I've removed the './' here (since /opt/ltp/testcases/bin/ is in $PATH
while tests are running) and pushed, thanks.
--
Cyril Hrubis
chrubis@suse.cz
More information about the Ltp
mailing list