It's enabled by adding -s to mcreboot.sh. Cherry-pick of the following commit: commit b5c13ce51a5a4926c2cf11c817cd0d369ac4402d Author: Katsuya Horigome <katsuya.horigome.rj@ps.hitachi-solutions.com> Date: Mon Nov 20 09:40:41 2017 +0900 Include measures to prevent memory destruction on Linux side (This is rebase commit for merging to development+hfi)
14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
MCMOD_DIR=$HOME/ppos
|
|
LTP_DIR=$HOME/test/mem_dest_prev/ltp/testcases/bin/
|
|
LTP_TESTCASE_FILE=LTP_testcase.txt
|
|
MCRBT_OPT_LTP="-m 3G@0,3G@1 -s"
|
|
USR_PROC="mcexec_test_proc/memtest_destroy"
|
|
OS_IDX=0
|
|
|
|
export MCMOD_DIR
|
|
export LTP_DIR
|
|
export LTP_TESTCASE_FILE
|
|
export MCRBT_OPT_LTP
|
|
export USR_PROC
|
|
export OS_IDX
|