summaryrefslogtreecommitdiffstats
path: root/sbe/build/citest/create-sandbox
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2016-07-29 03:21:16 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-07-29 06:54:23 -0400
commitbc8b0c5daeb285c95749ddb31203a8ed2994a7d3 (patch)
tree22130e62e913c87c492f17bbf750e52a729d5f3b /sbe/build/citest/create-sandbox
parent203b368d9a331b3c3eb1b4d677da8844ce926e71 (diff)
downloadtalos-sbe-bc8b0c5daeb285c95749ddb31203a8ed2994a7d3.tar.gz
talos-sbe-bc8b0c5daeb285c95749ddb31203a8ed2994a7d3.zip
Update backing build
Change-Id: I49672b35cdc8ecd2dbfa0bd990bbc96243151d9b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27612 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'sbe/build/citest/create-sandbox')
-rwxr-xr-xsbe/build/citest/create-sandbox29
1 files changed, 24 insertions, 5 deletions
diff --git a/sbe/build/citest/create-sandbox b/sbe/build/citest/create-sandbox
index e2b2f1f9..b2cbc0bf 100755
--- a/sbe/build/citest/create-sandbox
+++ b/sbe/build/citest/create-sandbox
@@ -1,4 +1,28 @@
#!/bin/sh
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: sbe/build/citest/create-sandbox $
+#
+# OpenPOWER sbe Project
+#
+# Contributors Listed Below - COPYRIGHT 2015,2016
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
echo "Creating ODE sandbox..."
@@ -41,11 +65,6 @@ echo "----Setting up simics."
execute_in_sandbox "start_simics -no_start -machine $MACHINE -batch_mode" \
"ppc" || exit -1
-# Copy action files. As we are taking actions files from ppe, copy them here
-# so that any workaround necessary can be applied over them in pre-simsetup path
-mkdir -p $SANDBOXBASE/src/simu/data/cec-chip
-cp $SBEROOT/import/chips/p9/sw_simulation/* $SANDBOXBASE/src/simu/data/cec-chip || exit -1
-
# Run postsimsetup workarounds.
echo "----Running postsimsetup workarounds."
if [ -f ${CITESTPATH}/etc/workarounds.postsimsetup ];
OpenPOWER on IntegriCloud