On 04/08/2013 06:16 AM, Wenchao Xia wrote:
This is a patch follows John's 9 patches for cimtest, after it
cimtest should only fail 3 case on RH6.4:
HostSystem - 01_enum.py: FAIL
HostSystem - 03_hs_to_settdefcap.py: FAIL
VirtualSystemManagementService - 19_definenetwork_ers.py: FAIL
This patch is only for review and test, it may need adjust and merge
with John's patch, and change to author name(not root :|), please
do not push directly.
root (3):
test: common_util, use number to check version
test: rasd use int as comparation condtion for libvirt version
test: RPCS fix nfs issue
.../12_create_netfs_storagevolume_errs.py | 2 +-
suites/libvirt-cim/lib/XenKvmLib/common_util.py | 32 ++++++++++++++++---
suites/libvirt-cim/lib/XenKvmLib/pool.py | 8 ++--
suites/libvirt-cim/lib/XenKvmLib/rasd.py | 7 ++--
4 files changed, 36 insertions(+), 13 deletions(-)
While it seems the change resolves some issues I saw in my initial run,
I think the official patch needs to describe the problem/symptom and
resolution more clearly. In particular, is the change because cimtest
was improperly handling the result of the "virsh -v"? Was this only a
rhel64 issue?
My Fedora system still gets only Indication failures - so there's no
'regressions' there.
Unfortunately there are still a number of errors on my rhel64 which I'm
looking into. They could be environmental, but I'd still like to get a
handle on them. I get the following errors:
ElementCapabilities - 02_reverse.py: FAIL
ElementCapabilities - 04_reverse_errs.py: FAIL
ElementCapabilities - 05_hostsystem_cap.py: FAIL
ElementConforms - 01_forward.py: FAIL
ElementConforms - 02_reverse.py: FAIL
HostedService - 01_forward.py: FAIL
HostedService - 02_reverse.py: FAIL
HostedService - 04_reverse_errs.py: FAIL
HostSystem - 03_hs_to_settdefcap.py: FAIL
Profile - 01_enum.py: FAIL
Profile - 02_profile_to_elec.py: FAIL
Profile - 03_rprofile_gi_errs.py: FAIL
RedirectionService - 01_enum_crs.py: FAIL
ReferencedProfile - 01_verify_refprof.py: FAIL
ReferencedProfile - 02_refprofile_errs.py: FAIL
SettingsDefineCapabilities - 04_forward_vsmsdata.py: FAIL
SettingsDefineCapabilities - 05_reverse_vsmcap.py: FAIL
VirtualSystemManagementService - 19_definenetwork_ers.py: FAIL
VirtualSystemMigrationCapabilities - 01_enum.py: FAIL
John