commit | 82489e7296d75b6827ae397a2d6cd7226f5721e5 | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Fri Apr 10 16:18:03 2015 +0300 |
committer | gstepanov <gstepanov@mirantis.com> | Fri Apr 10 16:18:37 2015 +0300 |
tree | 9e2c0bf4bfe99917dd38ce81159538de247a2055 | |
parent | 6c491060b705841a12f55730c734a61b0ba6693e [diff] [blame] |
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))