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 /root/cyclictest/overlay | |
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 'root/cyclictest/overlay')
-rw-r--r-- | root/cyclictest/overlay/.gitignore | 0 | ||||
-rwxr-xr-x | root/cyclictest/overlay/etc/init.d/S90lcp | 3 | ||||
-rwxr-xr-x | root/cyclictest/overlay/sbin/lcpinit | 5 |
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" |