From 8177ad4e65e3e77be7082fbe6dc9ff9d1e89cbd4 Mon Sep 17 00:00:00 2001
From: MJB <mjb@it-innovation.soton.ac.uk>
Date: Tue, 9 Oct 2018 19:58:26 +0100
Subject: [PATCH] fixing fixtures so that it is consitent with openstack
 deployment

---
 scripts/test/fixture.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/test/fixture.sh b/scripts/test/fixture.sh
index 51eae2c..72f3de4 100755
--- a/scripts/test/fixture.sh
+++ b/scripts/test/fixture.sh
@@ -51,7 +51,7 @@ create() {
         # provision software into each container
         echo "Provisioning: ${service_name}"
         if [ ${service_name} == "clmc-service" ]; then
-            cmd="${target_root}/clmc/scripts/clmc-service/install.sh"
+            cmd="${target_root}/scripts/clmc-service/install.sh"
             echo "Provisioning command ${cmd}"
             lxc exec ${service_name} --env REPO_ROOT=${target_root} --env SFEMC_FQDN="sfemc.localhost" -- ${cmd}
             exit_code=$?
-- 
GitLab