summaryrefslogtreecommitdiffstats
path: root/tests/ci/scp_storperf_admin-rc.sh
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2016-12-22 02:13:09 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-22 02:13:09 +0000
commit675954a9f2b15bc945f274cd6c60a530642b247e (patch)
treecb4dbb308f866f746a5b787b866cc92d6c75d747 /tests/ci/scp_storperf_admin-rc.sh
parentb8e82dfe4e5c25682add934f8327fa1516bc3995 (diff)
parent92f30ababa567dffb9fea221f03f9470b088e067 (diff)
Merge "Use openstack command instead keystone command in prepare_storperf_admin-rc.sh"
Diffstat (limited to 'tests/ci/scp_storperf_admin-rc.sh')
-rw-r--r--tests/ci/scp_storperf_admin-rc.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ci/scp_storperf_admin-rc.sh b/tests/ci/scp_storperf_admin-rc.sh
index af2885b01..7c3896d88 100644
--- a/tests/ci/scp_storperf_admin-rc.sh
+++ b/tests/ci/scp_storperf_admin-rc.sh
@@ -1,5 +1,16 @@
#!/bin/bash
+##############################################################################
+# Copyright (c) 2016 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+# Copy storperf_admin-rc to deployment location.
+
ssh_options="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
sshpass -p root scp 2>/dev/null $ssh_options ~/storperf_admin-rc \
root@192.168.200.1:/root/ &> /dev/null