From d551ef4b72448c3ccb493559826b976a2d3d8649 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 25 Oct 2016 18:18:50 +0200 Subject: Use 3 tries to prepare DUT for testing - workaround to deal with occasional vpp restart issue Change-Id: I74a9148045bf4f80c9ba943e9c74338e08b2a72e Signed-off-by: Jan Gelety --- tests/func/__init__.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/func/__init__.robot') diff --git a/tests/func/__init__.robot b/tests/func/__init__.robot index 2016146e3b..7d3c64e78b 100644 --- a/tests/func/__init__.robot +++ b/tests/func/__init__.robot @@ -16,5 +16,5 @@ | Resource | resources/libraries/robot/interfaces.robot | Library | resources.libraries.python.SetupFramework | Suite Setup | Run Keywords | Setup Framework | ${nodes} -| ... | AND | Setup All DUTs | ${nodes} +| ... | AND | Setup all DUTs before test | ... | AND | Update All Interface Data On All Nodes | ${nodes} -- cgit 1.2.3-korg