summaryrefslogtreecommitdiffstats
path: root/sbe
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2016-04-19 01:22:09 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-04-19 03:02:59 -0400
commit9b1a5812274c74b9b4e92064ba6337a72b6d93e1 (patch)
tree2eb0dfdbf1e9f84fd72a4cac5809b67e1cf6baf4 /sbe
parentc69f417ba60c393d4a0e978fa22804d715c6252b (diff)
downloadtalos-sbe-9b1a5812274c74b9b4e92064ba6337a72b6d93e1.tar.gz
talos-sbe-9b1a5812274c74b9b4e92064ba6337a72b6d93e1.zip
Revert "Do not copy powermgmt.act"
This reverts commit 1c7d9b522373ac5b284d99b44a76b166dfcdf8e5. Change-Id: I40e6e9e5080f18aad4842bcdffafe1ae5a534375 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23400 Tested-by: Jenkins Server Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'sbe')
-rwxr-xr-xsbe/build/citest/create-sandbox3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbe/build/citest/create-sandbox b/sbe/build/citest/create-sandbox
index ddc212d7..e2b2f1f9 100755
--- a/sbe/build/citest/create-sandbox
+++ b/sbe/build/citest/create-sandbox
@@ -44,8 +44,7 @@ execute_in_sandbox "start_simics -no_start -machine $MACHINE -batch_mode" \
# 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/chip.act $SANDBOXBASE/src/simu/data/cec-chip || exit -1
-cp $SBEROOT/import/chips/p9/sw_simulation/pervasive.act $SANDBOXBASE/src/simu/data/cec-chip || exit -1
+cp $SBEROOT/import/chips/p9/sw_simulation/* $SANDBOXBASE/src/simu/data/cec-chip || exit -1
# Run postsimsetup workarounds.
echo "----Running postsimsetup workarounds."
OpenPOWER on IntegriCloud