summaryrefslogtreecommitdiff
path: root/tests/unittests/test_distros
AgeCommit message (Expand)Author
2013-01-18Adjust how the legacy user: XYZ config alters the normalized user listJoshua Harlow
2012-11-20pep8 and pylintScott Moser
2012-11-14Cleanup the tests slightly.Joshua Harlow
2012-11-14Add the string sudoers rule test case as well.Joshua Harlow
2012-11-14Add a test to make sure this doesn't happen again.Joshua Harlow
2012-11-13replace 'with self.assertRaises(Exception):' with different formScott Moser
2012-11-12Pylint and pep8 cleanups.Joshua Harlow
2012-11-12Rebased with HEAD and resolved conflicts.Joshua Harlow
2012-11-10Sudoers.d creation cleanups + tests.Joshua Harlow
2012-11-09Fix the merging of group configuration.Joshua Harlow
2012-11-09Fix the merging of group configurationJoshua Harlow
2012-10-27Helpful cleanups.harlowja
2012-10-23fix pep8/pylintScott Moser
2012-10-23move default user info out of code and into configScott Moser
2012-10-11Add some more sysconfig tests + pylint cleanups.Joshua Harlow
2012-10-11Handle the case where the value contains shellJoshua Harlow
2012-10-11Update to use pipes.quote to ensure that Joshua Harlow
2012-10-11More adjustments/cleanups for the system configurationJoshua Harlow
2012-10-10System config niceness!Joshua Harlow
2012-10-10Merge the resolv.conf branch inJoshua Harlow
2012-09-28Rework the rest of the locations that usedJoshua Harlow
2012-09-27cleanup the user/group listsJoshua Harlow
2012-09-25add tests for netcfg codeJoshua Harlow
2012-09-25Fix tests after resync with head.Joshua Harlow
2012-09-24Handle the case where 'user' is defined but 'users' isn't.Joshua Harlow
2012-09-24Fix pylint issues created.Joshua Harlow
2012-09-24Add a netconfig format test + if rhel is passed the 'all'Joshua Harlow
2012-09-24Refactor the ug normalization to take in a distroJoshua Harlow
2012-09-23Make the normalization a module level functionJoshua Harlow
2012-09-21Don't forget the etc/hosts test.Joshua Harlow
2012-09-21Fix some docs + pylint warnings + log on default created in the module.Joshua Harlow
2012-09-21Also allow the user list to come in as a commaJoshua Harlow
2012-09-21Actually commit the test for user/group dataJoshua Harlow
2012-09-20Add a resolv.conf parser that can be easilyJoshua Harlow
2012-08-22add testScott Moser