mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
tests: add tests for parsing cni fields
This commit is contained in:
3
command/agent/testdata/basic.json
vendored
3
command/agent/testdata/basic.json
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user