top-level integration test for bridge + bandwidth
This commit is contained in:
20
integration/testdata/chained-bridge-bandwidth.conflist
vendored
Normal file
20
integration/testdata/chained-bridge-bandwidth.conflist
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"cniVersion": "0.3.1",
|
||||
"name": "chained-bridge-bandwidth",
|
||||
"plugins": [
|
||||
{
|
||||
"type": "bridge",
|
||||
"ipam": {
|
||||
"type": "host-local",
|
||||
"subnet": "10.11.2.0/24"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "bandwidth",
|
||||
"ingressRate": 800,
|
||||
"ingressBurst": 200,
|
||||
"egressRate": 800,
|
||||
"egressBurst": 200
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user