From 2e250ffd8711be1247353d403a68573c0d232e8e Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 6 May 2019 15:29:52 +0000 Subject: Remove old VPP Restart sequence Change-Id: I7f71a9709ad55ce03d73e23cc8a9f5064947ed51 Signed-off-by: Peter Mikus --- tests/honeycomb/func/__init__.robot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/honeycomb') diff --git a/tests/honeycomb/func/__init__.robot b/tests/honeycomb/func/__init__.robot index 89c5dc90a2..8fc5f20aa9 100644 --- a/tests/honeycomb/func/__init__.robot +++ b/tests/honeycomb/func/__init__.robot @@ -25,7 +25,9 @@ | Resource | resources/libraries/robot/honeycomb/honeycomb.robot | ... | Suite Setup | Run Keywords | Setup Framework | ${nodes} | AND -| ... | Setup All DUTs | ${nodes} | AND +| ... | Restart Vpp Service On All Duts | ${nodes} | AND +| ... | Verify Vpp On All Duts | ${nodes} | AND +| ... | VPP Enable Traces On All Duts | ${nodes} | AND | ... | Update All Interface Data On All Nodes | ${nodes} | AND | ... | Configure all DUTs before test | AND | ... | Set Global Variable | ${node} | AND -- cgit 1.2.3-korg