From cfeae5ec0d9488b2a6e51feb909e4c981008bf16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 17 Aug 2015 17:23:52 +0200 Subject: Change location for rootfs of tests Now every test should have its own folder with rootfs and parse script. --- targets/ryuglab/conf.py | 1 + targets/ryuglab/scripts/boot | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'targets/ryuglab') diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py index b8e85b4..55f76e7 100644 --- a/targets/ryuglab/conf.py +++ b/targets/ryuglab/conf.py @@ -5,6 +5,7 @@ kernel_arch = 'powerpc' build_command = ['../targets/ryuglab/scripts/compile'] boot_command = ['targets/ryuglab/scripts/boot'] +parse_command = ['tests/cyclictest/parse'] db_user = 'kocikare' db_password = 'ohNg3Ien' diff --git a/targets/ryuglab/scripts/boot b/targets/ryuglab/scripts/boot index cd04162..57b2b1c 100755 --- a/targets/ryuglab/scripts/boot +++ b/targets/ryuglab/scripts/boot @@ -8,6 +8,6 @@ cd `dirname $0` cd ../cyclictest ln -s ../../../jobfiles/linuxImage uImage -ln -s ../../../root/cyclictest/images/rootfs.cpio.uboot rootfs.cpio.uboot +ln -s ../../../tests/cyclictest/root/images/rootfs.cpio.uboot rootfs.cpio.uboot novaboot nbscripts --exiton="NOVABOOT EXIT LINUX-CONF-PERF" -- cgit v1.2.3