WIP test infrastructure configuration
diff --git a/xos/configurations/test/Makefile.inside b/xos/configurations/test/Makefile.inside
new file mode 100644
index 0000000..9332016
--- /dev/null
+++ b/xos/configurations/test/Makefile.inside
@@ -0,0 +1,4 @@
+run_tests:
+	cd /opt/xos/tosca/tests
+	python ./alltests.py
+
diff --git a/xos/configurations/test/README b/xos/configurations/test/README
new file mode 100644
index 0000000..958dfb9
--- /dev/null
+++ b/xos/configurations/test/README
@@ -0,0 +1 @@
+to be filled in with instructions for running test infrastructure