CSIT-1471: Policer - VAT API to PAPI
[csit.git] / resources / libraries / robot / shared / test_teardown.robot
1 # Copyright (c) 2019 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 """Keywords used in test teardowns."""
15
16 *** Settings ***
17 | Resource | resources/libraries/robot/shared/container.robot
18 | Library | resources.libraries.python.PapiHistory
19 | Library | resources.libraries.python.topology.Topology
20 | Variables | resources/libraries/python/Constants.py
21 | ...
22 | Documentation | Test teardown keywords.
23
24 *** Keywords ***
25 | Tear down test
26 | | [Documentation]
27 | | ... | Common test teardown for tests.
28 | | ...
29 | | ... | *Arguments:*
30 | | ... | - ${actions} - Additional teardown action. Type: list
31 | | ...
32 | | [Arguments] | @{actions}
33 | | ...
34 | | Remove All Added Ports On All DUTs From Topology | ${nodes}
35 | | Show PAPI History On All DUTs | ${nodes}
36 | | Run Keyword If Test Failed
37 | | ... | Get Core Files on All Nodes | ${nodes}
38 | | Run Keyword If Test Failed
39 | | ... | Verify VPP PID in Teardown
40 | | :FOR | ${action} | IN | @{actions}
41 | | | Run Keyword | Additional Test Tear Down Action For ${action}
42 | | Clean Sockets On All Nodes | ${nodes}
43
44 | Additional Test Tear Down Action For performance
45 | | [Documentation]
46 | | ... | Additional teardown for tests which uses performance measurement.
47 | | ...
48 | | Run Keyword If Test Failed
49 | | ... | Send traffic at specified rate | ${PERF_TRIAL_DURATION} | 10000pps
50 | | ... | ${frame_size} | ${traffic_profile} | pkt_trace=${True}
51
52 | Additional Test Tear Down Action For packet_trace
53 | | [Documentation]
54 | | ... | Additional teardown for tests which uses packet trace.
55 | | ...
56 | | Show Packet Trace on All DUTs | ${nodes}
57
58 | Additional Test Tear Down Action For container
59 | | [Documentation]
60 | | ... | Additional teardown for tests which uses containers.
61 | | ...
62 | | :FOR | ${container_group} | IN | @{container_groups}
63 | | | Destroy all '${container_group}' containers
64
65 | Additional Test Tear Down Action For vhost
66 | | [Documentation]
67 | | ... | Additional teardown for tests which uses vhost(s) and VM(s).
68 | | ...
69 | | Show VPP vhost on all DUTs | ${nodes}
70 | | ${vnf_status} | ${value}= | Run Keyword And Ignore Error
71 | | ... | Keyword Should Exist | vnf_manager.Kill All VMs
72 | | Run Keyword If | '${vnf_status}' == 'PASS' | vnf_manager.Kill All VMs
73
74 | Additional Test Tear Down Action For nat
75 | | [Documentation]
76 | | ... | Additional teardown for tests which uses NAT feature.
77 | | ...
78 | | :FOR | ${dut} | IN | @{duts}
79 | | | Run Keyword If Test Failed
80 | | | ... | Show NAT verbose | ${nodes['${dut}']}
81
82 | Additional Test Tear Down Action For namespace
83 | | [Documentation]
84 | | ... | Additional teardown for tests which uses namespace.
85 | | ...
86 | | :FOR | ${dut} | IN | @{duts}
87 | | | Clean Up Namespaces | ${nodes['${dut}']}
88
89 | Additional Test Tear Down Action For linux_bridge
90 | | [Documentation]
91 | | ... | Additional teardown for tests which uses linux_bridge.
92 | | ...
93 | | :FOR | ${dut} | IN | @{duts}
94 | | | Linux Del Bridge | ${nodes['${dut}']} | ${bid_TAP}
95
96 | Additional Test Tear Down Action For acl
97 | | [Documentation]
98 | | ... | Additional teardown for tests which uses ACL feature.
99 | | ...
100 | | Run Keyword If Test Failed
101 | | ... | Vpp Log Plugin Acl Settings | ${dut1}
102 | | Run Keyword If Test Failed
103 | | ... | Vpp Log Plugin Acl Interface Assignment | ${dut1}
104
105 | Additional Test Tear Down Action For macipacl
106 | | [Documentation]
107 | | ... | Additional teardown for tests which uses MACIP ACL feature.
108 | | ...
109 | | Run Keyword If Test Failed
110 | | ... | Vpp Log Macip Acl Settings | ${dut1}
111 | | Run Keyword If Test Failed
112 | | ... | Vpp Log Macip Acl Interface Assignment | ${dut1}
113
114 | Additional Test Tear Down Action For classify
115 | | [Documentation]
116 | | ... | Additional teardown for tests which uses classify tables.
117 | | ...
118 | | Run Keyword If Test Failed
119 | | ... | Show Classify Tables Verbose on all DUTs | ${nodes}
120
121 | Additional Test Tear Down Action For srv6
122 | | [Documentation]
123 | | ... | Additional teardown for tests which uses SRv6.
124 | | ...
125 | | Run Keyword If Test Failed
126 | | ... | Show SR Policies on all DUTs | ${nodes}
127 | | Run Keyword If Test Failed
128 | | ... | Show SR Steering Policies on all DUTs | ${nodes}
129 | | Run Keyword If Test Failed
130 | | ... | Show SR LocalSIDs on all DUTs | ${nodes}
131
132 | Additional Test Tear Down Action For ligato
133 | | [Documentation]
134 | | ... | Additional teardown for performance tests with Ligato.
135 | | ...
136 | | Run Keyword If Test Failed
137 | | ... | Get Kubernetes logs on all DUTs | ${nodes} | csit
138 | | Run Keyword If Test Failed
139 | | ... | Describe Kubernetes resource on all DUTs | ${nodes} | csit
140 | | Delete Kubernetes resource on all DUTs | ${nodes} | csit