aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen, Gong <gong.chen@linux.intel.com>2014-03-30 21:59:44 -0400
committerChen, Gong <gong.chen@linux.intel.com>2014-04-09 03:22:12 -0400
commite0fb614a801b17c1f2c63432781ebae4d6877d32 (patch)
tree4ab88b4d3bf478255d350a52f7b2c1fc51f52475
parent2bed17bd6faeb5e9fcf24b487d22e0b21ce97c79 (diff)
downloadmce-test-e0fb614a801b17c1f2c63432781ebae4d6877d32.tar.gz
Enable notrigger for PFA test case
Too many BIOSes are bogus so that we have to disable auto trigger mechanism for PFA test case. Signed-off-by: Chen, Gong <gong.chen@linux.intel.com>
-rwxr-xr-xcases/function/pfa/run_pfa.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cases/function/pfa/run_pfa.sh b/cases/function/pfa/run_pfa.sh
index fe97aed..d9bd11b 100755
--- a/cases/function/pfa/run_pfa.sh
+++ b/cases/function/pfa/run_pfa.sh
@@ -18,6 +18,7 @@ apei_inj()
echo $INJ_TYPE > $APEI_IF/error_type
echo $1 > $APEI_IF/param1
echo 0xfffffffffffff000 > $APEI_IF/param2
+ echo 1 > $APEI_IF/notrigger
echo 1 > $APEI_IF/error_inject
}