Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-25 | Add unit tests for SLES handler | Juerg Haefliger | |
2013-05-13 | Fix how the 'dist' is incorrectly returned when patching the os functions. | Joshua Harlow | |
2013-03-07 | pep8 | Scott Moser | |
2013-03-07 | fix a pylint complaint in test_handler_growpart | Scott Moser | |
E1103: 81,44:TestWriteFile.test_basic_usage: Instance of 'Bunch' has no 'st_mode' member (but some types could not be inferred) so, if it wants st_mode, for now just give it one. | |||
2013-03-07 | pep8 and pylint fixes | Scott Moser | |
2013-03-05 | pep8, pylint, make resize_devices return more useful | Scott Moser | |
resize_devices now contains what action occurred for each entry. | |||
2013-03-05 | remove 'log' passing. call growpart with --dry-run first. | Scott Moser | |
growrun --dry-run will exit 1 if it wouldn't do anything. so call it, check for '1' and if no change, then just return. | |||
2013-03-05 | change default (no 'growpart' in config) to use 'auto' and '/' | Scott Moser | |
2013-03-04 | test of resize, a couple small fixes | Scott Moser | |
2013-03-04 | add the unit test, fix a few issues | Scott Moser | |
2012-12-01 | make sure no blank lines before cloud-init entry in ca-certificates.conf | Scott Moser | |
when /etc/ca-certificates.conf is read by update-ca-certificates lines after a blank line get ignored. Here, ensure that there are no blank lines, and no duplicate entries for cloud-init are added. LP: #1077020 | |||
2012-11-13 | Create a utility testcase class that fixes some of the 2.6 missing pieces | Joshua Harlow | |
- Add a helper testcase class that can add additional features into the unit test class as we need for features that are useful to have which starts with features that are missing including assertIn and assertNotIn LP: #1078473 | |||
2012-11-13 | implement power_state with tests. | Scott Moser | |
2012-11-12 | test_handler_yum_add_repo: fix broken test | Scott Moser | |
2012-11-10 | sync with trunk | Scott Moser | |
2012-11-08 | Forgot the test! | Joshua Harlow | |
2012-11-07 | 1. Rebased with trunk | Joshua Harlow | |
2. Added example cloud-config 3. Added functioning test for yum config | |||
2012-10-27 | Helpful cleanups. | harlowja | |
1. Remove the usage of the path.join function now that all code should be going through the util file methods (and they can be mocked out as needed). 2. Adjust all occurences of the above join function to either not use it or replace it with the standard os.path.join (which can also be mocked out as needed) 3. Fix pylint from complaining about the tests folder 'helpers.py' not being found 4. Add a pylintrc file that is used instead of the options hidden in the 'run_pylint' tool. | |||
2012-08-22 | fix pep8 complaints. | Scott Moser | |
make pep8 now is silent on precise's pep8 ( 0.6.1-2ubuntu2). | |||
2012-08-09 | stright forward pylint cleanups to tests/ and tools/ | Scott Moser | |
2012-06-22 | Adjust test for turning off capturing | Joshua Harlow | |
2012-06-21 | Get both of these tests back in working shape. | Joshua Harlow | |
2012-03-09 | If the user has chosen to remove default ca-certs, prevent package upgrade | Scott Moser | |
of ca-certificates from adding new trusted certs. | |||
2012-02-21 | Added tests for adding handlers. | Mike Milner | |