mirror of
https://github.com/clearlinux/rkt.git
synced 2026-09-03 12:21:50 +00:00
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:
@@ -30,6 +30,20 @@
|
||||
}
|
||||
],
|
||||
"isolators": [
|
||||
{
|
||||
"name": "resource/memory",
|
||||
"value": {
|
||||
"request": "25M",
|
||||
"limit": "120M"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "resource/cpu",
|
||||
"value": {
|
||||
"request": "50",
|
||||
"limit": "100"
|
||||
}
|
||||
}
|
||||
],
|
||||
"mountPoints": [
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user