aboutsummaryrefslogtreecommitdiffstats
path: root/tests/nsh_sfc
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-05-06 15:29:52 +0000
committerPeter Mikus <pmikus@cisco.com>2019-05-09 11:34:01 +0000
commit2e250ffd8711be1247353d403a68573c0d232e8e (patch)
treee70ca7d576635d28ee0175227a5168a94ecbda18 /tests/nsh_sfc
parente0db487320596ce7fbdd29bd121969878297e12a (diff)
Remove old VPP Restart sequence
Change-Id: I7f71a9709ad55ce03d73e23cc8a9f5064947ed51 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/nsh_sfc')
-rw-r--r--tests/nsh_sfc/func/__init__.robot8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/nsh_sfc/func/__init__.robot b/tests/nsh_sfc/func/__init__.robot
index 707244ccb4..7f1391ca30 100644
--- a/tests/nsh_sfc/func/__init__.robot
+++ b/tests/nsh_sfc/func/__init__.robot
@@ -15,6 +15,8 @@
| Resource | resources/libraries/robot/shared/default.robot
| Resource | resources/libraries/robot/shared/interfaces.robot
| Library | resources.libraries.python.SFC.SetupSFCTest
-| Suite Setup | Run Keywords | Setup NSH SFC test | ${nodes}
-| ... | AND | Setup All DUTs | ${nodes}
-| ... | AND | Update All Interface Data On All Nodes | ${nodes}
+| Suite Setup | Run Keywords | Setup NSH SFC test | ${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}