diff options
author | 2024-11-25 14:15:43 +0100 | |
---|---|---|
committer | 2024-11-25 13:52:46 +0000 | |
commit | a59d8987a84bdd2d6a5e449c0f24d29b29cd96dd (patch) | |
tree | 540ee4195475c374c4b0b8d7cd12f486fd11b3ba /resources/libraries/robot/shared | |
parent | 691498c668d4fc0194a0fc40ca61f18626690555 (diff) |
feat(dma): Add show dma as test teardown
Add the teardown to memif and nginx tests,
for memif it needs to be before "container" teardown.
Change-Id: I142b76d3e47554d3a8050e04b9598592b43f22c1
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/robot/shared')
-rw-r--r-- | resources/libraries/robot/shared/test_teardown.robot | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/resources/libraries/robot/shared/test_teardown.robot b/resources/libraries/robot/shared/test_teardown.robot index f590e8a7cd..81a9454bce 100644 --- a/resources/libraries/robot/shared/test_teardown.robot +++ b/resources/libraries/robot/shared/test_teardown.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Cisco and/or its affiliates. +# Copyright (c) 2024 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: @@ -105,6 +105,14 @@ | | | ... | Show DET44 verbose | ${nodes['${dut}']} | | END +| Additional Test Tear Down Action For dma +| | [Documentation] +| | ... | Log information relevant to DMA tests. +| | +| | FOR | ${dut} | IN | @{duts} +| | | VPP Show DMA | ${nodes['${dut}']} +| | END + | Additional Test Tear Down Action For geneve4 | | [Documentation] | | ... | Additional teardown for tests which uses GENEVE IPv4 tunnel. |