blob: fdcc9004e4528a839c32618cf886ba0de07912cb [file] [log] [blame]
Kailash Khalasi6dab16e2018-09-17 20:24:08 -07001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Suchitra Vemuriff825322018-09-07 14:00:04 -070015*** Settings ***
You Wang59ded6c2018-10-05 17:43:44 -070016Documentation Test various end-to-end scenarios with ATT workflow
You Wang9f7eb392018-10-09 17:49:34 -070017Suite Setup Setup Suite
18Suite Teardown Teardown Suite
19Test Setup Setup Test
20Test Teardown Teardown Test
Suchitra Vemuriff825322018-09-07 14:00:04 -070021Library Collections
22Library String
23Library OperatingSystem
24Library XML
25Library RequestsLibrary
Suchitra Vemuri32fc2f22018-09-10 12:06:01 -070026Library ../../Framework/utils/utils.py
Kailash Khalasi6dab16e2018-09-17 20:24:08 -070027Resource ../../Framework/utils/utils.robot
Suchitra Vemuri32fc2f22018-09-10 12:06:01 -070028Library ../../Framework/restApi.py
Kailash Khalasi6dab16e2018-09-17 20:24:08 -070029Resource ../../Framework/Subscriber.robot
30Resource ../../Framework/ATTWorkFlowDriver.robot
You Wang0c2b3662018-10-01 16:56:17 -070031Resource ../../Framework/Kubernetes.robot
Kailash Khalasi6dab16e2018-09-17 20:24:08 -070032Resource ../../Framework/ONU.robot
You Wang0c2b3662018-10-01 16:56:17 -070033Resource ../../Framework/OLT.robot
Kailash Khalasi6dab16e2018-09-17 20:24:08 -070034Resource ../../Framework/DHCP.robot
35Variables ../../Properties/RestApiProperties.py
Suchitra Vemuriff825322018-09-07 14:00:04 -070036
37*** Variables ***
You Wang59ded6c2018-10-05 17:43:44 -070038${POD_NAME} flex-pod1-olt
39${KUBERNETES_CONFIGS_DIR} ~/pod-configs/kubernetes-configs
40${HELM_CHARTS_DIR} ~/helm-charts
41${WHITELIST_PATHFILE} ${CURDIR}/data/${POD_NAME}/ATTWhiteList.json
42${SUBSCRIBER_PATHFILE} ${CURDIR}/data/${POD_NAME}/ATTSubscriber.json
43${VOLT_DEVICE_PATHFILE} ${CURDIR}/data/${POD_NAME}/RealOLTDevice.json
44${KUBERNETES_CONF} ${KUBERNETES_CONFIGS_DIR}/${POD_NAME}.conf
45${KUBERNETES_YAML} ${KUBERNETES_CONFIGS_DIR}/${POD_NAME}.yml
46${VOLTHA_POD_NUM} 8
Suchitra Vemuriff825322018-09-07 14:00:04 -070047
Kailash Khalasia0810ce2018-09-10 13:03:27 -070048*** Test Cases ***
You Wang9f7eb392018-10-09 17:49:34 -070049ONU in Correct Location
Kailash Khalasif3e0a9f2018-09-18 13:43:42 -070050 [Documentation] Validates E2E Ping Connectivity and object states for the given scenario:
You Wang9f7eb392018-10-09 17:49:34 -070051 ... Configure whitelist with correct ONU location
52 ... Validate successful authentication/DHCP/E2E ping
Kailash Khalasif3e0a9f2018-09-18 13:43:42 -070053 [Setup] None
You Wang5be816a2018-10-11 16:45:31 -070054 Wait Until Keyword Succeeds 300s 15s Validate ONU States ACTIVE ENABLED ${onu_device}
55 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED AWAITING ${onu_device}
56 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
57 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
58 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
59 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status enabled ${onu_device}
60 Validate DHCP and Ping True True ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang0c2b3662018-10-01 16:56:17 -070061
You Wang9f7eb392018-10-09 17:49:34 -070062ONU in Correct Location -> Remove ONU from Whitelist -> Add ONU to Whitelist
You Wang0c2b3662018-10-01 16:56:17 -070063 [Documentation] Validates E2E Ping Connectivity and object states for the given scenario:
You Wang9f7eb392018-10-09 17:49:34 -070064 ... Configure whitelist with correct ONU location
65 ... Validate successful authentication/DHCP/E2E ping
66 ... Remove ONU from whitelist
67 ... Validate failed authentication/DHCP/E2E ping
68 ... Add ONU to whitelist
69 ... Validate successful authentication/DHCP/E2E ping
You Wang5be816a2018-10-11 16:45:31 -070070 Wait Until Keyword Succeeds 300s 15s Validate ONU States ACTIVE ENABLED ${onu_device}
71 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED AWAITING ${onu_device}
72 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
73 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
74 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
75 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status enabled ${onu_device}
76 Validate DHCP and Ping True True ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -070077 Clean Up Linux
78 Remove Whitelist
You Wang8fff6a02018-10-15 16:26:54 -070079 Wait Until Keyword Succeeds 300s 15s Validate ONU States UNKNOWN DISABLED ${onu_device}
You Wang5be816a2018-10-11 16:45:31 -070080 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI DISABLED AWAITING ${onu_device}
81 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
82 Validate Authentication False ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
83 Validate DHCP and Ping False False ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -070084 Clean Up Linux
85 Create Whitelist
You Wang5be816a2018-10-11 16:45:31 -070086 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED AWAITING ${onu_device}
87 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
88 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
89 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
90 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status enabled ${onu_device}
91 Validate DHCP and Ping True True ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -070092
93ONU in Correct Location -> ONU in Wrong Location -> ONU in Correct Location
94 [Documentation] Validates E2E Ping Connectivity and object states for the given scenario:
95 ... Configure whitelist with correct ONU location
96 ... Validate successful authentication/DHCP/E2E ping
97 ... Update whitelist with wrong ONU location
98 ... Validate failed authentication/DHCP/E2E ping
99 ... Update whitelist with correct ONU location
100 ... Validate successful authentication/DHCP/E2E ping
You Wang5be816a2018-10-11 16:45:31 -0700101 Wait Until Keyword Succeeds 300s 15s Validate ONU States ACTIVE ENABLED ${onu_device}
102 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED AWAITING ${onu_device}
103 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
104 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
105 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
106 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status enabled ${onu_device}
107 Validate DHCP and Ping True True ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700108 Clean Up Linux
109 Update Whitelist with Wrong Location
You Wang5be816a2018-10-11 16:45:31 -0700110 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI DISABLED AWAITING ${onu_device}
111 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
112 Validate Authentication False ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
113 Validate DHCP and Ping False False ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700114 Clean Up Linux
115 Update Whitelist with Correct Location
You Wang5be816a2018-10-11 16:45:31 -0700116 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED AWAITING ${onu_device}
117 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
118 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
119 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
120 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status enabled ${onu_device}
121 Validate DHCP and Ping True True ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700122
123ONU in Correct Location -> Remove Subscriber -> Create Subscriber
124 [Documentation] Validates E2E Ping Connectivity and object states for the given scenario:
125 ... Configure whitelist with correct ONU location
126 ... Validate successful authentication/DHCP/E2E ping
127 ... Remove subscriber model
You Wang070302c2018-10-17 15:42:24 -0700128 ... Validate successful authentication (expected with the ONF pod setup) but failed DHCP/E2E ping
You Wang9f7eb392018-10-09 17:49:34 -0700129 ... Recreate subscriber model
130 ... Validate successful authentication/DHCP/E2E ping
You Wang5be816a2018-10-11 16:45:31 -0700131 Wait Until Keyword Succeeds 300s 15s Validate ONU States ACTIVE ENABLED ${onu_device}
132 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED AWAITING ${onu_device}
133 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
134 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
135 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
136 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status enabled ${onu_device}
137 Validate DHCP and Ping True True ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700138 Clean Up Linux
139 Remove Subscriber
You Wang070302c2018-10-17 15:42:24 -0700140 Sleep 10s
141 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
You Wang5be816a2018-10-11 16:45:31 -0700142 Validate DHCP and Ping False False ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700143 Clean Up Linux
144 Create Subscriber
You Wang070302c2018-10-17 15:42:24 -0700145 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status pre-provisioned ${onu_device}
You Wang5be816a2018-10-11 16:45:31 -0700146 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
147 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
148 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status enabled ${onu_device}
149 Validate DHCP and Ping True True ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700150
151ONU in Correct Location (Skip Subscriber Provisioning) -> Provision Subscriber
152 [Documentation] Validates E2E Ping Connectivity and object states for the given scenario:
153 ... Configure whitelist with correct ONU location and skip provisioning subscriber
You Wang5be816a2018-10-11 16:45:31 -0700154 ... Validate successful authentication (expected with the ONF pod setup) but failed DHCP/E2E ping
You Wang9f7eb392018-10-09 17:49:34 -0700155 ... Provision subscriber
156 ... Validate successful authentication/DHCP/E2E ping
157 [Setup] None
158 Create Whitelist
159 Create VOLT
You Wang5be816a2018-10-11 16:45:31 -0700160 Wait Until Keyword Succeeds 300s 15s Validate ONU States ACTIVE ENABLED ${onu_device}
161 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED AWAITING ${onu_device}
162 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
You Wang8fff6a02018-10-15 16:26:54 -0700163 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
You Wang5be816a2018-10-11 16:45:31 -0700164 Validate DHCP and Ping False False ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700165 Clean Up Linux
166 Create Subscriber
You Wang5be816a2018-10-11 16:45:31 -0700167 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
168 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
169 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
170 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status enabled ${onu_device}
171 Validate DHCP and Ping True True ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700172
173ONU in Correct Location (Skip Authentication)
174 [Documentation] Validates E2E Ping Connectivity and object states for the given scenario:
175 ... Configure whitelist with correct ONU location and skip RG authentication
176 ... Validate failed authentication/DHCP/E2E ping
You Wang5be816a2018-10-11 16:45:31 -0700177 Wait Until Keyword Succeeds 300s 15s Validate ONU States ACTIVE ENABLED ${onu_device}
178 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED AWAITING ${onu_device}
179 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
180 Validate DHCP and Ping False False ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang0c2b3662018-10-01 16:56:17 -0700181
You Wang9f7eb392018-10-09 17:49:34 -0700182ONU not in Whitelist
You Wang0c2b3662018-10-01 16:56:17 -0700183 [Documentation] Validates E2E Ping Connectivity and object states for the given scenario:
You Wang9f7eb392018-10-09 17:49:34 -0700184 ... Skip whitelist configuration for ONU
185 ... Validate failed authentication/DHCP/E2E ping
You Wang0c2b3662018-10-01 16:56:17 -0700186 [Setup] None
You Wang9f7eb392018-10-09 17:49:34 -0700187 Create Subscriber
188 Create VOLT
You Wang5be816a2018-10-11 16:45:31 -0700189 Wait Until Keyword Succeeds 300s 15s Validate ONU States UNKNOWN DISABLED ${onu_device}
190 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI DISABLED AWAITING ${onu_device}
191 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
192 Validate Authentication False ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
193 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI DISABLED AWAITING ${onu_device}
194 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
195 Validate DHCP and Ping False False ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
Suchitra Vemuriff825322018-09-07 14:00:04 -0700196
You Wang9f7eb392018-10-09 17:49:34 -0700197ONU not in Whitelist (Skip Subscriber Provisioning) -> Add ONU to Whitelist -> Provision Subscriber
198 [Documentation] Validates E2E Ping Connectivity and object states for the given scenario:
199 ... Skip whitelist configuration for ONU and subscriber provisioning
You Wang5be816a2018-10-11 16:45:31 -0700200 ... Validate successful authentication but failed DHCP/E2E ping
You Wang9f7eb392018-10-09 17:49:34 -0700201 ... Configure whitelist with correct ONU location
You Wang5be816a2018-10-11 16:45:31 -0700202 ... Validate successful authentication (expected with the ONF pod setup) but failed DHCP/E2E ping
You Wang9f7eb392018-10-09 17:49:34 -0700203 ... Provision subscriber
204 ... Validate successful authentication/DHCP/E2E ping
205 [Setup] None
206 Create VOLT
You Wang5be816a2018-10-11 16:45:31 -0700207 Wait Until Keyword Succeeds 300s 15s Validate ONU States UNKNOWN DISABLED ${onu_device}
208 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI DISABLED AWAITING ${onu_device}
209 Validate Authentication False ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
210 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI DISABLED AWAITING ${onu_device}
211 Validate DHCP and Ping False False ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700212 Clean Up Linux
213 Create Whitelist
You Wang5be816a2018-10-11 16:45:31 -0700214 Wait Until Keyword Succeeds 300s 15s Validate ONU States ACTIVE ENABLED ${onu_device}
215 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED AWAITING ${onu_device}
216 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
You Wang8fff6a02018-10-15 16:26:54 -0700217 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
You Wang5be816a2018-10-11 16:45:31 -0700218 Validate DHCP and Ping False False ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700219 Clean Up Linux
220 Create Subscriber
You Wang5be816a2018-10-11 16:45:31 -0700221 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
222 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
223 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
224 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status enabled ${onu_device}
225 Validate DHCP and Ping True True ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700226
227ONU in Wrong Location
228 [Documentation] Validates E2E Ping Connectivity and object states for the given scenario:
229 ... Configure whitelist with wrong ONU location
230 ... Validate failed authentication/DHCP/E2E ping
231 Update Whitelist with Wrong Location
You Wang5be816a2018-10-11 16:45:31 -0700232 Wait Until Keyword Succeeds 300s 15s Validate ONU States UNKNOWN DISABLED ${onu_device}
233 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI DISABLED AWAITING ${onu_device}
234 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
235 Validate Authentication False ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
236 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI DISABLED AWAITING ${onu_device}
237 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
238 Validate DHCP and Ping False False ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700239
You Wang5be816a2018-10-11 16:45:31 -0700240ONU in Wrong Location (Skip Subscriber Provisioning) -> ONU in Correct Location -> Provision Subscriber
You Wang9f7eb392018-10-09 17:49:34 -0700241 [Documentation] Validates E2E Ping Connectivity and object states for the given scenario:
242 ... Configure whitelist with wrong ONU location and skip subscriber provisioning
243 ... Validate failed authentication/DHCP/E2E ping
244 ... Configure whitelist with correct ONU location
You Wang5be816a2018-10-11 16:45:31 -0700245 ... Validate successful authentication (expected with the ONF pod setup) but failed DHCP/E2E ping
You Wang9f7eb392018-10-09 17:49:34 -0700246 ... Provision subscriber
247 ... Validate successful authentication/DHCP/E2E ping
248 [Setup] None
You Wang9f7eb392018-10-09 17:49:34 -0700249 Create VOLT
250 Create Whitelist
251 Update Whitelist with Wrong Location
You Wang5be816a2018-10-11 16:45:31 -0700252 Wait Until Keyword Succeeds 300s 15s Validate ONU States UNKNOWN DISABLED ${onu_device}
253 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI DISABLED AWAITING ${onu_device}
254 Validate Authentication False ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
255 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI DISABLED AWAITING ${onu_device}
256 Validate DHCP and Ping False False ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700257 Clean Up Linux
258 Update Whitelist with Correct Location
You Wang5be816a2018-10-11 16:45:31 -0700259 Wait Until Keyword Succeeds 300s 15s Validate ONU States ACTIVE ENABLED ${onu_device}
260 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED AWAITING ${onu_device}
261 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
You Wang8fff6a02018-10-15 16:26:54 -0700262 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
You Wang5be816a2018-10-11 16:45:31 -0700263 Validate DHCP and Ping False False ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700264 Clean Up Linux
265 Create Subscriber
You Wang5be816a2018-10-11 16:45:31 -0700266 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status awaiting-auth ${onu_device}
267 Validate Authentication True ${src_iface} wpa_supplicant.conf ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
268 Wait Until Keyword Succeeds 60s 2s Validate ATT Workflow Driver SI ENABLED APPROVED ${onu_device}
269 Wait Until Keyword Succeeds 60s 2s Validate Subscriber Status enabled ${onu_device}
270 Validate DHCP and Ping True True ${src_iface} ${s_tag} ${c_tag} ${dst_dp_ip} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name} ${dst_dp_iface} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700271
Suchitra Vemuriff825322018-09-07 14:00:04 -0700272*** Keywords ***
You Wang9f7eb392018-10-09 17:49:34 -0700273Setup Suite
Kailash Khalasif3e0a9f2018-09-18 13:43:42 -0700274 ${auth} = Create List ${XOS_USER} ${XOS_PASSWD}
275 ${HEADERS} Create Dictionary Content-Type=application/json
276 Create Session ${server_ip} http://${server_ip}:${server_port} auth=${AUTH} headers=${HEADERS}
277 ${att_workflow_service_id}= Get Service Owner Id ${ATT_SERVICE}
278 ${volt_service_id}= Get Service Owner Id ${VOLT_SERVICE}
Kailash Khalasi30a6a392018-09-10 14:32:39 -0700279 ${AttWhiteListList}= utils.jsonToList ${WHITELIST_PATHFILE} AttWhiteListInfo
You Wang9f7eb392018-10-09 17:49:34 -0700280 Set Suite Variable ${AttWhiteListList}
Suchitra Vemuriff825322018-09-07 14:00:04 -0700281 ${AttWhiteListDict}= utils.listToDict ${AttWhiteListList} 0
Kailash Khalasif3e0a9f2018-09-18 13:43:42 -0700282 ${AttWhiteListDict}= utils.setFieldValueInDict ${AttWhiteListDict} owner_id ${att_workflow_service_id}
Suchitra Vemuriff825322018-09-07 14:00:04 -0700283 ${onu_device}= Get From Dictionary ${AttWhiteListDict} serial_number
Suchitra Vemuriff825322018-09-07 14:00:04 -0700284 Set Global Variable ${onu_device}
You Wang9f7eb392018-10-09 17:49:34 -0700285 ${onu_location}= Get From Dictionary ${AttWhiteListDict} pon_port_id
286 Set Global Variable ${onu_location}
Kailash Khalasi30a6a392018-09-10 14:32:39 -0700287 ${SubscriberList}= utils.jsonToList ${SUBSCRIBER_PATHFILE} SubscriberInfo
You Wang9f7eb392018-10-09 17:49:34 -0700288 Set Global Variable ${SubscriberList}
Kailash Khalasi6dab16e2018-09-17 20:24:08 -0700289 ${SubscriberDict}= utils.listToDict ${SubscriberList} 0
290 ${s_tag}= utils.getFieldValueFromDict ${SubscriberDict} s_tag
291 ${c_tag}= utils.getFieldValueFromDict ${SubscriberDict} c_tag
Kailash Khalasif3e0a9f2018-09-18 13:43:42 -0700292 ${VoltDeviceList}= utils.jsonToList ${VOLT_DEVICE_PATHFILE} VOLTDeviceInfo
You Wang9f7eb392018-10-09 17:49:34 -0700293 Set Global Variable ${VoltDeviceList}
Kailash Khalasi6dab16e2018-09-17 20:24:08 -0700294 Set Suite Variable ${s_tag}
295 Set Suite Variable ${c_tag}
You Wang59ded6c2018-10-05 17:43:44 -0700296 Set Global Variable ${export_kubeconfig} export KUBECONFIG=${KUBERNETES_CONF}
297 # Read variables from yaml file
298 ${src_ip}= Evaluate ${hosts}.get("src").get("ip")
299 ${src_user}= Evaluate ${hosts}.get("src").get("user")
300 ${src_pass}= Evaluate ${hosts}.get("src").get("pass")
You Wang5be816a2018-10-11 16:45:31 -0700301 ${src_container_type}= Evaluate ${hosts}.get("src").get("container_type")
You Wang59ded6c2018-10-05 17:43:44 -0700302 ${src_container_name}= Evaluate ${hosts}.get("src").get("container_name")
303 ${src_iface}= Evaluate ${hosts}.get("src").get("dp_iface_name")
304 ${dst_ip}= Evaluate ${hosts}.get("dst").get("ip")
305 ${dst_user} = Evaluate ${hosts}.get("dst").get("user")
306 ${dst_pass}= Evaluate ${hosts}.get("dst").get("pass")
You Wang5be816a2018-10-11 16:45:31 -0700307 ${dst_container_type}= Evaluate ${hosts}.get("dst").get("container_type")
You Wang59ded6c2018-10-05 17:43:44 -0700308 ${dst_container_name}= Evaluate ${hosts}.get("dst").get("container_name")
309 ${dst_dp_iface}= Evaluate ${hosts}.get("dst").get("dp_iface_name")
310 ${dst_dp_ip}= Evaluate ${hosts}.get("dst").get("dp_iface_ip_qinq")
311 ${olt_ip}= Evaluate ${olts}[0].get("ip")
312 ${olt_user}= Evaluate ${olts}[0].get("user")
313 ${olt_pass}= Evaluate ${olts}[0].get("pass")
You Wang8fff6a02018-10-15 16:26:54 -0700314 ${k8s_node_ip}= Evaluate ${nodes}[0].get("ip")
315 ${k8s_node_user}= Evaluate ${nodes}[0].get("user")
316 ${k8s_node_pass}= Evaluate ${nodes}[0].get("pass")
You Wang59ded6c2018-10-05 17:43:44 -0700317 Set Suite Variable ${src_ip}
318 Set Suite Variable ${src_user}
319 Set Suite Variable ${src_pass}
You Wang5be816a2018-10-11 16:45:31 -0700320 Set Suite Variable ${src_container_type}
You Wang59ded6c2018-10-05 17:43:44 -0700321 Set Suite Variable ${src_container_name}
322 Set Suite Variable ${src_iface}
323 Set Suite Variable ${dst_ip}
324 Set Suite Variable ${dst_user}
325 Set Suite Variable ${dst_pass}
You Wang5be816a2018-10-11 16:45:31 -0700326 Set Suite Variable ${dst_container_type}
You Wang59ded6c2018-10-05 17:43:44 -0700327 Set Suite Variable ${dst_container_name}
328 Set Suite Variable ${dst_dp_iface}
329 Set Suite Variable ${dst_dp_ip}
330 Set Suite Variable ${olt_ip}
331 Set Suite Variable ${olt_user}
332 Set Suite Variable ${olt_pass}
You Wang8fff6a02018-10-15 16:26:54 -0700333 Set Suite Variable ${k8s_node_ip}
334 Set Suite Variable ${k8s_node_user}
335 Set Suite Variable ${k8s_node_pass}
336 @{container_list}= Create List
You Wangf573e402018-10-17 14:01:59 -0700337 Append To List ${container_list} onos
338 Append To List ${container_list} xos-core
339 Append To List ${container_list} vcore
You Wang8fff6a02018-10-15 16:26:54 -0700340 Set Suite Variable ${container_list}
341 ${datetime}= Get Current Datetime On Kubernetes Node ${k8s_node_ip} ${k8s_node_user} ${k8s_node_pass}
342 Set Suite Variable ${datetime}
Suchitra Vemuriff825322018-09-07 14:00:04 -0700343
You Wang9f7eb392018-10-09 17:49:34 -0700344Teardown Suite
Kailash Khalasif3e0a9f2018-09-18 13:43:42 -0700345 [Documentation] Performs any additional cleanup required
346 Log Suite Teardown cleanup
347 Delete All Sessions
348
You Wang9f7eb392018-10-09 17:49:34 -0700349Setup Test
Kailash Khalasif3e0a9f2018-09-18 13:43:42 -0700350 [Documentation] Re-create Subscriber, whitelist, and olt-device models to test
351 Log Re-creating objects
You Wang8fff6a02018-10-15 16:26:54 -0700352 ${datetime}= Get Current Datetime On Kubernetes Node ${k8s_node_ip} ${k8s_node_user} ${k8s_node_pass}
You Wang9f7eb392018-10-09 17:49:34 -0700353 Create Whitelist
354 Create Subscriber
355 Create VOLT
356
You Wang9f7eb392018-10-09 17:49:34 -0700357Teardown Test
Kailash Khalasif3e0a9f2018-09-18 13:43:42 -0700358 [Documentation] Delete xos objects, kills processes and cleans up interfaces on src+dst servers
You Wang9f7eb392018-10-09 17:49:34 -0700359 Clean Up Linux
360 Clean Up XOS
You Wang8fff6a02018-10-15 16:26:54 -0700361 Log Kubernetes Containers Logs Since Time ${datetime} ${container_list}
You Wang9f7eb392018-10-09 17:49:34 -0700362
363Clean Up Linux
364 [Documentation] Kill processes and clean up interfaces on src+dst servers
You Wang5be816a2018-10-11 16:45:31 -0700365 Run Keyword And Ignore Error Kill Linux Process [w]pa_supplicant ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
366 Run Keyword And Ignore Error Kill Linux Process [d]hclient ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
367 Run Keyword If '${dst_ip}' != '${None}' Run Keyword And Ignore Error Kill Linux Process [d]hcpd ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
368 Delete IP Addresses from Interface on Remote Host ${src_iface} ${src_ip} ${src_user} ${src_pass} ${src_container_type} ${src_container_name}
369 Run Keyword If '${dst_ip}' != '${None}' Delete Interface on Remote Host ${dst_dp_iface}.${s_tag} ${dst_ip} ${dst_user} ${dst_pass} ${dst_container_type} ${dst_container_name}
You Wang9f7eb392018-10-09 17:49:34 -0700370
371Clean Up XOS
372 [Documentation] Clean up all XOS objects and reinstall voltha after OLT reboots
You Wang88e1d852018-10-05 11:44:19 -0700373 Wait Until Keyword Succeeds 60s 2s Clean Up Objects ${VOLT_SUBSCRIBER}
374 Wait Until Keyword Succeeds 60s 2s Clean Up Objects ${VOLT_DEVICE}
375 Wait Until Keyword Succeeds 60s 2s Clean Up Objects ${ATT_WHITELIST}
You Wang0c2b3662018-10-01 16:56:17 -0700376 Wait Until Keyword Succeeds 120s 10s Check Remote System Reachability False ${olt_ip}
377 Wait Until Keyword Succeeds 120s 10s Check Remote System Reachability True ${olt_ip}
378 Wait Until Keyword Succeeds 120s 10s Openolt is Up ${olt_ip} ${olt_user} ${olt_pass}
Kailash Khalasia0810ce2018-09-10 13:03:27 -0700379
You Wang5be816a2018-10-11 16:45:31 -0700380Create Whitelist
381 ${AttWhiteListDict}= utils.listToDict ${AttWhiteListList} 0
382 CORD Post ${ATT_WHITELIST} ${AttWhiteListDict}
383
You Wang9f7eb392018-10-09 17:49:34 -0700384Remove Whitelist
385 ${whitelist_id}= Retrieve Whitelist Entry ${onu_device}
386 CORD Delete ${ATT_WHITELIST} ${whitelist_id}
387
388Update Whitelist with Wrong Location
389 ${whitelist_id}= Retrieve Whitelist Entry ${onu_device}
390 CORD Put ${ATT_WHITELIST} {"pon_port_id": 55 } ${whitelist_id}
391
392Update Whitelist with Correct Location
393 ${whitelist_id}= Retrieve Whitelist Entry ${onu_device}
394 CORD Put ${ATT_WHITELIST} {"pon_port_id": ${onu_location} } ${whitelist_id}
395
You Wang5be816a2018-10-11 16:45:31 -0700396Create Subscriber
397 ${SubscriberDict}= utils.listToDict ${SubscriberList} 0
398 Wait Until Keyword Succeeds 120s 15s CORD Post ${VOLT_SUBSCRIBER} ${SubscriberDict}
Kailash Khalasia0810ce2018-09-10 13:03:27 -0700399
You Wangf573e402018-10-17 14:01:59 -0700400Remove Subscriber
401 ${subscriber_id}= Retrieve Subscriber ${c_tag}
402 CORD Delete ${VOLT_SUBSCRIBER} ${subscriber_id}
403
You Wang5be816a2018-10-11 16:45:31 -0700404Create VOLT
405 ${VoltDeviceDict}= utils.listToDict ${VoltDeviceList} 0
406 CORD Post ${VOLT_DEVICE} ${VoltDeviceDict}