summaryrefslogtreecommitdiffstats
path: root/src/build/citest
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2015-11-23 12:29:51 -0600
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 13:56:27 -0600
commite183bcb0e1d176dd3c3b0776b44407e781a8168e (patch)
tree265df885dc30df8cb102468f46e19213bfbe7277 /src/build/citest
parentb7922bfe47206d0a330efcd493ae1062048807df (diff)
downloadtalos-hostboot-e183bcb0e1d176dd3c3b0776b44407e781a8168e.tar.gz
talos-hostboot-e183bcb0e1d176dd3c3b0776b44407e781a8168e.zip
Disable pre/post workaround scripts and simics startup
Change-Id: I36e5068140e94056a773d57c43354a20df8067c9 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22278 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/citest')
-rwxr-xr-xsrc/build/citest/create-sandbox29
1 files changed, 15 insertions, 14 deletions
diff --git a/src/build/citest/create-sandbox b/src/build/citest/create-sandbox
index 577726d6a..4f8662924 100755
--- a/src/build/citest/create-sandbox
+++ b/src/build/citest/create-sandbox
@@ -48,25 +48,26 @@ fi
mksb -rc $SANDBOXRC -dir $SANDBOXROOT -back $BACKING_BUILD -sb $SANDBOXNAME \
-m ppc -auto || exit -1
+# TODO: RTC:137477-Turn this pre/post workaround scripts and start simics
# workaround scripts expect $sb variable to be populated.
-export sb=$SANDBOXBASE/src
+#export sb=$SANDBOXBASE/src
# Run presimsetup workarounds.
-echo "----Running presimsetup workarounds."
-if [ -f ${CITESTPATH}/etc/workarounds.presimsetup ];
-then
- ${CITESTPATH}/etc/workarounds.presimsetup || exit -1
-fi
+#echo "----Running presimsetup workarounds."
+#if [ -f ${CITESTPATH}/etc/workarounds.presimsetup ];
+#then
+# ${CITESTPATH}/etc/workarounds.presimsetup || exit -1
+#fi
# Run start_simics to populate simics directories.
-echo "----Setting up simics."
-execute_in_sandbox "start_simics -no_start -machine $MACHINE -batch_mode" \
- "ppc" || exit -1
+#echo "----Setting up simics."
+#execute_in_sandbox "start_simics -no_start -machine $MACHINE -batch_mode" \
+# "ppc" || exit -1
# Run postsimsetup workarounds.
-echo "----Running postsimsetup workarounds."
-if [ -f ${CITESTPATH}/etc/workarounds.postsimsetup ];
-then
- ${CITESTPATH}/etc/workarounds.postsimsetup || exit -1
-fi
+#echo "----Running postsimsetup workarounds."
+#if [ -f ${CITESTPATH}/etc/workarounds.postsimsetup ];
+#then
+# ${CITESTPATH}/etc/workarounds.postsimsetup || exit -1
+#fi
OpenPOWER on IntegriCloud