Remove /tacker/ from directory in which tacker.conf.sample resides 95/35695/1
authorAimee Ukasick <aimeeu.opensource@gmail.com>
Fri, 2 Jun 2017 01:22:39 +0000 (20:22 -0500)
committerAimee Ukasick <aimeeu.opensource@gmail.com>
Fri, 2 Jun 2017 01:22:39 +0000 (20:22 -0500)
JIRA: VES-11

Change-Id: Ib42332f625a9487c83ce5afa69e751dd8612fb87
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
tests/utils/tacker-setup.sh

index c0a8107..e9ba823 100644 (file)
@@ -51,7 +51,7 @@ function setenv () {
   echo "$0: $(date) Setup shared virtual folders and save this script there"
   mkdir /opt/tacker
   cp $0 /opt/tacker/.
-  cp `dirname $0`/tacker/tacker.conf.sample /opt/tacker/.
+  cp `dirname $0`/tacker.conf.sample /opt/tacker/.
   chmod 755 /opt/tacker/*.sh
 
   echo "$0: $(date) Setup admin-openrc.sh"