Author: gnichols Date: 2010-01-22 21:09:36 +0000 (Fri, 22 Jan 2010) New Revision: 323
Modified: trunk/v7/fvtest.py Log: fv_* is not listed in v7 plan both on AMD RHEL5.4-Server xen / kvm system
Modified: trunk/v7/fvtest.py =================================================================== --- trunk/v7/fvtest.py 2010-01-22 21:07:51 UTC (rev 322) +++ trunk/v7/fvtest.py 2010-01-22 21:09:36 UTC (rev 323) @@ -71,7 +71,7 @@ cpuflags = Command("fgrep flags /proc/cpuinfo") self.hypervisor = None try: - if cpuflags.getString(regex="(vmx|smx)", singleLine=False): + if cpuflags.getString(regex="(vmx|smx|svm)", singleLine=False): # read the hypervisor capabilities if that file exists try: capabilityFile = open('/sys/hypervisor/properties/capabilities')
v7-commits@lists.stg.fedorahosted.org