summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Use a fake serial module that will allow tests to contineJoshua Harlow2016-05-116-45/+71
| | * | | Remove stray prints leftoverJoshua Harlow2016-05-111-3/+0
| | * | | Fix py26 for rhel (and older versions of python)Joshua Harlow2016-05-1122-238/+163
| | * | | Use lstrip for easier viewing of test expected resultJoshua Harlow2016-05-101-2/+3
| | * | | Add some basic eni rendering testsJoshua Harlow2016-05-103-7/+74
| | * | | Fix removal of validate_commandJoshua Harlow2016-05-101-12/+12
| | * | | Move net/renderers -> netJoshua Harlow2016-05-103-1/+1
| | * | | Fix up tests and debian distroJoshua Harlow2016-05-102-13/+14
| | * | | Rename to net/renderers and klibc -> cmdline.pyJoshua Harlow2016-05-104-6/+4
| | * | | Rename renderer attribute to _net_rendererJoshua Harlow2016-05-091-2/+2
| | * | | Use the new renderer in the debian and stages filesJoshua Harlow2016-05-093-7/+9
| | * | | Move the current rendering to a debian distro fileJoshua Harlow2016-05-094-550/+595
| | * | | Use a decorator vs repeated key checks.Joshua Harlow2016-05-051-70/+66
| | * | | Add the bridge net typeJoshua Harlow2016-05-053-16/+30
| | * | | Get this test of net json -> net config workingJoshua Harlow2016-05-051-1/+19
| | * | | Work on refactoring (and adding) network conversion testsJoshua Harlow2016-05-055-207/+209
* | | | | clean up temp files made in testsScott Moser2016-06-102-1/+4
|\ \ \ \ \
| * | | | | 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
|/ / / / /
* | | | | Fix apt configure unittests to run in more environmentsScott Moser2016-06-105-169/+193
|\ \ \ \ \
| * | | | | minor changes prior to mergeScott Moser2016-06-103-17/+15
| * | | | | 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
| * | | | | improve error handling and reporting in gpg functionsChristian Ehrhardt2016-06-091-7/+19
| * | | | | move gpg functions into gpg.pyChristian Ehrhardt2016-06-094-41/+68
| * | | | | merge with upstream to avoid merge conflicts on the merge proposalChristian Ehrhardt2016-06-070-0/+0
| |\ \ \ \ \
| * | | | | | 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
| * | | | | | allow others to sign dsc with --signuser for packages/bddebChristian Ehrhardt2016-06-071-0/+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-062-2/+3
| * | | | | | rename fucntion to mirrorurl_to_apt_fileprefix to reflect what it actually doesChristian Ehrhardt2016-06-061-3/+3
| * | | | | | 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-062-19/+20
| * | | | | | fixup key tests for cases where network isn't availableChristian Ehrhardt2016-06-062-7/+2
| * | | | | | add_key_raw - make exceptions more specificChristian Ehrhardt2016-06-063-7/+36
| * | | | | | pythonify getkeybyid and move it to uitl.pyChristian Ehrhardt2016-06-062-26/+39
| * | | | | | test alternate keyserverChristian Ehrhardt2016-06-061-0/+9
| * | | | | | make _get_default_params method staticChristian Ehrhardt2016-06-061-1/+2
| * | | | | | unify testing of real gpg key addsChristian Ehrhardt2016-06-061-26/+17
* | | | | | | Change missing Cheetah log warning to debug [Andrew Jorgensen]Scott Moser2016-06-102-5/+7
|\ \ \ \ \ \ \
| * | | | | | | Change the Cheetah warning to a debug messageAndrew Jorgensen2016-06-061-5/+6
| | |_|_|_|/ / | |/| | | | |