aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-05-15 13:55:44 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-05-15 13:55:44 +1000
commitd813f4c085476d3e517bba998184a4c712d644f8 (patch)
treed9888639d0227b3b77ca6e5b5f913f5378371128 /external
parent3909a163a0313c3f1b8e052e87f5b72f7c2a5546 (diff)
downloadskiboot-d813f4c085476d3e517bba998184a4c712d644f8.zip
skiboot-d813f4c085476d3e517bba998184a4c712d644f8.tar.gz
skiboot-d813f4c085476d3e517bba998184a4c712d644f8.tar.bz2
Fix fsp_support.sh for boot_tests, export SSHUSER and SSHPASS
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external')
-rw-r--r--external/boot-tests/fsp_support.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/boot-tests/fsp_support.sh b/external/boot-tests/fsp_support.sh
index db11588..e3ae229 100644
--- a/external/boot-tests/fsp_support.sh
+++ b/external/boot-tests/fsp_support.sh
@@ -10,6 +10,8 @@ if [ -z $SSHUSER ] || [ -z $SSHPASS ] ; then
exit 1;
fi
+export SSHUSER SSHPASS
+
#IPMI
IPMI_AUTH="-P ${IPMI_PASS:-foo}";