summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* move vncpassword handling into anaconda; remove recoverVNCPasswordWill Woods2012-03-161-17/+0
* Put NoSuchGroup and DispatchError back, but not in errors.py. (#760786)David Lehman2011-12-191-7/+7
* Change what the third column of lang-table means.Chris Lumens2011-10-311-18/+4
* Do a better job of remembering if 'review and modify partitioning' was checked.Ales Kozumplik2011-10-211-0/+12
* dracut args: "rhgb quiet" should come last.Ales Kozumplik2011-10-041-0/+8
* botoloader: write 'ip=eth0:dhcp,auto6' instead of 'ip=eth0:dhcp ip=eth0:auto6'Ales Kozumplik2011-09-271-2/+27
* Update test for createUser and createGroup (#739428)Brian C. Lane2011-09-201-3/+16
* isolate localeInfo and expandLangs() from langauges.py into a separate module.Ales Kozumplik2011-09-072-6/+41
* Remove unnecessary ROOT_PATH constant passing.Ales Kozumplik2011-08-269-48/+47
* Moving anaconda.rootPath to constants.ROOT_PATH.Ales Kozumplik2011-08-262-8/+7
* cosmetic: remove trailing whitespace in timezone_test.pyAles Kozumplik2011-08-251-23/+23
* ut: cleanup after firewall_test.pyAles Kozumplik2011-08-241-6/+8
* ut: move tests/fw_test.py to tests/pyanaconda_test/firewall_test.pyAles Kozumplik2011-08-241-0/+0
* Allow answering the uninitialized disk question more than once.Ales Kozumplik2011-08-221-0/+13
* Copy /etc/multipath/wwids to the sysimage.Ales Kozumplik2011-08-163-1/+31
* dispatcher: do not show install steps in upgrade.Ales Kozumplik2011-08-111-0/+31
* edd: fix traceback on Xen.Ales Kozumplik2011-08-111-0/+22
* ut: fix upgrade_test.pyAles Kozumplik2011-08-091-1/+1
* ut: product_test.py should not fail if executed by itself.Ales Kozumplik2011-08-051-7/+3
* Annotate the list of what pylint warnings and errors we ignore.Chris Lumens2011-08-011-5/+43
* Disable E1103 (the "some types could not be inferred" message).Chris Lumens2011-08-012-6/+1
* Delete the Mocked pyanaconda.product to fix product tests.Chris Lumens2011-08-011-0/+6
* Fix import errors in the unit tests.Chris Lumens2011-08-012-13/+13
* Remove the booty unit tests.Chris Lumens2011-08-015-551/+1
* We also need to catch ValueError on mock.disk.TestFile.__del__.Chris Lumens2011-08-011-1/+1
* dispatcher: allow requesting a step without insisting.Ales Kozumplik2011-07-281-0/+12
* edd: fix syntax in situation when two edd directories point to the same device.Ales Kozumplik2011-07-281-0/+29
* ut: cleanup the taking-over-io mechanism.Ales Kozumplik2011-07-273-49/+41
* Fix broken unit tests (cmdline, network).Ales Kozumplik2011-07-271-22/+10
* Change IsBeta to IsFinalMartin Gracik2011-07-261-5/+5
* edd: do not traceback with cciss devices.Ales Kozumplik2011-07-261-0/+17
* edd: do not traceback when can not find the respective pci device.Ales Kozumplik2011-07-262-2/+24
* There's no more booty module, so don't bother checking it.Chris Lumens2011-07-221-1/+1
* Ignore false positives in kickstart.py.Chris Lumens2011-07-221-0/+2
* Ignore reimport warnings from pylint.Chris Lumens2011-07-221-1/+1
* changes needed to have per-connection ifcfg files for wifi connectionsVratislav Podzimek2011-07-181-28/+1
* edd: refactor and enhance the edd module.Ales Kozumplik2011-07-041-0/+133
* unit tests: provide 'glob.glob' and 'os.listdir' in the DiskIO class.Ales Kozumplik2011-07-041-9/+39
* Keep dracut settings in sets instead of many long strings.Ales Kozumplik2011-06-242-6/+32
* ut: remove trailing whitespace in language_test.pyAles Kozumplik2011-06-221-58/+58
* Implement an option that lets anaconda name mpath devices by the wwid.Ales Kozumplik2011-06-171-21/+73
* Unit tests cleanupsAles Kozumplik2011-05-236-502/+261
* Remove trailing whitespace in file tests/mock/mock.py.Ales Kozumplik2011-05-231-31/+31
* ut: if _isys is not available dispatch_test and indexed_dict_test are failing.Ales Kozumplik2011-05-193-31/+41
* ut: make pyanaconda_test/backed_test.py passAles Kozumplik2011-05-193-141/+128
* dispatch: implement method of saving/restoring all steps scheduling.Ales Kozumplik2011-05-191-21/+83
* ut: make upgrade_test pass.Ales Kozumplik2011-05-191-46/+46
* cosmetic: dispatch.skipStep is dispatch.skip_stepsAles Kozumplik2011-05-193-8/+8
* dispatch: remove "upgradeswapsuggestion" and "addswap" steps.Ales Kozumplik2011-05-191-57/+0
* Throw away the dispatcher 'skipList' and give Step a state.Ales Kozumplik2011-05-191-0/+133