summaryrefslogtreecommitdiff
path: root/tests/unittests/test_util.py
AgeCommit message (Expand)Author
2012-11-08Ensure that at needed stages the local variablesJoshua Harlow
2012-09-28add 'safeyaml' to cloudinitScott Moser
2012-08-22fix pep8 complaints.Scott Moser
2012-08-09test_util: add pylint ignore for FakeSelinuxScott Moser
2012-06-29Refactor the selinux guard to aid in mockingharlowja
2012-06-21Fixup python selinux guards, only try to restore after we check if its useful...harlowja
2012-06-21Missed some other mkdtemp and rmtree calls no longer neededJoshua Harlow
2012-06-21Use the mocker built-in method for creating temporary dirs (which it will cle...Joshua Harlow
2012-06-21This is now functional and all passing againJoshua Harlow
2012-04-04initial checkin of kernel commandline cloud-config url supportScott Moser
2012-03-06tests/unittests/test_util.py: fix pylint errorScott Moser
2012-01-17Lint fixes.Mike Milner
2012-01-17Added delete_dir_contents function to cloudinit.util.Mike Milner
2012-01-17Comment and doc cleanup.Mike Milner
2012-01-17Add unit tests for util.write_file.Mike Milner
2012-01-12Add some tests for get_cfg_option_list_or_str.Mike Milner
2012-01-12Add initial unit test framework.Mike Milner