From 8bffdf8c09100f8a923c37bd9be39a13cbc49862 Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Mon, 7 Jan 2019 10:41:07 +0100 Subject: Improved image build & packet loss measurements Reworked deploycentos1.sh and deploycentos2.sh which is installing a PROX version that deals with non data plane packet counting for improved packet loss measurements. Fixed some issues with the packer scripts. Change-Id: I64aab09d364ab5abbbc5fc75c73afcbe11fed681 Signed-off-by: Luc Provoost --- VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test') diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test index 26ae3de3..d5ba9dff 100644 --- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test @@ -26,8 +26,8 @@ group1cores = not_used group2cores = not_used group3cores = not_used drop_rate_treshold = 1 -lat_avg_treshold = 100 -lat_max_treshold = 800 +lat_avg_treshold = 200 +lat_max_treshold = 1000 accuracy = 0.01 startspeed = 10 @@ -35,18 +35,12 @@ startspeed = 10 name = InterruptTesting machine_index = 1 config_file = irq.cfg -group1cores = [1,2,3,4,5,6,7] +group1cores = [1,2,3] [TestM2] name = InterruptTesting machine_index = 2 config_file = irq.cfg -group1cores = [1,2,3,4,5,6,7] - -[TestM3] -name = InterruptTesting -machine_index = 3 -config_file = irq.cfg group1cores = [1,2,3] @@ -54,6 +48,4 @@ group1cores = [1,2,3] cmd=run_irqtest(socks[0]) [test2] cmd=run_irqtest(socks[1]) -[test3] -cmd=run_irqtest(socks[2]) -- cgit 1.2.3-korg