aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-08-17 17:23:52 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-17 17:23:52 +0200
commitcfeae5ec0d9488b2a6e51feb909e4c981008bf16 (patch)
treea9a80fe1482d89114b15677a09d8e14fdcfa3160
parent93ec888fc3dbe387cc42d52ef58f239b23b41ff4 (diff)
downloadlinux-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.
-rw-r--r--root/cyclictest/.br-external1
-rw-r--r--targets/ryuglab/conf.py1
-rwxr-xr-xtargets/ryuglab/scripts/boot2
-rwxr-xr-xtests/cyclictest/parse (renamed from parse_script)0
-rw-r--r--tests/cyclictest/root/.br-external1
-rw-r--r--tests/cyclictest/root/.config (renamed from root/cyclictest/.config)0
-rw-r--r--tests/cyclictest/root/.gitignore (renamed from root/cyclictest/.gitignore)0
-rw-r--r--tests/cyclictest/root/GNUmakefile (renamed from root/cyclictest/GNUmakefile)2
-rw-r--r--tests/cyclictest/root/overlay/.gitignore (renamed from root/cyclictest/overlay/.gitignore)0
-rwxr-xr-xtests/cyclictest/root/overlay/etc/init.d/S90lcp (renamed from root/cyclictest/overlay/etc/init.d/S90lcp)0
-rwxr-xr-xtests/cyclictest/root/overlay/sbin/lcpinit (renamed from root/cyclictest/overlay/sbin/lcpinit)0
-rw-r--r--tests/cyclictest/root/packages/Config.in (renamed from root/cyclictest/packages/Config.in)0
-rw-r--r--tests/cyclictest/root/packages/external.mk (renamed from root/cyclictest/packages/external.mk)0
-rw-r--r--tests/cyclictest/root/packages/rt-tests-master/0001-Comment-undeclared-calls.patch (renamed from root/cyclictest/packages/rt-tests-master/0001-Comment-undeclared-calls.patch)0
-rw-r--r--tests/cyclictest/root/packages/rt-tests-master/Config.in (renamed from root/cyclictest/packages/rt-tests-master/Config.in)0
-rw-r--r--tests/cyclictest/root/packages/rt-tests-master/rt-tests-master.mk (renamed from root/cyclictest/packages/rt-tests-master/rt-tests-master.mk)0
16 files changed, 4 insertions, 3 deletions
diff --git a/root/cyclictest/.br-external b/root/cyclictest/.br-external
deleted file mode 100644
index 008a945..0000000
--- a/root/cyclictest/.br-external
+++ /dev/null
@@ -1 +0,0 @@
-BR2_EXTERNAL ?= /home/kocikare/linux-conf-perf/root/cyclictest/packages
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"
diff --git a/parse_script b/tests/cyclictest/parse
index 868212c..868212c 100755
--- a/parse_script
+++ b/tests/cyclictest/parse
diff --git a/tests/cyclictest/root/.br-external b/tests/cyclictest/root/.br-external
new file mode 100644
index 0000000..cc438f2
--- /dev/null
+++ b/tests/cyclictest/root/.br-external
@@ -0,0 +1 @@
+BR2_EXTERNAL ?= /home/cynerd/Programing/linux-conf-perf/tests/cyclictest/root/packages
diff --git a/root/cyclictest/.config b/tests/cyclictest/root/.config
index 0b86ab6..0b86ab6 100644
--- a/root/cyclictest/.config
+++ b/tests/cyclictest/root/.config
diff --git a/root/cyclictest/.gitignore b/tests/cyclictest/root/.gitignore
index 482619e..482619e 100644
--- a/root/cyclictest/.gitignore
+++ b/tests/cyclictest/root/.gitignore
diff --git a/root/cyclictest/GNUmakefile b/tests/cyclictest/root/GNUmakefile
index 905485d..37bd434 100644
--- a/root/cyclictest/GNUmakefile
+++ b/tests/cyclictest/root/GNUmakefile
@@ -3,7 +3,7 @@
lastword = $(word $(words $(1)),$(1))
makedir := $(dir $(call lastword,$(MAKEFILE_LIST)))
-MAKEARGS := -C $(makedir)/../../buildroot
+MAKEARGS := -C $(makedir)/../../../buildroot
MAKEARGS += O=$(if $(patsubst /%,,$(makedir)),$(CURDIR)/)$(patsubst %/,%,$(makedir))
MAKEFLAGS += --no-print-directory
diff --git a/root/cyclictest/overlay/.gitignore b/tests/cyclictest/root/overlay/.gitignore
index e69de29..e69de29 100644
--- a/root/cyclictest/overlay/.gitignore
+++ b/tests/cyclictest/root/overlay/.gitignore
diff --git a/root/cyclictest/overlay/etc/init.d/S90lcp b/tests/cyclictest/root/overlay/etc/init.d/S90lcp
index b5a9076..b5a9076 100755
--- a/root/cyclictest/overlay/etc/init.d/S90lcp
+++ b/tests/cyclictest/root/overlay/etc/init.d/S90lcp
diff --git a/root/cyclictest/overlay/sbin/lcpinit b/tests/cyclictest/root/overlay/sbin/lcpinit
index e2c1f78..e2c1f78 100755
--- a/root/cyclictest/overlay/sbin/lcpinit
+++ b/tests/cyclictest/root/overlay/sbin/lcpinit
diff --git a/root/cyclictest/packages/Config.in b/tests/cyclictest/root/packages/Config.in
index 45dad4f..45dad4f 100644
--- a/root/cyclictest/packages/Config.in
+++ b/tests/cyclictest/root/packages/Config.in
diff --git a/root/cyclictest/packages/external.mk b/tests/cyclictest/root/packages/external.mk
index d37f28a..d37f28a 100644
--- a/root/cyclictest/packages/external.mk
+++ b/tests/cyclictest/root/packages/external.mk
diff --git a/root/cyclictest/packages/rt-tests-master/0001-Comment-undeclared-calls.patch b/tests/cyclictest/root/packages/rt-tests-master/0001-Comment-undeclared-calls.patch
index c593705..c593705 100644
--- a/root/cyclictest/packages/rt-tests-master/0001-Comment-undeclared-calls.patch
+++ b/tests/cyclictest/root/packages/rt-tests-master/0001-Comment-undeclared-calls.patch
diff --git a/root/cyclictest/packages/rt-tests-master/Config.in b/tests/cyclictest/root/packages/rt-tests-master/Config.in
index a54eb3a..a54eb3a 100644
--- a/root/cyclictest/packages/rt-tests-master/Config.in
+++ b/tests/cyclictest/root/packages/rt-tests-master/Config.in
diff --git a/root/cyclictest/packages/rt-tests-master/rt-tests-master.mk b/tests/cyclictest/root/packages/rt-tests-master/rt-tests-master.mk
index 82fe53e..82fe53e 100644
--- a/root/cyclictest/packages/rt-tests-master/rt-tests-master.mk
+++ b/tests/cyclictest/root/packages/rt-tests-master/rt-tests-master.mk