pub-dns/test/integration/dns/in.thelinuxpro.net/nagios-db.in.thelinuxpro.net/dns.nagios-db.in.thelinuxpr...

13 lines
182 B
Batchfile

#!/usr/bin/env bats
load 'local-setup'
_local_setup
load 'helper'
@test "Test A Record: ${domain}" {
run dig -t A ${domain} +noall +answer
assert_output --partial "${ip}"
}