Before testing multihost.srv prints list of test which will be tested. Signed-off-by: Jiří Župka <jzupka@xxxxxxxxxx> --- kvm/multi_host.srv | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/kvm/multi_host.srv b/kvm/multi_host.srv index 98cd0f6..fe777d1 100644 --- a/kvm/multi_host.srv +++ b/kvm/multi_host.srv @@ -81,6 +81,13 @@ def run(machines): host = _hosts[machine] ips.append(host.host.ip) + logging.info("") + for i, params in enumerate(test_dicts): + logging.info("Test %d: %s" % (i, params.get("shortname"))) + logging.info("") + + test_dicts = parser.get_dicts() + for params in test_dicts: params['hosts'] = ips -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html