test: add a test for /etc/resolv.conf in rw/ro mode

This patch isn't adding a test for /etc/hosts as that requires host
network and we don't want to play with host's /etc/hosts when running
make localintegration on our laptops. That may change in the future
moving to some sort of in-container testing.

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-06-15 13:26:30 +02:00
parent 2014f0e14f
commit 8b4e3036ea
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
5 changed files with 188 additions and 7 deletions

View file

@ -7,11 +7,7 @@
},
"hostname": "crioctl_host",
"log_directory": "",
"dns_options": {
"servers": [
"server1.redhat.com",
"server2.redhat.com"
],
"dns_config": {
"searches": [
"8.8.8.8"
]