diff options
author | Vratko Polak <vrpolak@cisco.com> | 2021-03-30 15:20:41 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2021-03-31 07:56:31 +0000 |
commit | e6316e28601c8ee9ad0a441518dbb7bfd4b9de14 (patch) | |
tree | 04f0e5cb21c509056d7992dbc6d7ded13a5c6cc3 /tests/vpp/device/stats/eth2p-ethipv4-l2xcbase-stats-dev.robot | |
parent | 0d65bbb9619720ecc6bca1529acfb3a5239d9719 (diff) |
Device: Add stats test with AVF
+ Extract the stats keyword into a library.
Change-Id: Icfaaa32c2a97d479ba0339acf34b865006949a89
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'tests/vpp/device/stats/eth2p-ethipv4-l2xcbase-stats-dev.robot')
-rw-r--r-- | tests/vpp/device/stats/eth2p-ethipv4-l2xcbase-stats-dev.robot | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/tests/vpp/device/stats/eth2p-ethipv4-l2xcbase-stats-dev.robot b/tests/vpp/device/stats/eth2p-ethipv4-l2xcbase-stats-dev.robot index b37836ea05..12ce4f58b3 100644 --- a/tests/vpp/device/stats/eth2p-ethipv4-l2xcbase-stats-dev.robot +++ b/tests/vpp/device/stats/eth2p-ethipv4-l2xcbase-stats-dev.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Cisco and/or its affiliates. +# Copyright (c) 2021 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -78,26 +78,6 @@ | | ... | ${tg} | ${TG_pf1}[0] | ${TG_pf2}[0] | | And Verify statistic commands -| Verify statistic commands -| | ${results}= | Create List -| | ${status} | ${value}= | Run Keyword And Ignore Error -| | ... | VPP Show Runtime On All DUTs | ${nodes} -| | Append To List | ${results} | ${status} -| | ${status} | ${value}= | Run Keyword And Ignore Error -| | ... | Show Statistics On All DUTs | ${nodes} -| | Append To List | ${results} | ${status} -| | ${status} | ${value}= | Run Keyword And Ignore Error -| | ... | Show Event Logger On All DUTs | ${nodes} -| | Append To List | ${results} | ${status} -| | ${status} | ${value}= | Run Keyword And Ignore Error -| | ... | VPP Clear Runtime On All DUTs | ${nodes} -| | Append To List | ${results} | ${status} -| | ${status} | ${value}= | Run Keyword And Ignore Error -| | ... | Clear Statistics On All DUTs | ${nodes} -| | Append To List | ${results} | ${status} -| | Should Not Contain Match | ${results} | FAIL -| | ... | msg=At least one of statistic commands failed! - *** Test Cases *** | 64B-ethipv4-l2xcbase-stats-dev | | [Tags] | 64B |