Sharing api and test folder in standalone config

Change-Id: Ic4f573129dc734c38e2645d894d76180417e4297
diff --git a/test-standalone/xos.yaml b/test-standalone/xos.yaml
index 85bdd02..ee6be6b 100644
--- a/test-standalone/xos.yaml
+++ b/test-standalone/xos.yaml
@@ -26,3 +26,23 @@
           - xos:
              node: xos
              relationship: tosca.relationships.UsedByXOS
+
+    /opt/xos/api/utility:
+      type: tosca.nodes.XOSVolume
+      properties:
+          host_path: { path_join: [ SELF, CONFIG_DIR, ../../xos/xos/api/utility, ENV_VAR ] }
+          read_only: false
+      requirements:
+          - xos:
+             node: xos
+             relationship: tosca.relationships.UsedByXOS
+
+    /opt/xos/tests:
+      type: tosca.nodes.XOSVolume
+      properties:
+          host_path: { path_join: [ SELF, CONFIG_DIR, ../../xos/xos/tests, ENV_VAR ] }
+          read_only: false
+      requirements:
+          - xos:
+             node: xos
+             relationship: tosca.relationships.UsedByXOS