summaryrefslogtreecommitdiff
path: root/tests/test_urls.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some pylint, exclude some new warningsCole Robinson2021-10-041-2/+2
* tests: Fix test_urls after pytest conversionCole Robinson2020-09-301-1/+1
* tests: Drop most unittest usage from virtinst testsCole Robinson2020-09-191-18/+15
* tests: Convert to use pytest style 'assert'Cole Robinson2020-09-191-6/+6
* tests: Rename clistate -> TESTCONFIGCole Robinson2020-07-171-6/+6
* tests: Move all data directories to data/Cole Robinson2020-01-271-2/+2
* tests: test_urls: Reset cached guest os_variant before short circuit testCole Robinson2019-11-121-0/+1
* test_urls: dont try ftp:// with --force-libosinfoCole Robinson2019-07-161-1/+2
* tests: test_urls: Better error report overwritingCole Robinson2019-06-241-15/+10
* Switch to more traditional logging structureCole Robinson2019-06-171-2/+2
* tests: Use assertRaises moreCole Robinson2019-06-141-8/+4
* installer: Generate the unattended script only in installerCole Robinson2019-06-091-1/+1
* urlfetcher: Add http and ftp unit test mockingCole Robinson2019-06-071-2/+3
* util: Move *_meter to progress.pyCole Robinson2019-06-071-2/+2
* Fix codespell errorsCole Robinson2019-05-161-1/+1
* tests: test_urls: Add --*libosinfo, --iso-only, --url-onlyCole Robinson2019-03-241-2/+45
* tests: test_urls: require explicit distro= valueCole Robinson2019-03-021-2/+6
* installertreemedia: Don't carry around _Distro internallyCole Robinson2019-02-031-4/+11
* tests: test_urls: Add some additional failure casesCole Robinson2019-02-031-0/+11
* tests: test_urls: Use installer, not _Distro directlyCole Robinson2019-02-031-65/+37
* test_urls: Drop comparison against _Distro classCole Robinson2019-02-031-49/+2
* urlfetcher: Drop explicit prepare/cleanup callsCole Robinson2019-02-031-5/+1
* urldetect: Kill acquireKernelCole Robinson2019-02-031-19/+5
* urldetect: Use fedora-unknown moreCole Robinson2019-01-081-7/+0
* test_urls: simplify the sortingMarc Hartmayer2019-01-071-4/+1
* osdict: expand the "unknown" check for any distroFabiano FidĂȘncio2018-12-051-1/+1
* test_urls: Always check for distro valueCole Robinson2018-10-181-14/+7
* test_urls: Drop dead codeCole Robinson2018-10-181-7/+0
* test_urls: Add kernelregex= optionCole Robinson2018-10-181-6/+14
* urldetect: Drop boot.iso fetchingCole Robinson2018-10-121-14/+2
* guest: Replace os_variant with set_os_nameCole Robinson2018-09-121-4/+4
* urldetect: Standardize _detect_version namingCole Robinson2018-04-241-1/+1
* test_urls: Improve error outputCole Robinson2018-04-241-8/+8
* tests: urls: Fix custom ini file usageCole Robinson2018-04-161-1/+1
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* tests: test_urls: Look for manual.ini in ~/.config/virt-managerCole Robinson2018-04-031-2/+2
* tests: test_urls: Add urldetect kernel arg validationCole Robinson2018-04-021-10/+17
* urlfetch: Formalize the failed hostname checkCole Robinson2018-03-291-6/+22
* urlfetcher: Clean up RHEL version parsing/handlingCole Robinson2018-03-291-3/+0
* urldetect: Move treeinfo media checking into Treeinfo classCole Robinson2018-03-291-4/+4
* urldetect: Drop GenericDistro, non-treeinfo redhat bitsCole Robinson2018-03-291-2/+2
* virtinst: Split out urldetect.py from urlfetcher.pyCole Robinson2018-03-281-12/+13
* tests: test_urls: Make fedora distro checking a bit smarterCole Robinson2018-03-281-5/+33
* tests: test_urls: Rename distroobj->testdataCole Robinson2018-03-281-28/+32
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* tests: Fix running testsuite on older libvirtCole Robinson2018-02-221-1/+1
* setup: Use CLIState for setting --debug valueCole Robinson2018-02-221-1/+1
* Don't use count() for substring checkingCole Robinson2018-02-141-1/+1
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-061-1/+1
* Replace ConfigParser with configparserRadostin Stoyanov2018-02-061-2/+2