summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-025-7/+7
* tests: Upgrade pep8 to pycodestyleRadostin Stoyanov2017-08-022-15/+33
* uitests: newvm: Fix after CPU UI tweaksCole Robinson2017-07-201-1/+1
* tests: Add a clone test for importing nvram directoryCole Robinson2017-07-204-0/+63
* tests: Rework connection cachingCole Robinson2017-07-201-32/+11
* storage: Check for pool name collisions against the pool cacheCole Robinson2017-07-201-12/+1
* connection: Return copys of cached object listsCole Robinson2017-07-201-4/+4
* connection: Rework cache function layout slightlyCole Robinson2017-07-201-6/+6
* tests: Open a new connection for each testCole Robinson2017-07-202-11/+13
* cloner: Remove redundant setup() methodCole Robinson2017-07-201-2/+4
* uitests: Add 'host' window smoke testsCole Robinson2017-07-201-0/+113
* capabilities: Fix model list caching for different archs (bz 1451113)Cole Robinson2017-07-171-1/+1
* capabilities: Drop cpu_map.xml handlingCole Robinson2017-07-172-571/+4
* cli: disk: add driver_detect_zeroes= supportCole Robinson2017-07-152-2/+2
* guest: Use usb3 qemu-xhci for machvirtCole Robinson2017-07-1010-19/+19
* snapshots: Handle XML chars in snapshot name (bz 1468912)Cole Robinson2017-07-101-1/+1
* guest: Drop old os type=linux back compatCole Robinson2017-07-101-1/+1
* guest: Enable spice sound on more archesCole Robinson2017-06-283-0/+3
* guest: If graphics enabled, add usb tablet/keyboard for machvirtCole Robinson2017-06-281-0/+2
* guest: Don't add default ps2 or xen mouseCole Robinson2017-06-2820-32/+7
* guest: Add USB3 controller for machvirt by defaultCole Robinson2017-06-289-0/+10
* guest: Default to video type=virtio for machvirtCole Robinson2017-06-281-0/+3
* guest: Enable default virtio-rng for pseries and machvirtCole Robinson2017-06-289-0/+27
* guest: Use virtio more for ppc64 pseries, and s390Cole Robinson2017-06-283-0/+3
* guest: Only add input devices if graphics are specifiedCole Robinson2017-06-289-12/+0
* tests: add aarch64 graphics testCole Robinson2017-06-282-0/+29
* fsdetails: Fix displaying filesystem type=ram devicesCole Robinson2017-06-271-0/+4
* Set default Filesystem type for LXC to "Mount"Radostin Stoyanov2017-06-201-1/+1
* Keep the value of filesystem/source when attribute is changedRadostin Stoyanov2017-06-202-3/+3
* cli: Add --disk logical/physical_block_sizeYuri Arabadji2017-06-162-1/+2
* tests: pylint: Silence/fix a bunch of new warningsCole Robinson2017-06-162-8/+9
* tests: pylint: Slim down the configuration fileCole Robinson2017-06-151-206/+0
* virtinst: enable secure feature together with smm for UEFIPavel Hrdina2017-06-071-1/+1
* tests: inject: Update URL listCole Robinson2017-06-071-3/+3
* connect: Handle \ in usernameCole Robinson2017-06-011-0/+4
* virtinst: if required by UEFI enable SMM feature and set q35 machine typePavel Hrdina2017-06-014-0/+193
* virt-install: add support for loader secure attributePavel Hrdina2017-06-012-0/+37
* virt-install: add support for SMM featurePavel Hrdina2017-06-012-0/+38
* tests: test_urls: UpdateCole Robinson2017-05-161-10/+10
* Replace file() usage with open()Cole Robinson2017-05-055-24/+24
* Convert to python3 style print() syntaxCole Robinson2017-05-053-20/+26
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-056-10/+10
* tests: Stop using deprecated assertEqualsCole Robinson2017-05-057-75/+75
* virtinst: add support for memory devicePavel Hrdina2017-05-053-0/+110
* virtinst: introduce support for <maxMemory> elementPavel Hrdina2017-05-052-0/+50
* tests: add test for network forward mode 'open'Lin Ma2017-05-033-0/+46
* testdriver: Add network example of open network forward modeLin Ma2017-05-031-0/+13
* devicedisk: Raise proper error on invalid source_volume (bz 1445198)Cole Robinson2017-04-271-0/+1
* guest: Only use define+start logic for vzCole Robinson2017-04-271-0/+2
* tests: Fix after vmvga changeCole Robinson2017-04-193-87/+1