sovrin-foundation / steward-tools

tools for Sovrin steward
Apache License 2.0
9 stars 22 forks source link

Adjust time sync test for container environments #40

Closed tsurai closed 3 years ago

tsurai commented 4 years ago

This PR adjusts the steward_tech_check.py script to not fail on missing ntpd / systemd-timesyncd processes for container environments. They are using the same clock as the host system and should rely on the host to do the syncing.

Instead the result will be set to UNKNOWN and appropiate informations about the situation will be given.

Fixes #39