cli: Add --graphics defaultMode

This commit is contained in:
Cole Robinson
2014-02-27 17:43:59 -05:00
parent f67df11701
commit b4e4f68376
4 changed files with 4 additions and 1 deletions

View File

@@ -559,6 +559,7 @@ class XMLParseTest(unittest.TestCase):
check("channel_cursor_mode", "any", "any")
check("channel_playback_mode", "any", "insecure")
check("passwdValidTo", "2010-04-09T15:51:00", "2011-01-07T19:08:00")
check("defaultMode", None, "secure")
self._alter_compare(guest.get_xml_config(), outfile)