tests: Get more information about CPU and user limits

Change-Id: I0bd3c206f422e11a59070a1c9aace38201ff7c85
This commit is contained in:
Vasil Velichkov 2019-09-12 19:32:13 +03:00 committed by Piotr Krysik
parent fc046c48cd
commit 71fb85cc79
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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