summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Work the anaconda object into the VNC testJesse Keating2012-10-011-0/+4
* Handle --ignoremissing in _applyYumSelections (#859021).Chris Lumens2012-09-251-1/+0
* Don't write out /etc/sysconfig/clock anymore (#859217).Chris Lumens2012-09-241-2/+0
* Remove anaconda.instLanguage object and language moduleVratislav Podzimek2012-09-041-237/+0
* Remove lang-table and localeinfo.pyVratislav Podzimek2012-09-041-30/+0
* Update runpylint to find newui modules correctly.Chris Lumens2012-08-301-1/+1
* Move expandLangs to localization moduleVratislav Podzimek2012-08-291-5/+0
* tests: Add tests for new SimpleConfigFile featuresBrian C. Lane2012-08-091-7/+41
* tests: cleanup whitespace in simpleconfig_test.pyBrian C. Lane2012-08-091-21/+21
* Replace system-config-keyboard with our methods using ksdata.keyboardVratislav Podzimek2012-08-081-20/+0
* Remove upgrade.py and associated tests.Chris Lumens2012-08-011-241/+0
* remove Network(): write (configuration) methodRadek Vykydal2012-07-201-19/+0
* remove Network(): post-configuration of devices used for storageRadek Vykydal2012-07-201-19/+0
* remove Network(): copying configuration to target systemRadek Vykydal2012-07-201-18/+0
* remove Network(): remove methods needed only for old UIRadek Vykydal2012-07-201-70/+0
* remove Network(): remove another unused methodRadek Vykydal2012-07-201-22/+0
* remove Network(): remove unused functionsRadek Vykydal2012-07-201-81/+26
* Merge branch 'master' into newui-mergeBrian C. Lane2012-06-201-17/+0
|\
| * move vncpassword handling into anaconda; remove recoverVNCPasswordWill Woods2012-02-151-17/+0
| * Put NoSuchGroup and DispatchError back, but not in errors.py. (#760786)David Lehman2011-12-191-7/+7
* | Fix some broken tests by unaliasing modulesMichael K. Johnson2012-05-092-3/+7
* | Remove all the writeKS methods except in network and storage.Chris Lumens2012-04-246-79/+0
* | Add some unit tests for packaging.David Lehman2012-03-212-0/+127
* | Put NoSuchGroup and DispatchError back, but not in errors.py. (#760786)David Lehman2012-02-161-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