From 849357bb9ca1d27993c9e96b93156ec69b3ac3a9 Mon Sep 17 00:00:00 2001 From: Yury Kylulin Date: Thu, 11 Feb 2021 16:58:39 +0300 Subject: Add support for native Kubernetes CPU Manager 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 Change-Id: I63e499723e8213de1b05d4175eb3eddc4492ccf5 --- VNFs/DPPD-PROX/helper-scripts/rapid/tests/bare.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/tests/bare.test') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/tests/bare.test b/VNFs/DPPD-PROX/helper-scripts/rapid/tests/bare.test index 9cfc490f..9aab3fd0 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/tests/bare.test +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/tests/bare.test @@ -23,12 +23,14 @@ total_number_of_test_machines = 2 name = Generator config_file = configs/l2gen_bare.cfg dest_vm = 2 +mcore = [0] gencores = [1] latcores = [3] [TestM2] name = Swap config_file = configs/l2swap.cfg +mcore = [0] cores = [1] [test1] -- cgit 1.2.3-korg