summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* rename test class, add a test, improve test namesScott Moser2016-06-221-2/+7
* user_data: fix error when user-data is not utf-8 decodableScott Moser2016-06-211-0/+12
* merge with trunkScott Moser2016-06-152-30/+15
|\
| * move 'main' into cloudinit/cmd/ for easier testingScott Moser2016-06-151-29/+14
| |\
| | * Remove some unused importsJoshua Harlow2016-06-151-3/+0
| | * Fix a few tools and tests for newer pep8Joshua Harlow2016-06-151-1/+2
| | * Make the bin/cloud-init an actual console entrypointJoshua Harlow2016-06-141-25/+12
| * | Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]"Daniel Watkins2016-06-151-1/+1
| |/
* | Fixup code review commentsJoshua Harlow2016-06-151-5/+5
* | Make the os samples easier to extend (for new samples)Joshua Harlow2016-06-141-75/+78
* | Add a bunch more sample tests for sysconfigJoshua Harlow2016-06-101-0/+80
* | Add a sysconfig rendering testJoshua Harlow2016-06-101-24/+69
|/
* Refactor a large part of the networking code.Joshua Harlow2016-06-1014-208/+277
|\
| * Just mock 'on_first_boot' vs special argumentJoshua Harlow2016-06-101-4/+7
| * Just do all the imports on one lineJoshua Harlow2016-06-101-4/+1
| * Rebase against masterJoshua Harlow2016-06-066-194/+973
| |\
| * | Fix up tests and flake8 warningsJoshua Harlow2016-05-198-30/+29
| * | Remerge against head/masterJoshua Harlow2016-05-1914-212/+247
| |\ \
| | * | Adjust net module to be more isolatedJoshua Harlow2016-05-191-3/+4
| | * | Use a fake serial module that will allow tests to contineJoshua Harlow2016-05-113-41/+18
| | * | Fix py26 for rhel (and older versions of python)Joshua Harlow2016-05-1114-199/+95
| | * | Use lstrip for easier viewing of test expected resultJoshua Harlow2016-05-101-2/+3
| | * | Add some basic eni rendering testsJoshua Harlow2016-05-101-0/+68
| | * | Fix up tests and debian distroJoshua Harlow2016-05-101-11/+12
| | * | Get this test of net json -> net config workingJoshua Harlow2016-05-051-1/+19
| | * | Work on refactoring (and adding) network conversion testsJoshua Harlow2016-05-052-17/+88
* | | | remove unused importScott Moser2016-06-101-1/+0
* | | | one moreScott Moser2016-06-101-0/+2
* | | | fix one large source of leaked tmpfilesScott Moser2016-06-101-1/+3
* | | | minor changes prior to mergeScott Moser2016-06-101-2/+2
* | | | mock is_resolvable in mirrorfail tests to remove dependency to external netChristian Ehrhardt2016-06-092-36/+24
* | | | fix docstring for check connectivityChristian Ehrhardt2016-06-091-1/+1
* | | | remove unused BIN_APT constantChristian Ehrhardt2016-06-092-4/+0
* | | | move SkipTest definition to tests/unittests/helpers.py to be reusableChristian Ehrhardt2016-06-092-19/+19
* | | | move gpg functions into gpg.pyChristian Ehrhardt2016-06-091-2/+2
* | | | enable test_handler_apt_source unittests on CentOSChristian Ehrhardt2016-06-071-3/+0
* | | | mock get_primary_arch for TestAptSourceConfigSourceList for CentOSChristian Ehrhardt2016-06-071-4/+6
* | | | harden mirrorfail tests for the fact that even good mirrors can failChristian Ehrhardt2016-06-071-0/+32
* | | | drop gpg activity from aot-source key testsChristian Ehrhardt2016-06-071-19/+5
* | | | make unittests more readableChristian Ehrhardt2016-06-062-88/+24
* | | | capture output of gpg calls to avoid messing up stdout/stderrChristian Ehrhardt2016-06-061-1/+2
* | | | remove check that fails if user has installed tested keysChristian Ehrhardt2016-06-061-5/+1
* | | | apt_src_keyid_real: drop unused exception variableChristian Ehrhardt2016-06-061-1/+1
* | | | fix alternate keyserver dnsChristian Ehrhardt2016-06-061-1/+1
* | | | only test the apt feature in environments with aptChristian Ehrhardt2016-06-062-0/+9
* | | | rename add_key / add_source to add_apt_key / add_apt_sourceChristian Ehrhardt2016-06-061-12/+13
* | | | fixup key tests for cases where network isn't availableChristian Ehrhardt2016-06-061-6/+2
* | | | add_key_raw - make exceptions more specificChristian Ehrhardt2016-06-061-5/+33
* | | | test alternate keyserverChristian Ehrhardt2016-06-061-0/+9
* | | | make _get_default_params method staticChristian Ehrhardt2016-06-061-1/+2