functional tests: add isolators to the base image

This commit adds memory and cpu isolators to test we don't break
anything. The next step is adding a functional test that actually checks
the isolators are respected.
This commit is contained in:
Iago López Galeiras
2015-06-03 14:47:55 +02:00
parent 52213ca754
commit fd37804b9f
+14
View File
@@ -30,6 +30,20 @@
}
],
"isolators": [
{
"name": "resource/memory",
"value": {
"request": "25M",
"limit": "120M"
}
},
{
"name": "resource/cpu",
"value": {
"request": "50",
"limit": "100"
}
}
],
"mountPoints": [
],