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

@ -38,7 +38,6 @@
"daemon": "crio"
},
"privileged": true,
"readonly_rootfs": true,
"log_path": "",
"stdin": false,
"stdin_once": false,
@ -51,6 +50,7 @@
"oom_score_adj": 30
},
"security_context": {
"readonly_rootfs": false,
"capabilities": {
"add_capabilities": [
"setuid",