[Kimchi-devel] [PATCH V2] [Kimchi 0/6] Multiple fixes on Kimchi test cases

Aline Manera posted 6 patches 7 years, 1 month ago
Failed in applying to current master (apply log)
i18n.py                           |  4 ++--
model/networks.py                 | 42 ++++++++++++++++++++++++---------------
model/virtviewerfile.py           | 10 ++++------
root.py                           | 25 ++++++++++++++---------
tests/test_authorization.py       | 10 ++++------
tests/test_host.py                | 15 +++-----------
tests/test_livemigration.py       |  6 +-----
tests/test_mock_network.py        | 10 ++++------
tests/test_mock_storagepool.py    | 12 ++++-------
tests/test_mock_storagevolume.py  | 11 ++++------
tests/test_mockmodel.py           |  8 +++-----
tests/test_model.py               | 15 ++++++++------
tests/test_model_network.py       | 18 ++++++++++-------
tests/test_model_storagepool.py   | 18 +++++++++--------
tests/test_model_storagevolume.py | 18 ++++++++++-------
tests/test_rest.py                | 27 +++++++++++++------------
tests/test_template.py            |  9 ++++-----
17 files changed, 130 insertions(+), 128 deletions(-)
[Kimchi-devel] [PATCH V2] [Kimchi 0/6] Multiple fixes on Kimchi test cases
Posted by Aline Manera 7 years, 1 month ago
Only patch 1/2 has changed from V1.
Now it is checking if wok_options.test is not None before using its value.

Aline Manera (6):
  Specify objectstore location when running on test mode
  Update run_server() calls to do not pass model instance
  Bug fix: Set default host value while generating the virt-viewer
    config file
  Fix snapshots test case
  Fix memory hotplug test case
  Improve logic to identify if a network is in use or not

 i18n.py                           |  4 ++--
 model/networks.py                 | 42 ++++++++++++++++++++++++---------------
 model/virtviewerfile.py           | 10 ++++------
 root.py                           | 25 ++++++++++++++---------
 tests/test_authorization.py       | 10 ++++------
 tests/test_host.py                | 15 +++-----------
 tests/test_livemigration.py       |  6 +-----
 tests/test_mock_network.py        | 10 ++++------
 tests/test_mock_storagepool.py    | 12 ++++-------
 tests/test_mock_storagevolume.py  | 11 ++++------
 tests/test_mockmodel.py           |  8 +++-----
 tests/test_model.py               | 15 ++++++++------
 tests/test_model_network.py       | 18 ++++++++++-------
 tests/test_model_storagepool.py   | 18 +++++++++--------
 tests/test_model_storagevolume.py | 18 ++++++++++-------
 tests/test_rest.py                | 27 +++++++++++++------------
 tests/test_template.py            |  9 ++++-----
 17 files changed, 130 insertions(+), 128 deletions(-)

-- 
2.9.3

_______________________________________________
Kimchi-devel mailing list
Kimchi-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/kimchi-devel
Re: [Kimchi-devel] [PATCH V2] [Kimchi 0/6] Multiple fixes on Kimchi test cases
Posted by Lucio Correia 7 years, 1 month ago
Reviewed-By: Lucio Correia <luciojhc@linux.vnet.ibm.com>

On 09/02/2017 00:01, Aline Manera wrote:
> Only patch 1/2 has changed from V1.
> Now it is checking if wok_options.test is not None before using its value.
>
> Aline Manera (6):
>   Specify objectstore location when running on test mode
>   Update run_server() calls to do not pass model instance
>   Bug fix: Set default host value while generating the virt-viewer
>     config file
>   Fix snapshots test case
>   Fix memory hotplug test case
>   Improve logic to identify if a network is in use or not
>
>  i18n.py                           |  4 ++--
>  model/networks.py                 | 42 ++++++++++++++++++++++++---------------
>  model/virtviewerfile.py           | 10 ++++------
>  root.py                           | 25 ++++++++++++++---------
>  tests/test_authorization.py       | 10 ++++------
>  tests/test_host.py                | 15 +++-----------
>  tests/test_livemigration.py       |  6 +-----
>  tests/test_mock_network.py        | 10 ++++------
>  tests/test_mock_storagepool.py    | 12 ++++-------
>  tests/test_mock_storagevolume.py  | 11 ++++------
>  tests/test_mockmodel.py           |  8 +++-----
>  tests/test_model.py               | 15 ++++++++------
>  tests/test_model_network.py       | 18 ++++++++++-------
>  tests/test_model_storagepool.py   | 18 +++++++++--------
>  tests/test_model_storagevolume.py | 18 ++++++++++-------
>  tests/test_rest.py                | 27 +++++++++++++------------
>  tests/test_template.py            |  9 ++++-----
>  17 files changed, 130 insertions(+), 128 deletions(-)
>


-- 
Lucio Correia

_______________________________________________
Kimchi-devel mailing list
Kimchi-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/kimchi-devel
Re: [Kimchi-devel] [PATCH V2] [Kimchi 0/6] Multiple fixes on Kimchi test cases
Posted by Aline Manera 7 years, 1 month ago
Applied. Thanks.

Regards,

Aline Manera

_______________________________________________
Kimchi-devel mailing list
Kimchi-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/kimchi-devel