From a3d59c128ab842fa3ffd172a11e2eb91bd2c1a82 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 20 Apr 2018 13:57:02 +0200 Subject: FIX: Restart VPP in container before each test Change-Id: Iec7045aadc0675e04b8c74cbe28f8b3f193bcf1f Signed-off-by: Peter Mikus (cherry picked from commit f3d66d9ca20e7fb2b153d83d809f005a93b76a8f) --- resources/libraries/robot/shared/container.robot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'resources/libraries/robot/shared') diff --git a/resources/libraries/robot/shared/container.robot b/resources/libraries/robot/shared/container.robot index 4b23236a96..f3f55e2907 100644 --- a/resources/libraries/robot/shared/container.robot +++ b/resources/libraries/robot/shared/container.robot @@ -101,6 +101,12 @@ | | ... | | Run Keyword | ${group}.Install VPP In All Containers +| Restart VPP in all '${group}' containers +| | [Documentation] | Restart VPP on all container(s) in specific container +| | ... | group on all DUT nodes. +| | ... +| | Run Keyword | ${group}.Restart VPP In All Containers + | Configure VPP in all '${group}' containers | | [Documentation] | Configure VPP on all container(s) in specific container | | ... | group on all DUT nodes. -- cgit 1.2.3-korg