aboutsummaryrefslogtreecommitdiff
path: root/root/cyclictest/overlay
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 /root/cyclictest/overlay
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.
Diffstat (limited to 'root/cyclictest/overlay')
-rw-r--r--root/cyclictest/overlay/.gitignore0
-rwxr-xr-xroot/cyclictest/overlay/etc/init.d/S90lcp3
-rwxr-xr-xroot/cyclictest/overlay/sbin/lcpinit5
3 files changed, 0 insertions, 8 deletions
diff --git a/root/cyclictest/overlay/.gitignore b/root/cyclictest/overlay/.gitignore
deleted file mode 100644
index e69de29..0000000
--- a/root/cyclictest/overlay/.gitignore
+++ /dev/null
diff --git a/root/cyclictest/overlay/etc/init.d/S90lcp b/root/cyclictest/overlay/etc/init.d/S90lcp
deleted file mode 100755
index b5a9076..0000000
--- a/root/cyclictest/overlay/etc/init.d/S90lcp
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-/sbin/lcpinit
diff --git a/root/cyclictest/overlay/sbin/lcpinit b/root/cyclictest/overlay/sbin/lcpinit
deleted file mode 100755
index e2c1f78..0000000
--- a/root/cyclictest/overlay/sbin/lcpinit
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-cyclictest -n -p99 -t3 -l10000 -q | sed 's/^/! /' | sed 's/$/ ok/'
-
-echo "NOVABOOT EXIT LINUX-CONF-PERF"