From 71fb85cc79a10a94acfc23cc251fb2af3f4201d6 Mon Sep 17 00:00:00 2001 From: Vasil Velichkov Date: Thu, 12 Sep 2019 19:32:13 +0300 Subject: tests: Get more information about CPU and user limits Change-Id: I0bd3c206f422e11a59070a1c9aace38201ff7c85 --- tests/scripts/decode.sh | 2 ++ tests/scripts/decrypt.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/scripts/decode.sh b/tests/scripts/decode.sh index 98aa165..1ec7bf8 100755 --- a/tests/scripts/decode.sh +++ b/tests/scripts/decode.sh @@ -19,6 +19,8 @@ export RUNLINE="$AP_DECODE -c $SHORTENED_CAPFILE -s $((100000000/174)) -m BCCH - echo "Testing with:" echo " $RUNLINE" gnuradio-config-info --version +cat /proc/cpuinfo +ulimit -a cd "$TEST_DIR" || exit 1 head -c 6000000 $CAPFILE > $SHORTENED_CAPFILE diff --git a/tests/scripts/decrypt.sh b/tests/scripts/decrypt.sh index 824955f..5c33537 100755 --- a/tests/scripts/decrypt.sh +++ b/tests/scripts/decrypt.sh @@ -19,6 +19,8 @@ export RUNLINE="$AP_DECODE -c $SHORTENED_CAPFILE -s $((100000000/174)) -m SDCCH8 echo "Testing with:" echo " $RUNLINE" gnuradio-config-info --version +cat /proc/cpuinfo +ulimit -a cd "$TEST_DIR" || exit 1 head -c -37000000 $CAPFILE | head -c 35800000 > $SHORTENED_CAPFILE -- cgit v1.2.3