[Kimchi-devel] [PATCH V2 0/4] vmiface update support

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Wed Apr 23 14:41:13 UTC 2014


From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>

V1 -> V2
add test case for running VM

We allow user change the interface from one network to another network
when VM is alive.

But we only support change the vm configure no matter vm is alive or not.

ShaoHe Feng (4):
  vmiface update support: update API.md
  vmiface update support: update model.
  vmiface update support: update mockmodel
  vmiface update support: update test case

 docs/API.md                     |  8 ++++++++
 src/kimchi/API.json             | 17 +++++++++++++++++
 src/kimchi/control/vm/ifaces.py |  1 +
 src/kimchi/i18n.py              |  1 +
 src/kimchi/mockmodel.py         | 12 ++++++++++++
 src/kimchi/model/vmifaces.py    | 25 +++++++++++++++++++++++++
 tests/test_model.py             | 20 ++++++++++++++++++++
 tests/test_rest.py              |  8 ++++++++
 8 files changed, 92 insertions(+)

-- 
1.9.0




More information about the Kimchi-devel mailing list