[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'))
diff --git a/scripts/xproto_sanity_check.py b/scripts/xproto_sanity_check.py
index f977b28..4ccd7d3 100755
--- a/scripts/xproto_sanity_check.py
+++ b/scripts/xproto_sanity_check.py
@@ -21,7 +21,7 @@
SCRIPT_DIR=os.path.dirname(os.path.realpath(__file__))
BASE_DIR=os.path.join(SCRIPT_DIR,"..","..","..")
-SERVICES_DIR=os.path.join(BASE_DIR,"orchestration","xos_services")
+SERVICES_DIR=os.path.join(BASE_DIR,"orchestration","xos-services")
CORE_XPROTO=os.path.join(BASE_DIR,"orchestration","xos","xos","core","models","core.xproto")
TARGET=os.path.join(BASE_DIR,"orchestration","xos","lib","xos-genx","xosgenx","targets","fieldlist.xtarget")