diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-05-06 15:29:52 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-05-09 11:34:01 +0000 |
commit | 2e250ffd8711be1247353d403a68573c0d232e8e (patch) | |
tree | e70ca7d576635d28ee0175227a5168a94ecbda18 /tests/vpp/func/__init__.robot | |
parent | e0db487320596ce7fbdd29bd121969878297e12a (diff) |
Remove old VPP Restart sequence
Change-Id: I7f71a9709ad55ce03d73e23cc8a9f5064947ed51
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/func/__init__.robot')
-rw-r--r-- | tests/vpp/func/__init__.robot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vpp/func/__init__.robot b/tests/vpp/func/__init__.robot index 563d1ea363..c0060ab4a2 100644 --- a/tests/vpp/func/__init__.robot +++ b/tests/vpp/func/__init__.robot @@ -20,7 +20,6 @@ | ... | AND | Setup Framework | ${nodes} | ... | AND | Install Vpp On All Duts | ${nodes} | ${VPP_PKG_DIR} | ... | AND | Verify Vpp On All Duts | ${nodes} -| ... | AND | Setup All DUTs | ${nodes} | ... | AND | Update All Interface Data On All Nodes | ${nodes} | Suite Teardown | Cleanup Framework | ${nodes} |