diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-08-09 10:14:34 +0000 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-08-09 14:41:28 +0000 |
commit | 42fdef709bc1b1b557ce6f74609c729ac00ab8c3 (patch) | |
tree | 0d10ca7a88bbf40f9617de950db4118a73cf9b72 /tests/honeycomb | |
parent | 6f1ff57c83763556450e8bfcb4571a9c017abe70 (diff) |
Clean: L2 bridge domain
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I3721900b91a9c8e9db8766bdcb9771b6bcf95bca
Diffstat (limited to 'tests/honeycomb')
-rw-r--r-- | tests/honeycomb/perf/__init__.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/honeycomb/perf/__init__.robot b/tests/honeycomb/perf/__init__.robot index ce2af61124..6b5e67f331 100644 --- a/tests/honeycomb/perf/__init__.robot +++ b/tests/honeycomb/perf/__init__.robot @@ -26,7 +26,7 @@ | Library | resources.libraries.python.honeycomb.Performance | Suite Setup | Setup suite for Honeycomb performance tests | Suite Teardown | Run Keywords -| ... | Stop VPP Service on DUT | ${node} +| ... | Stop VPP Service | ${node} | ... | AND | Archive Honeycomb Logs | ${node} | perf=${True} | ... | AND | Stop honeycomb service on DUTs | ${node} | ... | AND | Cleanup Framework | ${nodes} @@ -40,7 +40,7 @@ | | Get CPU Info from All Nodes | ${nodes} | | ${cores}= | Get Length | ${node['cpuinfo']} | | Set Global Variable | ${cores} -| | Stop VPP Service on DUT | ${node} +| | Stop VPP Service | ${node} | | Stop Honeycomb service on DUTs | ${node} | | Generate VPP Startup Configuration for Honeycomb Test on DUT | ${node} | | Configure Restconf binding address | ${node} |