summaryrefslogtreecommitdiff
path: root/tests/unittests/test_handler
AgeCommit message (Expand)Author
2017-05-25python2.6: fix unit tests usage of assertNone and format.Scott Moser
2017-05-24cc_ntp: Restructure cc_ntp unit tests.Chad Smith
2017-05-23flake8: move the pinned version of flake8 up to 3.3.0Scott Moser
2017-05-22disk_setup: fix several issues with gpt disk partitions.Scott Moser
2017-05-19cc_ntp: write template before installing and add service restartRyan Harper
2017-05-17tests: fix hardcoded path to mkfs.ext4Joshua Powers
2017-05-17Azure: fix reformatting of ephemeral disks on resize to large types.Scott Moser
2017-05-16unittests: fix unittests run on centosJoshua Powers
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang
2017-05-03fs_setup: if cmd is specified, use shell interpretation.Paul Meyer
2017-04-21Fix yum repo config where keys contain array valuesDylan Perry
2017-03-24Fix filesystem creation when using "partition: auto"Jonathan Ballet
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-22disk_setup: Use sectors as unit when formatting MBR disks with sfdisk.Daniel Watkins
2016-10-20Add support for snap create-user on Ubuntu Core images.Ryan Harper
2016-10-19Fix python2.6 things found running in centos 6.Scott Moser
2016-09-29lxd: Update network config for LXD 2.3Stéphane Graber
2016-09-21subp: add 'update_env' argumentScott Moser
2016-09-08tests: cleanup tempdirs in apt_source testsScott Moser
2016-09-08apt config conversion: treat empty string as not provided.Scott Moser
2016-08-26apt-config: allow both old and new format to be present.Christian Ehrhardt
2016-08-23Add a module that can configure spacewalk.Joshua Harlow
2016-08-18Apt: add new apt configuration formatChristian Ehrhardt
2016-08-11Upgrade to a configobj package new enough to workJoshua Harlow
2016-08-10add ntp config moduleRyan Harper
2016-07-29fix pep8 errors in mcollective unit testsScott Moser
2016-07-19mcollective: add tests, cleanups and bug fix when no config in /etc.Scott Moser
2016-07-14fix tox flake8Scott Moser
2016-07-14Change StringIO to BytesIO in cc_mcollective.pySergii Golovatiuk
2016-06-10minor changes prior to mergeScott Moser
2016-06-09mock is_resolvable in mirrorfail tests to remove dependency to external netChristian Ehrhardt
2016-06-09fix docstring for check connectivityChristian Ehrhardt
2016-06-09remove unused BIN_APT constantChristian Ehrhardt
2016-06-09move SkipTest definition to tests/unittests/helpers.py to be reusableChristian Ehrhardt
2016-06-09move gpg functions into gpg.pyChristian Ehrhardt
2016-06-07enable test_handler_apt_source unittests on CentOSChristian Ehrhardt
2016-06-07mock get_primary_arch for TestAptSourceConfigSourceList for CentOSChristian Ehrhardt
2016-06-07harden mirrorfail tests for the fact that even good mirrors can failChristian Ehrhardt
2016-06-07drop gpg activity from aot-source key testsChristian Ehrhardt
2016-06-06make unittests more readableChristian Ehrhardt
2016-06-06capture output of gpg calls to avoid messing up stdout/stderrChristian Ehrhardt
2016-06-06remove check that fails if user has installed tested keysChristian Ehrhardt
2016-06-06apt_src_keyid_real: drop unused exception variableChristian Ehrhardt
2016-06-06fix alternate keyserver dnsChristian Ehrhardt
2016-06-06only test the apt feature in environments with aptChristian Ehrhardt
2016-06-06rename add_key / add_source to add_apt_key / add_apt_sourceChristian Ehrhardt
2016-06-06fixup key tests for cases where network isn't availableChristian Ehrhardt
2016-06-06add_key_raw - make exceptions more specificChristian Ehrhardt
2016-06-06test alternate keyserverChristian Ehrhardt
2016-06-06make _get_default_params method staticChristian Ehrhardt