1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

test-timesync: add first test for timesyncd conf parsing

We parse the string supplied in NTP_SERVERS during configuration under an
assert_se(). Right now we will accept pretty much anything there, but in case
we are more picky in the future, add a simple test which checks that we can
actually parse whatever is in NTP_SERVERS so that we don't fail the assertion
at runtime.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2017-05-25 10:26:29 -04:00
parent 3745770ae4
commit c6c1ba8f64
4 changed files with 87 additions and 0 deletions

1
.gitignore vendored
View File

@@ -293,6 +293,7 @@
/test-tables
/test-terminal-util
/test-time
/test-timesync
/test-tmpfiles
/test-udev
/test-uid-range