python3 -m tests.cloud_tests verify -vv -d ../data
2017-03-17 10:05:50,946 - tests.cloud_tests - DEBUG - running with args: Namespace(data_dir='../data', quiet=False, result=None, subcmd='verify', verbose=True)
2017-03-17 10:05:50,946 - tests.cloud_tests - DEBUG - found test data: {'lxd': {'xenial': ['modules/set_password_list', 'modules/set_password_list_string']}}
2017-03-17 10:05:50,946 - tests.cloud_tests - INFO - test: platform='lxd', os='xenial' verifying test data
2017-03-17 10:05:50,946 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password_list
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
2017-03-17 10:05:50,949 - tests.cloud_tests - DEBUG - verifying test data for modules/set_password_list_string
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
2017-03-17 10:05:50,952 - tests.cloud_tests - INFO - test: platform='lxd', os='xenial' passed all tests
2017-03-17 10:05:50,952 - tests.cloud_tests - DEBUG - verify results: {'lxd': {'xenial': {'modules/set_password_list': {'passed': True, 'failures': []}, 'modules/set_password_list_string': {'passed': True, 'failures': []}}}}