test: unset log_* in configurations

This is necessary, as otherwise ocid will use its own current directory
as a log_directory, which is not the best idea in the world. The same
applies for log_path.

Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
Aleksa Sarai 2016-10-19 02:50:27 +11:00
parent 1dc4c87c93
commit c31f2cf0ee
No known key found for this signature in database
GPG key ID: 9E18AA267DDB8DB4
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@
},
"privileged": true,
"readonly_rootfs": true,
"log_path": "container.log",
"log_path": "",
"stdin": false,
"stdin_once": false,
"tty": false,

View file

@ -6,7 +6,7 @@
"attempt": 1
},
"hostname": "ocic_host",
"log_directory": ".",
"log_directory": "",
"dns_options": {
"servers": [
"server1.redhat.com",