Updated shared folders
Change-Id: I57f797989f05db4cb1e7b9685e32a0252b72a077
diff --git a/test-standalone/docker-compose-bootstrap.yml b/test-standalone/docker-compose-bootstrap.yml
index 5e51f60..eb54cc9 100644
--- a/test-standalone/docker-compose-bootstrap.yml
+++ b/test-standalone/docker-compose-bootstrap.yml
@@ -14,6 +14,7 @@
- ../common/xos_common_config:/opt/xos/xos_configuration/xos_common_config
- ../cord-pod/files/xos_vtn_config:/opt/xos/xos_configuration/xos_vtn_config:ro
- ../../xos_services:/opt/xos_services
+ - ../../xos/xos/core/tests:/opt/xos/core/tests
xos_synchronizer_onboarding:
image: xosproject/xos-synchronizer-onboarding
diff --git a/test-standalone/xos.yaml b/test-standalone/xos.yaml
index ee6be6b..81446a3 100644
--- a/test-standalone/xos.yaml
+++ b/test-standalone/xos.yaml
@@ -17,7 +17,7 @@
frontend_only: true
source_ui_image: xosproject/xos-test
- /opt/xos/xos_configuration/xos_common_config:
+ /opt/xos/core/xos_common_config:
type: tosca.nodes.XOSVolume
properties:
host_path: { path_join: [ SELF, CONFIG_DIR, ../common/xos_common_config, ENV_VAR ] }