mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-25 17:24:38 +01:00
Let's bring the nydus tests, without any kind of modification, from the tests repo. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
28 lines
484 B
JSON
28 lines
484 B
JSON
{
|
|
"device": {
|
|
"backend": {
|
|
"type": "registry",
|
|
"config": {
|
|
"scheme": "https",
|
|
"timeout": 5,
|
|
"connect_timeout": 5,
|
|
"retry_limit": 2
|
|
}
|
|
},
|
|
"cache": {
|
|
"type": "blobcache",
|
|
"config": {
|
|
"work_dir": "/var/lib/nydus/cache"
|
|
}
|
|
}
|
|
},
|
|
"mode": "direct",
|
|
"digest_validate": false,
|
|
"iostats_files": false,
|
|
"enable_xattr": true,
|
|
"fs_prefetch": {
|
|
"enable": true,
|
|
"threads_count": 2
|
|
}
|
|
}
|