top-level integration test for bridge + bandwidth

This commit is contained in:
Gabe Rosenhouse
2018-02-28 13:28:06 -08:00
parent 2793dd11cb
commit d5bdfe4cbd
2 changed files with 68 additions and 24 deletions

View 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
}
]
}