diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-09-28 13:34:46 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-09-28 15:36:23 +0000 |
commit | b261d69c4a72539dc5a571c1abb3e6a6cb45d408 (patch) | |
tree | 24f8adfb768581512e4d10ba1c0ed33f39b58340 /resources/libraries/robot/performance | |
parent | 8fa4cadbb4b3c6a95dab9e7715e5e6435225673f (diff) |
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 <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/performance')
-rw-r--r-- | resources/libraries/robot/performance/performance_setup.robot | 2 |
1 files changed, 2 insertions, 0 deletions
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] |