index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unittests
/
test_distros
/
test_user_data_normalize.py
Age
Commit message (
Expand
)
Author
2021-12-03
Reorganize unit test locations under tests/unittests (#1126)
Brett Holman
2021-11-22
testing: monkeypatch system_info call in unit tests (SC-533) (#1117)
James Falcon
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-01-29
Replace mock library with unittest.mock (#186)
Daniel Watkins
2018-04-12
Implement ntp client spec with auto support for distro selection
Ryan Harper
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-01-24
tests: remove executable bit on test_net, so it runs, and fix it.
Scott Moser
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-10-20
Add support for snap create-user on Ubuntu Core images.
Ryan Harper
2016-10-19
Move user/group functions to new ug_util file
Joshua Harlow
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2016-03-04
Apply pep8, pyflakes fixes for python2 and 3
Scott Moser
2015-01-26
Repair the Python 2.6 tests.
Barry Warsaw
2015-01-22
More conversions from mocker to mock.
Barry Warsaw
2013-01-18
Adjust how the legacy user: XYZ config alters the normalized user list
Joshua Harlow
2012-11-09
Fix the merging of group configuration.
Joshua Harlow
2012-11-09
Fix the merging of group configuration
Joshua Harlow
2012-10-23
fix pep8/pylint
Scott Moser
2012-10-23
move default user info out of code and into config
Scott Moser
2012-09-28
Rework the rest of the locations that used
Joshua Harlow
2012-09-27
cleanup the user/group lists
Joshua Harlow
2012-09-24
Handle the case where 'user' is defined but 'users' isn't.
Joshua Harlow
2012-09-24
Refactor the ug normalization to take in a distro
Joshua Harlow
2012-09-23
Make the normalization a module level function
Joshua Harlow
2012-09-21
Fix some docs + pylint warnings + log on default created in the module.
Joshua Harlow
2012-09-21
Also allow the user list to come in as a comma
Joshua Harlow
2012-09-21
Actually commit the test for user/group data
Joshua Harlow