summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorShakeeb <shakeebbk@in.ibm.com>2016-08-29 05:54:59 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-08-30 07:25:25 -0400
commit5b05089e1d05ba14835595c5c6ccc8305e4f9c43 (patch)
treeee1838f6cf28407b3fc3508e45faf282350b1691 /src/test
parent593629e88423f3c652c65706d4f4648db26b0fb2 (diff)
downloadtalos-sbe-5b05089e1d05ba14835595c5c6ccc8305e4f9c43.tar.gz
talos-sbe-5b05089e1d05ba14835595c5c6ccc8305e4f9c43.zip
SBE code restructure: Image directory setup
Change-Id: I6305135b930d12ab933e5ddfc946b047ebba3f49 RTC:159709 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28902 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/test')
-rwxr-xr-xsrc/test/citest/populate-sandbox3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/citest/populate-sandbox b/src/test/citest/populate-sandbox
index d28b0f76..488462b1 100755
--- a/src/test/citest/populate-sandbox
+++ b/src/test/citest/populate-sandbox
@@ -7,6 +7,7 @@
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2015,2016
+# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -43,7 +44,7 @@ mkdir -p $SBETESTDIR || exit -1
mkdir -p $SBEFW_IMG_DIR || exit -1
# Copy sbe binaries
-cp $SBEROOT/obj/*.bin $SBEFW_IMG_DIR/ || exit -1
+cp $SBEROOT/images/*.bin $SBEFW_IMG_DIR/ || exit -1
cp $SBEROOT/obj/simics.tar $SBEFW_DIR/ || exit -1
# Compile sbe code in sandbox to copy binaries at right place
echo "---Setup sandbox for sbe binaries."
OpenPOWER on IntegriCloud