Ubuntu Pastebin

Paste from powersj at Fri, 2 Dec 2016 21:26:48 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
powersj@x1:~/Work/repos/cloud-init-powersj$ python3 -m tests.cloud_tests run -v -n xenial -t tests/cloud_tests/testcases/examples/run_commands.py 2016-12-02 14:25:11,465 - tests.cloud_tests - DEBUG - running with args: Namespace(deb=None, os_name=['xenial'], platform=['lxd'], ppa=None, quiet=False, repo=None, result=None, rpm=None, script=None, subcmd='run', test_config=['tests/cloud_tests/testcases/examples/run_commands.py'], upgrade=False, verbose=True)

2016-12-02 14:25:11,466 - tests.cloud_tests - DEBUG - using tmpdir /tmp/cloud_test_data_24uursvo
2016-12-02 14:25:11,468 - tests.cloud_tests - INFO - setting up platform: lxd
2016-12-02 14:25:11,914 - tests.cloud_tests - INFO - acquiring image for os: xenial
2016-12-02 14:25:13,081 - tests.cloud_tests - INFO - setting up image: distro=ubuntu, release=xenial
2016-12-02 14:25:13,081 - tests.cloud_tests - DEBUG - creating snapshot for xenial
2016-12-02 14:26:00,294 - tests.cloud_tests - INFO - collecting test data for os: xenial
2016-12-02 14:26:00,300 - tests.cloud_tests - WARNING - test config examples/run_commands is not enabled, skipping
2016-12-02 14:26:13,920 - tests.cloud_tests - DEBUG - collect stages: {'name': 'collect data', 'success': True, 'stages': [{'name': 'collect for platform: lxd', 'success': True, 'stages': [{'name': 'set up and collect data for os: xenial', 'success': True, 'stages': [{'name': 'set up for image: distro=ubuntu, release=xenial', 'success': True, 'stages': [], 'errors': [], 'time': 2.384185791015625e-07}, {'name': 'collect test data for xenial', 'success': True, 'stages': [{}], 'errors': [], 'time': 0.0058782100677490234}], 'errors': [], 'time': 54.68093967437744}], 'errors': [], 'time': 62.022589921951294}], 'errors': [], 'time': 62.454211473464966}
2016-12-02 14:26:13,920 - tests.cloud_tests - DEBUG - found test data: {}

2016-12-02 14:26:13,920 - tests.cloud_tests - DEBUG - verify results: {}


# during the run
powersj@x1:~$ lxc list
+-----------------------------------------------------------------+---------+---------------------+-----------------------------------------------+------------+-----------+
|                              NAME                               |  STATE  |        IPV4         |                     IPV6                      |    TYPE    | SNAPSHOTS |
+-----------------------------------------------------------------+---------+---------------------+-----------------------------------------------+------------+-----------+
| cloud-test-ubuntu-xenial-image-modification-coeknbgvz1gr59eo7zo | RUNNING | 10.38.69.142 (eth0) | fd42:9db5:1b50:5653:216:3eff:fe24:f281 (eth0) | PERSISTENT | 0         |
+-----------------------------------------------------------------+---------+---------------------+-----------------------------------------------+------------+-----------+
| cloud-test-ubuntu-xenial-snapshot-uewsgk6im5b7nlz41ol5412g06n7b | STOPPED |                     |                                               | PERSISTENT | 0         |
+-----------------------------------------------------------------+---------+---------------------+-----------------------------------------------+------------+-----------+
Download as text