Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 693 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 693 Bytes

docker-dns

Build Status

Functional tests

The functional test is orchestrated using dockertest Implementation of the test: main.go

Test Setup

The test is made of three docker services:

  • pong service is doing nothing, just a stub waiting to receive a ping
  • dnstester service is trying to connect to pong using custom dns-names.
  • dnsserver will answer all dns requests coming from dnstester and return pongs ip

Execute tests

make functional-tests

exit code will be 0 on success