
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