diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-11-19 12:00:57 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-12-17 14:58:10 +0000 |
commit | 3ff919f8eb9fa7eb98887f029be7f817de7a1303 (patch) | |
tree | d8352bf3d6b51d636d3f7d5adccbe7166134f98c /resources/libraries/robot/shared/test_teardown.robot | |
parent | 20083f2e3d4fcd603ecba522e08e445b932cca5f (diff) |
Telemetry: Add more operational data
+ Add both NDR and PDR telemetry capture
+ Speedup sockets
+ Adjust privileges
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: Ia6fd5d405e6fb410651d8b705c921653753aea10
Diffstat (limited to 'resources/libraries/robot/shared/test_teardown.robot')
-rw-r--r-- | resources/libraries/robot/shared/test_teardown.robot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/libraries/robot/shared/test_teardown.robot b/resources/libraries/robot/shared/test_teardown.robot index 96d3cd825b..fe0dda2f19 100644 --- a/resources/libraries/robot/shared/test_teardown.robot +++ b/resources/libraries/robot/shared/test_teardown.robot @@ -37,6 +37,8 @@ | | ... | Get Core Files on All Nodes | ${nodes} | | Run Keyword If Test Failed | | ... | Verify VPP PID in Teardown +| | Run Keyword If Test Failed +| | ... | VPP Show Memory On All DUTs | ${nodes} | | FOR | ${action} | IN | @{actions} | | | Run Keyword | Additional Test Tear Down Action For ${action} | | END |