
These patches would add basic testcases about modifying host networks. Additional usecases such as association was not included. With this user could understand the usecase easier and also reduce the testing burden when libvirt-cim code was modified. It works with libvirt-cim V2 patch, and it should also work with later changes, if the test cases were confirmed to be correct scenior according to DSP profiles. Wayne Xia (4): cimtest - VLAN extension - add basic functions cimtest - VLAN extension - bridge testing cimtest - VLAN extension - 802.1.q port testing cimtest - VLAN extension - connecting of bridge and port .../cimtest/HostNetwork/01_VESSMS_Bridge.py | 78 ++++ .../cimtest/HostNetwork/02_VESSMS_EASD_EA.py | 84 ++++ .../cimtest/HostNetwork/03_VESSMS_EASD_EC.py | 101 +++++ suites/libvirt-cim/lib/XenKvmLib/host_network.py | 410 ++++++++++++++++++++ 4 files changed, 673 insertions(+), 0 deletions(-) create mode 100644 suites/libvirt-cim/cimtest/HostNetwork/01_VESSMS_Bridge.py create mode 100644 suites/libvirt-cim/cimtest/HostNetwork/02_VESSMS_EASD_EA.py create mode 100644 suites/libvirt-cim/cimtest/HostNetwork/03_VESSMS_EASD_EC.py create mode 100644 suites/libvirt-cim/lib/XenKvmLib/host_network.py -- 1.7.6