Add testinfra test for timezone
Change-Id: Ib02d54eb5b188928906670607d4d2bff80a384f2
This commit is contained in:
parent
dceb09d886
commit
faec087e20
@ -86,3 +86,8 @@ def test_snmp(host):
|
||||
service = host.service("snmpd")
|
||||
assert service.is_running
|
||||
assert service.is_enabled
|
||||
|
||||
|
||||
def test_timezone(host):
|
||||
tz = host.check_output('date +%Z')
|
||||
assert tz == "UTC"
|
||||
|
Loading…
x
Reference in New Issue
Block a user