From 93227e362aee5de718f37e214bd3886649f4b2bb Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 5 Nov 2014 13:46:19 +0100 Subject: controller/README: reworked from top-srcdir README * README: Made as symlink to controller/README. * controller/Makefile.am: Distribute the README and configuration file template. * controller/README: Reworked version of README following current API. * controller/doc/dtf-controller/OSID.sh.template: New configuration template. * tester/dtf-prepare-testsuite: Prepare also basic taskdir structure. --- tester/dtf-prepare-testsuite | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tester') diff --git a/tester/dtf-prepare-testsuite b/tester/dtf-prepare-testsuite index 76031a9..0e1c54c 100755 --- a/tester/dtf-prepare-testsuite +++ b/tester/dtf-prepare-testsuite @@ -6,3 +6,14 @@ srcdir=$(cd -P -- "$(dirname -- "$0")" && pwd -P) || exit 1 ln -sf "$srcdir/run" "$tasks_srcdir" ln -sf "$srcdir/libdtf" "$tasks_srcdir" +mkdir -p "$tasks_srcdir/tasks/sample" + +cat < "$tasks_srcdir/tasks/sample/runtest.sh" +export DTF_TEST_ID="dummy-sample" +export DTF_TEST_DESCRIPTION="Just an example." + +run() +{ + return 0 +} +EOF -- cgit