summaryrefslogtreecommitdiff
path: root/tests/unittests/test_distros/test_user_data_normalize.py
AgeCommit message (Expand)Author
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2021-11-22testing: monkeypatch system_info call in unit tests (SC-533) (#1117)James Falcon
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-01-29Replace mock library with unittest.mock (#186)Daniel Watkins
2018-04-12Implement ntp client spec with auto support for distro selectionRyan Harper
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-01-24tests: remove executable bit on test_net, so it runs, and fix it.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-10-20Add support for snap create-user on Ubuntu Core images.Ryan Harper
2016-10-19Move user/group functions to new ug_util fileJoshua Harlow
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2015-01-26Repair the Python 2.6 tests.Barry Warsaw
2015-01-22More conversions from mocker to mock.Barry Warsaw
2013-01-18Adjust how the legacy user: XYZ config alters the normalized user listJoshua Harlow
2012-11-09Fix the merging of group configuration.Joshua Harlow
2012-11-09Fix the merging of group configurationJoshua Harlow
2012-10-23fix pep8/pylintScott Moser
2012-10-23move default user info out of code and into configScott Moser
2012-09-28Rework the rest of the locations that usedJoshua Harlow
2012-09-27cleanup the user/group listsJoshua Harlow
2012-09-24Handle the case where 'user' is defined but 'users' isn't.Joshua Harlow
2012-09-24Refactor the ug normalization to take in a distroJoshua Harlow
2012-09-23Make the normalization a module level functionJoshua Harlow
2012-09-21Fix some docs + pylint warnings + log on default created in the module.Joshua Harlow
2012-09-21Also allow the user list to come in as a commaJoshua Harlow
2012-09-21Actually commit the test for user/group dataJoshua Harlow