Skip to content

Commit 6174b19

Browse files
johnstultz-workgiani
authored andcommitted
run-test.sh: Add pressure argument to test execution
Use the new pressure argument Signed-off-by: John Stultz <john.stultz@linaro.org>
1 parent 544f8de commit 6174b19

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

run-tests.sh

+12-11
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@
55
echo "Current cgroup"
66
cat /proc/self/cgroup | grep memory
77

8+
PRESSURE=3
9+
810
#Just add your test here, we will figure out how to check the
911
#results later on.
10-
./volatile-test
11-
./volatile-test
12-
./volatile-test
13-
./volatile-test
14-
./volatile-test
15-
./volatile-test
12+
./volatile-test -p $PRESSURE
13+
./volatile-test -p $PRESSURE
14+
./volatile-test -p $PRESSURE
15+
./volatile-test -p $PRESSURE
16+
./volatile-test -p $PRESSURE
1617

17-
./volatile-test-signal
18-
./volatile-test-signal
19-
./volatile-test-signal
20-
./volatile-test-signal
21-
./volatile-test-signal
18+
./volatile-test-signal -p $PRESSURE
19+
./volatile-test-signal -p $PRESSURE
20+
./volatile-test-signal -p $PRESSURE
21+
./volatile-test-signal -p $PRESSURE
22+
./volatile-test-signal -p $PRESSURE

0 commit comments

Comments
 (0)