diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-05-14 07:02:14 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-05-14 07:02:14 +0000 |
commit | 6882203163ff310ae66f8a3bdd95bfa1953d7f02 (patch) | |
tree | c4880855c67bdf96a69ee8464a1d451c72f11af0 /tests/honeycomb | |
parent | 15feed7eb0164d50f189c8a5594ec126a7683a47 (diff) |
FIX: Remove old VPP Restart sequence
- Honeycomb __init__
Change-Id: I0a230ac5692e7701b485698e9406461d7a251bf9
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/honeycomb')
-rw-r--r-- | tests/honeycomb/func/__init__.robot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/honeycomb/func/__init__.robot b/tests/honeycomb/func/__init__.robot index 8fc5f20aa9..edb354cfe6 100644 --- a/tests/honeycomb/func/__init__.robot +++ b/tests/honeycomb/func/__init__.robot @@ -29,7 +29,6 @@ | ... | 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 | ... | Stop Honeycomb service on DUTs | ${node} | AND | ... | Clear Honeycomb Log | ${node} |