[Kimchi-devel] [PATCH 0/5 V2] Bug fixes and network tests
Royce Lv
lvroyce at linux.vnet.ibm.com
Tue Jan 13 07:08:08 UTC 2015
Reviewed-by: Royce Lv<lvroyce at linux.vnet.ibm.com>
On 01/07/2015 02:04 PM, Aline Manera wrote:
> V1 -> V2:
> - Add a MockModel test case to test VLAN tagging bridge
>
> Aline Manera (5):
> Add message to KCHNET0010E code
> Bug fix: Allow deleting VLAN tagging bridged network
> Network API: Update docs/API.md
> Move rollback_wrapper function to a common place
> Reorganize the network tests
>
> docs/API.md | 11 ++--
> src/kimchi/i18n.py | 3 +-
> src/kimchi/mockmodel.py | 22 +------
> src/kimchi/model/networks.py | 8 +--
> tests/test_mock_network.py | 71 +++++++++++++++++++++
> tests/test_model.py | 88 +++-----------------------
> tests/test_network.py | 144 +++++++++++++++++++++++++++++++++++++++++++
> tests/test_rest.py | 82 +-----------------------
> tests/utils.py | 17 ++++-
> 9 files changed, 251 insertions(+), 195 deletions(-)
> create mode 100644 tests/test_mock_network.py
> create mode 100644 tests/test_network.py
>
More information about the Kimchi-devel
mailing list