Copying openrc from controller node, adding to global config and external ip to config yaml added.
diff --git a/run_test.py b/run_test.py
index 3f078c2..1d58ede 100755
--- a/run_test.py
+++ b/run_test.py
@@ -104,7 +104,7 @@
     res_q = Queue.Queue()
 
     for test in config['tests']:
-        for test in config['tests'][test]['internal_tests']:
+        for test in config['tests'][test]['tests']:
             for name, params in test.items():
                 logger.info("Starting {0} tests".format(name))