[SEBA-478] Renaming xos_services in xos-services
Change-Id: I6d2a50bc92fda0fd39183ff0f12fc1a5d97faf81
diff --git a/scripts/service_scaffold.sh b/scripts/service_scaffold.sh
index 918cab2..4cdec56 100755
--- a/scripts/service_scaffold.sh
+++ b/scripts/service_scaffold.sh
@@ -296,7 +296,7 @@
if not os.path.exists(os.path.join(test_path, "new_base")):
xos_dir = os.path.join(test_path, "../../../../../../orchestration/xos/xos")
- services_dir = os.path.join(xos_dir, "../../xos_services")
+ services_dir = os.path.join(xos_dir, "../../xos-services")
sys.path.append(xos_dir)
sys.path.append(os.path.join(xos_dir, 'synchronizers', 'new_base'))
@@ -430,7 +430,7 @@
if not os.path.exists(os.path.join(test_path, "new_base")):
xos_dir = os.path.join(test_path, "../../../../../../orchestration/xos/xos")
- services_dir = os.path.join(xos_dir, "../../xos_services")
+ services_dir = os.path.join(xos_dir, "../../xos-services")
sys.path.append(xos_dir)
sys.path.append(os.path.join(xos_dir, 'synchronizers', 'new_base'))