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_handler
/
test_handler_ntp.py
Age
Commit message (
Expand
)
Author
2020-08-19
Add Alpine Linux support. (#535)
dermotbradley
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2019-07-16
templates/ntp.conf.debian.tmpl: fix missing newline for pools
Ryan Harper
2018-09-11
user-data: jinja template to render instance-data.json in cloud-config
Chad Smith
2018-05-17
read_file_or_url: move to url_helper, fix bug in its FileResponse.
Scott Moser
2018-05-04
pycodestyle: Fix deprecated string literals, move away from flake8.
Chad Smith
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2018-04-12
renderer: support unicode in render_from_file.
Scott Moser
2018-04-12
Implement ntp client spec with auto support for distro selection
Ryan Harper
2018-03-14
tests: Centralize and re-use skipTest based on json schema presense.
Scott Moser
2017-11-16
ntp: fix configuration template rendering for openSUSE and SLES
Chad Smith
2017-10-20
ntp: fix config module schema to allow empty ntp config
Chad Smith
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-08-04
cc_ntp: fallback on timesyncd configuration if ntp is not installable
Ryan Harper
2017-06-15
FreeBSD: Make freebsd a variant, fix unittests and tools/build-on-freebsd.
Scott Moser
2017-06-15
write_file(s): Print permissions as octal, not decimal
Andrew Jorgensen
2017-06-07
test: Fix pyflakes complaint of unused import.
Joshua Powers
2017-06-02
Tests: Skip jsonschema related unit tests when dependency is absent.
Chad Smith
2017-05-31
ntp: Add schema definition and passive schema validation.
Chad Smith
2017-05-25
python2.6: fix unit tests usage of assertNone and format.
Scott Moser
2017-05-24
cc_ntp: Restructure cc_ntp unit tests.
Chad Smith
2017-05-19
cc_ntp: write template before installing and add service restart
Ryan Harper
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-08-10
add ntp config module
Ryan Harper