summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-18 19:04:39 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-18 19:04:39 -0700
commitfd37f6fb6a6ba6e961ef05c73a6bd788bfddc090 (patch)
tree8da88f61e8dabed441ec1b09754bedaea410b13a /components
parentdf203e1577646261c1670d1caf004f5a68d34508 (diff)
Update tests for new test server design.
JIRA: COPPER-4 Change-Id: I72227f3e3c1787dbac4d39ecff39d7b71631b906 Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components')
-rw-r--r--components/congress/test-webapp/setup/install_congress_testserver_1.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/congress/test-webapp/setup/install_congress_testserver_1.sh b/components/congress/test-webapp/setup/install_congress_testserver_1.sh
index 8752c0c..dfb2a4b 100644
--- a/components/congress/test-webapp/setup/install_congress_testserver_1.sh
+++ b/components/congress/test-webapp/setup/install_congress_testserver_1.sh
@@ -101,6 +101,8 @@ EOF
sudo scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no stack@192.0.2.1:/home/stack/congress/*.sh /tmp/copper
source /tmp/copper/env.sh
cp -r ~/git/copper/components/congress/test-webapp/* /tmp/copper/
+ if [ ! -d /tmp/copper/tests ]; then mkdir /tmp/copper/tests; fi
+ cp -r ~/git/copper/tests/* /tmp/copper/tests
echo "Point proxy.php to the Congress server"
source /tmp/copper/env.sh
sed -i -- "s/CONGRESS_HOST/$CONGRESS_HOST/g" /tmp/copper/www/proxy/index.php