Ubuntu Pastebin

Paste from Joshua Powers at Fri, 17 Mar 2017 16:06:09 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
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': []}}}}
Download as text