virt-manager/tests
Radostin Stoyanov 75210ed37c Replace StringIO with io.(StringIO or BytesIO)
StringIO and cStringIO modules no longer exists in Python 3. [1]
Use either io.StringIO [2] for text or io.BytesIO [3] for bytes.

[1] http://docs.python.org/3.0/whatsnew/3.0.html
[2] https://docs.python.org/3/library/io.html#text-i-o
[3] https://docs.python.org/3/library/io.html#binary-i-o
2017-10-20 13:18:31 -04:00
..
capabilities-xml capabilities: Drop cpu_map.xml handling 2017-07-17 11:47:01 -04:00
cli-test-xml virt-install: add param cache.mode and cache.level for option '--cpu' 2017-09-14 18:54:01 -04:00
clone-xml cloner: get original XML with security informations 2017-09-18 09:04:35 +02:00
hostkeymap tests: Add more hostkeymap tests 2017-10-18 18:42:50 -04:00
inject-data tests: Add test_initrd_inject command 2013-09-28 16:50:08 -04:00
interface-xml Use XMLBuilder for Interface XML 2013-09-19 16:56:38 -04:00
nodedev-xml/devxml hostdev: add an address element for USB host devs if necessary 2015-08-05 13:32:04 +02:00
storage-xml storage: More support for network pools 2014-12-09 16:12:47 -05:00
uitests tests: uitests: Add a delay for nvram rename test 2017-09-15 19:42:40 -04:00
virtconv-files guest: Don't add default ps2 or xen mouse 2017-06-28 16:17:50 -04:00
xmlconfig-xml tests: Fix after vmvga change 2017-04-19 14:08:04 -04:00
xmlparse-xml network: add support for parsing/formatting SR-IOV VFs 2017-10-09 10:22:48 +02:00
__init__.py tests: Move __init__ logic into functions, for clarity 2017-02-23 18:47:57 -05:00
capabilities.py capabilities: Fix model list caching for different archs (bz 1451113) 2017-07-17 11:47:01 -04:00
checkprops.py tests: Stop using deprecated assertEquals 2017-05-05 12:40:52 -04:00
clitest.py Replace StringIO with io.(StringIO or BytesIO) 2017-10-20 13:18:31 -04:00
clonetest.py cloner: get original XML with security informations 2017-09-18 09:04:35 +02:00
hostkeymap.py tests: Add more hostkeymap tests 2017-10-18 18:42:50 -04:00
interface.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
misc.py tests: Add msgfmt validation for pofiles 2017-03-21 19:23:29 -04:00
nodedev.py pycodestyle: fix all E203 warnings 2017-08-11 00:01:38 +08:00
osdict.py tests: Split out osdict and uriparse from misc.py 2015-04-04 14:43:12 -04:00
pycodestyle.cfg pycodestyle: Remove description of fixed errors 2017-10-20 11:49:14 -04:00
pylint.cfg tests: pylint: Silence/fix a bunch of new warnings 2017-06-16 12:54:56 -04:00
storage.py storage: Check for pool name collisions against the pool cache 2017-07-20 17:28:38 -04:00
test_inject.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
test_urls.py tests: urls: check for latest ubuntu LTS 2017-09-19 19:55:57 -04:00
testdriver.xml tests: Add multi <panic> example 2017-09-15 19:33:22 -04:00
uriparse.py connect: Handle \ in username 2017-06-01 14:26:46 -04:00
utils.py tests: bypass cache hacking for test:///default 2017-08-30 10:36:37 -04:00
virtconvtest.py Replace StringIO with io.(StringIO or BytesIO) 2017-10-20 13:18:31 -04:00
xmlconfig.py guest: Don't add default ps2 or xen mouse 2017-06-28 16:17:50 -04:00
xmlparse.py network: add support for parsing/formatting SR-IOV VFs 2017-10-09 10:22:48 +02:00