provisioning/o-klab/sgoyol/defs/wkdir/old/servers_test.k
2025-09-22 23:11:41 +01:00

7 lines
111 B
Plaintext

import servers as srv
test_servers = lambda {
a = servers
assert a.servers[0].hostname == 'sgoyol-0'
}