open-nomad/plugins/drivers/testutils
Mahmood Ali 567597e108 Compare to the correct host network setting
In systemd-resolved hosts with no DNS customizations, the docker driver
DNS setting should be compared to /run/systemd/resolve/resolv.conf while
exec/java drivers should be compared to /etc/resolv.conf.

When system-resolved is enabled, /etc/resolv.conf is a stub that points
to 127.0.0.53. Docker avoids this stub because this address isn't
accessible from the container.  The exec/java drivers that don't create
network isolations use the stub though in the default configuration.
2020-10-01 10:23:14 -04:00
..
dns_testing.go Compare to the correct host network setting 2020-10-01 10:23:14 -04:00
exec_testing.go Add basic drivers conformance tests 2019-05-09 16:49:08 -04:00
testing.go fix spelling errors (#6985) 2020-04-20 09:28:19 -04:00
testing_test.go fixup! vendor: explicit use of hashicorp/go-msgpack 2020-03-31 09:48:07 -04:00