mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
guest: Allow parsing domain ID
This commit is contained in:
@@ -102,6 +102,7 @@ class XMLParseTest(unittest.TestCase):
|
||||
|
||||
check = self._make_checker(guest)
|
||||
check("name", "TestGuest", "change_name")
|
||||
check("id", None, 1234)
|
||||
check("description", None, "Hey desc changed&")
|
||||
check("vcpus", 5, 12)
|
||||
check("curvcpus", None, 10)
|
||||
|
||||
Reference in New Issue
Block a user