From b261d69c4a72539dc5a571c1abb3e6a6cb45d408 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 28 Sep 2018 13:34:46 +0000 Subject: FIX: Single memif tests failing This patch suppose to fix the single memif TCs failing on SKX nodes. By stoping Host VPP during startup of Guest VPP. This way Guest VPP can take interface on single pass.o Change-Id: I88e6932bf007ce0f6a367927de5f017ffb8fdaca Signed-off-by: Peter Mikus --- resources/libraries/robot/performance/performance_setup.robot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources/libraries/robot/performance') diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index e9f155533e..f5288e7a4b 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -538,7 +538,9 @@ | | Acquire all 'VNF' containers | | Create all 'VNF' containers | | Configure VPP in all 'VNF' containers +| | Stop VPP service on all DUTs | ${nodes} | | Install VPP in all 'VNF' containers +| | Start VPP service on all DUTs | ${nodes} | Set up performance test suite with MEMIF | | [Documentation] -- cgit 1.2.3-korg