diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cyclictest/parse | 2 | ||||
-rwxr-xr-x | tests/cyclictest/root/overlay/sbin/lcpinit | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/cyclictest/parse b/tests/cyclictest/parse index 75f29b8..3ea019e 100755 --- a/tests/cyclictest/parse +++ b/tests/cyclictest/parse @@ -2,7 +2,7 @@ import re import fileinput -result_re = re.compile("! T: 0 \(.*\) P:.* I:.* C:.* Min: *(?P<min>\d+) Act: *(?P<act>\d+) Avg: *(?P<avg>\d+) Max: *(?P<max>\d+) ok") +result_re = re.compile("T: 0 \(.*\) P:.* I:.* C:.* Min: *(?P<min>\d+) Act: *(?P<act>\d+) Avg: *(?P<avg>\d+) Max: *(?P<max>\d+)") for line in fileinput.input(): match = result_re.match(line) diff --git a/tests/cyclictest/root/overlay/sbin/lcpinit b/tests/cyclictest/root/overlay/sbin/lcpinit index 15cc11c..ae3980a 100755 --- a/tests/cyclictest/root/overlay/sbin/lcpinit +++ b/tests/cyclictest/root/overlay/sbin/lcpinit @@ -2,9 +2,7 @@ /bin/mount -t devtmpfs devtmpfs /dev -echo Command: cyclictest -n -p99 -t3 -l10000 -q echo Version: `cyclictest --help | head -1` -echo -cyclictest -n -p99 -t3 -l10000 -q | sed 's/^/! /' | sed 's/$/ ok/' +(set -x; cyclictest -n -p99 -t3 -l10000 -q --priospread) echo "NOVABOOT EXIT LINUX-CONF-PERF" |