diff options
author | Yury Kylulin <yury.kylulin@intel.com> | 2021-02-11 16:58:39 +0300 |
---|---|---|
committer | Yury Kylulin <yury.kylulin@intel.com> | 2021-02-11 17:04:36 +0300 |
commit | 849357bb9ca1d27993c9e96b93156ec69b3ac3a9 (patch) | |
tree | 16fc193c87fe5b1ec0554bd151be01e02815cd0d /VNFs/DPPD-PROX/helper-scripts/rapid/tests/impair.test | |
parent | 4ada3cbcdb56c79abd0bb34eef5dede6c36fbe82 (diff) |
Add support for native Kubernetes CPU Manager0.0.1
For Kubernetes environment core ids in the config and test files are relative and
automatically remapped to the allowed cores allocated for container.
There is no change to the baremetal or VM environment.
Signed-off-by: Yury Kylulin <yury.kylulin@intel.com>
Change-Id: I63e499723e8213de1b05d4175eb3eddc4492ccf5
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/tests/impair.test')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/tests/impair.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/tests/impair.test b/VNFs/DPPD-PROX/helper-scripts/rapid/tests/impair.test index 88dc5998..865394fb 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/tests/impair.test +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/tests/impair.test @@ -24,18 +24,21 @@ name = Generator config_file = configs/gen_gw.cfg gw_vm = 2 dest_vm = 3 +mcore = [0] gencores = [1] latcores = [3] [TestM2] name = ImpairGW config_file = configs/impair.cfg +mcore = [0] cores = [1] monitor = False [TestM3] name = Swap config_file = configs/swap.cfg +mcore = [0] cores = [1] [test1] |