summaryrefslogtreecommitdiff
path: root/tests/unittests/test_handler/test_handler_seed_random.py
AgeCommit message (Expand)Author
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2021-10-15testing: add get_cloud function (SC-461) (#1038)James Falcon
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2016-03-07No longer run pollinate by default in seed_randomScott Moser
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-01-27Respond to review:Barry Warsaw
2015-01-26Down to it.Barry Warsaw
2015-01-26More test repairs.Barry Warsaw
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-07-24pep8 fixes (2 unrelated to this mp)Scott Moser
2014-07-23moreDimitri John Ledkov
2014-03-03cc_seed_random: fix bug and support pollinate commandScott Moser
2013-10-02examples/cloud-config-user-groups.txt doc fix, fix pep8Scott Moser
2013-10-02fix permission changesScott Moser
2013-10-01Reordered several imports in order for test suite to pass.Eric Nordlund
2013-09-09Add support for reading 'random_seed' from data source.Scott Moser
2013-09-08Add test + remove jsonschema (for now)Joshua Harlow