Open pvital opened 8 years ago
Results for Ubuntu 16.10:
Traceback (most recent call last): File "test_template.py", line 403, in test_customized_network self.assertEquals(200, resp.status) AssertionError: 200 != 400
Ran 5 tests in 25.524s
Traceback (most recent call last): File "test_model.py", line 1625, in test_delete_running_vm inst.vm_delete(u'kīмсhī-∨м') File "/home/dev/wok/src/wok/plugins/kimchi/model/vms.py", line 1495, in delete websocket.remove_proxy_token(name) File "/home/dev/wok/src/wok/websocket.py", line 121, in remove_proxy_token os.unlink(os.path.join(WS_TOKENS_DIR, name)) UnicodeEncodeError: 'ascii' codec can't encode characters in position 30-32: ordinal not in range(128)
Traceback (most recent call last): File "test_model.py", line 1424, in test_vm_edit self.assertEquals("no", inst.vm_lookup(u'пeω-∨м')['bootmenu']) File "/home/dev/wok/src/wok/rollbackcontext.py", line 55, in exit undo(*args, *kwargs) File "/home/dev/wok/tests/utils.py", line 191, in rollback_wrapper func(resource, args) File "/home/dev/wok/src/wok/plugins/kimchi/model/vms.py", line 1495, in delete websocket.remove_proxy_token(name) File "/home/dev/wok/src/wok/websocket.py", line 121, in remove_proxy_token os.unlink(os.path.join(WS_TOKENS_DIR, name)) UnicodeEncodeError: 'ascii' codec can't encode character u'\u043f' in position 29: ordinal not in range(128)
Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched return func(*args, **keywargs) File "test_model.py", line 574, in test_vm_virtviewerfile_vmlifecycle vvmodel.lookup(vm_name.decode('utf-8')) File "/home/dev/wok/src/wok/plugins/kimchi/model/virtviewerfile.py", line 131, in lookup file_path = create_virt_viewer_file(name, graphics_info) File "/home/dev/wok/src/wok/plugins/kimchi/model/virtviewerfile.py", line 79, in create_virt_viewer_file {'name': vm_name, 'err': e.message}) OperationFailed: KCHVM0084E: KCHVM0084E
Traceback (most recent call last): File "test_model.py", line 397, in test_vm_virtviewerfile_vmnotrunning vvmodel.lookup(vm_name.decode('utf-8')) File "/home/dev/wok/src/wok/rollbackcontext.py", line 55, in exit undo(*args, **kwargs) File "/home/dev/wok/src/wok/plugins/kimchi/model/vms.py", line 1495, in delete websocket.remove_proxy_token(name) File "/home/dev/wok/src/wok/websocket.py", line 121, in remove_proxy_token os.unlink(os.path.join(WS_TOKENS_DIR, name)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xec' in position 30: ordinal not in range(128)
Ran 45 tests in 214.547s
Traceback (most recent call last): File "test_mock_storagevolume.py", line 87, in test_storagevolume _do_volume_test(self, model, pool_name) File "test_model_storagevolume.py", line 229, in _do_volume_test with open(uploaded_path) as fd: UnicodeEncodeError: 'ascii' codec can't encode characters in position 27-29: ordinal not in range(128)
Ran 1 test in 42.809s
Traceback (most recent call last): File "test_mock_network.py", line 67, in test_vlan_tag_bridge 'interface': iface, 'vlan_id': 987}) File "test_model_network.py", line 66, in _do_network_test self.assertEquals(201, resp.status) AssertionError: 201 != 400
Ran 1 test in 5.373s
===================== Kimchi Unit Tests Summary ====================== Ran 156 tests in 640.147 seconds. test_mock_network FAILED: (failures=1) - full log available at /tmp/tmp.d4Uo0Y6yYW test_template FAILED: (failures=1) - full log available at /tmp/tmp.d4Uo0Y6yYW test_mock_storagevolume FAILED: (errors=1) - full log available at /tmp/tmp.d4Uo0Y6yYW test_model FAILED: (errors=4, skipped=2) - full log available at /tmp/tmp.d4Uo0Y6yYW
@lcorreia I have to ask you to put all the output in codeblock
, its barely possible to read it in current state.
Thanks!
Testing make check with https://github.com/kimchi-project/kimchi/commit/77ddaa6a973ff4e60b9e62375def031ed38be042