summaryrefslogtreecommitdiffstats
path: root/sbe/test
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2015-11-06 00:04:28 -0600
committerAmit J. Tendolkar <amit.tendolkar@in.ibm.com>2015-11-17 23:37:11 -0600
commit3866bb58533e50f41888b507d70a71e9443fb4f0 (patch)
tree009a2d8b4bf3c85eee35dc22db2a3d8e8c2054ab /sbe/test
parentf7d71a20dd8115b5dcff548d95aeb0b9bf86e5b8 (diff)
downloadtalos-sbe-3866bb58533e50f41888b507d70a71e9443fb4f0.tar.gz
talos-sbe-3866bb58533e50f41888b507d70a71e9443fb4f0.zip
Enable test cases for CI
Change-Id: I22b94fe87c1225ef7fbc5c7e85b016192838a3f7 RTC: 123606 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21802 Tested-by: Jenkins Server Reviewed-by: Basabjit Sengupta <basengup@in.ibm.com> Reviewed-by: Amit J. Tendolkar <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'sbe/test')
-rwxr-xr-xsbe/test/test.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/sbe/test/test.xml b/sbe/test/test.xml
index 9433ba87..1b23623a 100755
--- a/sbe/test/test.xml
+++ b/sbe/test/test.xml
@@ -1,10 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<integrationtest>
- <platform startsimargs="--notar --norun">
+ <platform startsimargs="--notar --norun --sim_parms -nre">
<machine>%%machine%%</machine>
<test>
+ <!-- Set IVPR to point to sbe start address ( currently PIBMEM) -->
+ <testcase>
+ <simcmd>p9Proc0.sbe.mibo_space.write 0xc0000160 0xFFFE800000000000 8 -b</simcmd>
+ <exitonerror>yes</exitonerror>
+ </testcase>
+ <testcase>
+ <simcmd>p9Proc0.sbe.mibo_space.write 0xc00e0000 0x5000000000000000 8 -b</simcmd>
+ <exitonerror>yes</exitonerror>
+ </testcase>
+ <testcase>
+ <simcmd>sim->frontend_current_processor = p9Proc0.sbe.ppe</simcmd>
+ <exitonerror>yes</exitonerror>
+ </testcase>
<!-- Register SBE tools -->
<testcase>
<simcmd>run-python-file targets/p9_nimbus/sbeTest/simics-debug-framework.py</simcmd>
OpenPOWER on IntegriCloud