diff options
Diffstat (limited to 'tests/nsh_sfc')
-rw-r--r-- | tests/nsh_sfc/func/__init__.robot | 8 |
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} |