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:
parent
2014f0e14f
commit
8b4e3036ea
5 changed files with 188 additions and 7 deletions
6
test/testdata/sandbox_config.json
vendored
6
test/testdata/sandbox_config.json
vendored
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue