summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-03-07pep8 and pylint fixesScott Moser
2013-03-05pep8, pylint, make resize_devices return more usefulScott Moser
2013-03-05remove 'log' passing. call growpart with --dry-run first.Scott Moser
2013-03-05change default (no 'growpart' in config) to use 'auto' and '/'Scott Moser
2013-03-04test of resize, a couple small fixesScott Moser
2013-03-04add the unit test, fix a few issuesScott Moser
2013-03-01change parser.parse 'default_opts' to 'options'Scott Moser
2013-03-01add some unit tests, fix an issue or twoScott Moser
2013-03-01skip unit test due to LP: #1124384Scott Moser
2013-02-07more test cases for nocloud including one for config seedScott Moser
2013-02-07add test_nocloud unit tests, fix one issue foundScott Moser
2013-01-24Merge the old user style with the distro provided config.harlowja
2013-01-18Adjust how the legacy user: XYZ config alters the normalized user listJoshua Harlow
2013-01-16DataSourceConfigDrive: consider CD rom as valid config-drive source.Scott Moser
2013-01-10Add a context manager function in test helpers.harlowja
2012-12-17tell upstart to reload configuration after writing an upstart jobScott Moser
2012-12-01make sure no blank lines before cloud-init entry in ca-certificates.confScott Moser
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-13Create a utility testcase class that fixes some of the 2.6 missing piecesJoshua Harlow
2012-11-13implement power_state with tests.Scott Moser
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-12test_handler_yum_add_repo: fix broken testScott Moser
2012-11-12config-drive-v2: support public keysScott Moser
2012-11-10whitespace / indentation cleanupsScott Moser
2012-11-10add yum_add_repo configuration moduleScott Moser
2012-11-101 pep8 and 1 pylint fixScott Moser
2012-11-10revert unrelated whitespace changes that creeped in.Scott Moser
2012-11-10sync with trunkScott Moser
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-11-09Merge the yaml/cloud config examples checking tool.Joshua Harlow
2012-11-09Fix the fqdn/hostname case for rhel and ubuntuJoshua Harlow
2012-11-08Forgot the test!Joshua Harlow
2012-11-08Ensure that at needed stages the local variablesJoshua Harlow
2012-11-07Add a makefile yaml checking targetJoshua Harlow
2012-11-071. Rebased with trunkJoshua Harlow
2012-10-27Helpful cleanups.harlowja
2012-10-23use only util methods for reading/loading/appending/peekingScott Moser
2012-10-23Add helpers for wrapping file operationsScott Moser
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