auto-run test cases from test configuration
diff --git a/xos/configurations/test/Dockerfile.test b/xos/configurations/test/Dockerfile.test
index b098e92..eb39645 100644
--- a/xos/configurations/test/Dockerfile.test
+++ b/xos/configurations/test/Dockerfile.test
@@ -4,6 +4,6 @@
 ADD xos/configurations/common/cloudlab-nodes.yaml /opt/xos/configurations/commmon/
 ADD xos/configurations/common/id_rsa.pub /root/setup/padmin_public_key
 
-#CMD ["/usr/bin/make -C /opt/xos/configurations/test -f Makefile.inside"]
+CMD ["/usr/bin/make", "-C", "/opt/xos/configurations/test", "-f", "Makefile.inside"]
 
-CMD ["/bin/bash"]
+#CMD ["/bin/bash"]
diff --git a/xos/configurations/test/Makefile.inside b/xos/configurations/test/Makefile.inside
index 9b5ed4b..d6c6de1 100644
--- a/xos/configurations/test/Makefile.inside
+++ b/xos/configurations/test/Makefile.inside
@@ -10,3 +10,4 @@
 run_tests:
 	supervisorctl stop observer
 	cd /opt/xos/tosca/tests; python ./alltests.py
+	cd /opt/xos/tosca/tests; python ./allObserverTests.py