summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/setup/install_congress_cli_test_environment.sh
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-22 19:56:31 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-22 19:56:31 -0700
commit8d0118e42e6f845da85fe8ed23d01a706cd6d279 (patch)
treea6f60ca85b24f3ab6d3a8699749260f4ca0b1b9e /components/congress/test-webapp/setup/install_congress_cli_test_environment.sh
parent96b0a744fd44e5da8d380a5c5e06a5eae9c8b30c (diff)
Various design improvements.
JIRA: COPPER-4 Change-Id: Ie1ebf77dfd707eb784627c0b4abd4210e85c6c2d Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/test-webapp/setup/install_congress_cli_test_environment.sh')
-rw-r--r--components/congress/test-webapp/setup/install_congress_cli_test_environment.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/congress/test-webapp/setup/install_congress_cli_test_environment.sh b/components/congress/test-webapp/setup/install_congress_cli_test_environment.sh
index c072a02..48f33fa 100644
--- a/components/congress/test-webapp/setup/install_congress_cli_test_environment.sh
+++ b/components/congress/test-webapp/setup/install_congress_cli_test_environment.sh
@@ -25,7 +25,7 @@
# Retrieve the copper install script as below, optionally specifying the
# branch to use as a URL parameter, e.g. ?h=stable%2Fbrahmaputra
# $ wget https://git.opnfv.org/cgit/copper/plain/components/congress/test-webapp/setup/install_congress_cli_test_environment.sh
-# $ source install_congress_cli_test_environment.sh [copper-branch]
+# $ bash install_congress_cli_test_environment.sh [copper-branch]
# optionally specifying the branch identifier to use for copper
set -x
@@ -37,7 +37,7 @@ if [ ! -d /tmp/copper ]; then mkdir /tmp/copper; fi
dist=`grep DISTRIB_ID /etc/*-release | awk -F '=' '{print $2}'`
if [ "$dist" == "Ubuntu" ]; then
cp ~/congress/env.sh /tmp/copper/
- cp ~/congress/admin-openrc.sh /tmp/copper/
+ cp ~/admin-openrc.sh /tmp/copper/
else
echo "Copy copper environment files"
sudo scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no stack@192.0.2.1:/home/stack/congress/*.sh /tmp/copper