[Kimchi-devel] [PATCH 0/3] Bug fix: Access guest console when guest name has non-ASCII characters

Aline Manera alinefm at linux.vnet.ibm.com
Thu Sep 3 18:43:08 UTC 2015


It's strange as this patch only changed UI code.

I tested on Ubuntu 15.04 and Fedora 22 and didn't get any new error.

Could you, please, verify it again?

Regards,
Aline Manera

On 03/09/2015 10:53, Ramon Medeiros wrote:
> An error was added with this patch:
>
> i added the other patchset, that changed to this errors:
>
> ======================================================================
> ERROR: test_debug_reports (test_model.ModelTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_model.py", line 1074, in test_debug_reports
>     inst.task_wait(taskid, timeout)
>   File "/home/ramonn/GitTrees/KIMCHI/src/kimchi/model/tasks.py", line 
> 64, in wait
>     'task': task['target_uri']})
> TimeoutExpired: KCHASYNC0003E: Timeout of 120 seconds expired while 
> running task 
> '/debugreports/unitTestReport1cb17db2ccb241c28882eb8edc833504.
>
> ======================================================================
> FAIL: test_storagevolume_action 
> (test_model_storagevolume.StorageVolumeTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_model_storagevolume.py", line 269, in 
> test_storagevolume_action
>     _do_volume_test(self, model, host, ssl_port, 'default')
>   File "test_model_storagevolume.py", line 120, in _do_volume_test
>     self.assertEquals(0, storagevolume['allocation'])
> AssertionError: 0 != 1024
>
> ======================================================================
> FAIL: test_async_tasks (test_model.ModelTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_model.py", line 902, in test_async_tasks
>     self.assertEquals(1, taskid)
> AssertionError: 1 != 2
>
> ======================================================================
> FAIL: test_vlan_tag_bridge (test_mock_network.MockNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_mock_network.py", line 71, in test_vlan_tag_bridge
>     'interface': iface, 'vlan_id': 987})
>   File "test_model_network.py", line 69, in _do_network_test
>     self.assertEquals(201, resp.status)
> AssertionError: 201 != 500
>
> ----------------------------------------------------------------------
> Ran 147 tests in 355.646s
>
> FAILED (failures=3, errors=1, skipped=2)
>
>
> And then added this error:
>
> ======================================================================
> FAIL: test_storagevolume_action 
> (test_model_storagevolume.StorageVolumeTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_model_storagevolume.py", line 269, in 
> test_storagevolume_action
>     _do_volume_test(self, model, host, ssl_port, 'default')
>   File "test_model_storagevolume.py", line 120, in _do_volume_test
>     self.assertEquals(0, storagevolume['allocation'])
> AssertionError: 0 != 1024
>




More information about the Kimchi-devel mailing list