diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-06-21 12:15:56 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-06-25 06:02:52 +0000 |
commit | 1577123a3c27541181097cb4186aa8855f20b1cc (patch) | |
tree | 8db2e4a954e97f7734988fd3d10b69504f370998 /resources/libraries/robot/honeycomb | |
parent | cac8f76ce1f9085e9eede19b250f4a4cb9b199e0 (diff) |
Align suite/test teardown/setup
+ Phase II - aligning FUNC/PERF setup.
+ 2n/3n compatibility of suite setup.
+ Same structure of testcase for DEV/PERF.
+ DEVICE tests are now running VPP startup config in same
way as PERF.
+ DEVICE is using COREKEEPER!
- DEVICE tests are running topology compute twice for backward
compatibility. TODO to remove.
- Still phase III needed to align TAGS, LIBRARIES and remove OLD
setup phase.
Change-Id: Ib6e1b0ebf4abebf3cbe73b4fda5cac953c2a7270
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb')
-rw-r--r-- | resources/libraries/robot/honeycomb/honeycomb.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/honeycomb/honeycomb.robot b/resources/libraries/robot/honeycomb/honeycomb.robot index d446b7ca16..bd392931d8 100644 --- a/resources/libraries/robot/honeycomb/honeycomb.robot +++ b/resources/libraries/robot/honeycomb/honeycomb.robot @@ -233,7 +233,7 @@ | | Restart Vpp Service | ${node} | | Verify Vpp | ${node} | | VPP Enable Traces On DUT | ${node} -| | Configure all TGs for traffic script +| | All TGs Set Interface Default Driver | ${nodes} | | Configure Honeycomb for functional testing | ${node} | | Configure ODL Client for functional testing | ${node} @@ -372,4 +372,4 @@ | | Run Keyword | HC_config.Set SSH Security provider | | Run Keyword | HC_config.Set Memory Size | ${32} | | Run Keyword | HC_config.Set Metaspace Size | ${32} -| | Run Keyword | HC_config.Apply config | ${node}
\ No newline at end of file +| | Run Keyword | HC_config.Apply config | ${node} |