tests: Fix breakage with libvirt.git

https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-fedora-rawhide/409/

Added validation to hugepages nodeset. Just drop the test case, we
test it elsewhere too
This commit is contained in:
Cole Robinson 2018-09-04 09:21:23 -04:00
parent 67e139dc5f
commit ad70393ed9
2 changed files with 1 additions and 2 deletions

View File

@ -100,7 +100,7 @@
</memtune>
<memoryBacking>
<hugepages>
<page size="1" unit="G" nodeset="1,5-8"/>
<page size="1" unit="G"/>
</hugepages>
<nosharepages/>
<locked/>

View File

@ -216,7 +216,6 @@ class XMLParseTest(unittest.TestCase):
check("hugepages", False, True)
check("page_size", None, 1)
check("page_unit", None, "G")
check("page_nodeset", None, "1,5-8")
check("nosharepages", False, True)
check("locked", False, True)