tests: add tests for parsing cni fields

This commit is contained in:
Mahmood Ali
2020-02-28 14:18:45 -05:00
parent ddab0a99bb
commit 4b806b1c41
3 changed files with 33 additions and 0 deletions

View File

@@ -36,6 +36,8 @@
"client": [
{
"alloc_dir": "/tmp/alloc",
"bridge_network_name": "custom_bridge_name",
"bridge_network_subnet": "custom_bridge_subnet",
"chroot_env": [
{
"/opt/myapp/bin": "/bin",
@@ -44,6 +46,7 @@
],
"client_max_port": 2000,
"client_min_port": 1000,
"cni_path": "/tmp/cni_path",
"cpu_total_compute": 4444,
"disable_remote_exec": true,
"enabled": true,