diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-17 17:23:52 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-17 17:23:52 +0200 |
commit | cfeae5ec0d9488b2a6e51feb909e4c981008bf16 (patch) | |
tree | a9a80fe1482d89114b15677a09d8e14fdcfa3160 /targets | |
parent | 93ec888fc3dbe387cc42d52ef58f239b23b41ff4 (diff) | |
download | linux-conf-perf-cfeae5ec0d9488b2a6e51feb909e4c981008bf16.tar.gz linux-conf-perf-cfeae5ec0d9488b2a6e51feb909e4c981008bf16.tar.bz2 linux-conf-perf-cfeae5ec0d9488b2a6e51feb909e4c981008bf16.zip |
Change location for rootfs of tests
Now every test should have its own folder with rootfs and parse script.
Diffstat (limited to 'targets')
-rw-r--r-- | targets/ryuglab/conf.py | 1 | ||||
-rwxr-xr-x | targets/ryuglab/scripts/boot | 2 |
2 files changed, 2 insertions, 1 deletions
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" |