blob: 612bb1830448f2c56cf95443adcbdd6bb459603e [file] [log] [blame]
Suchitra Vemuri3f8b0f62019-09-12 13:25:16 -07001#Copyright 2017-present Open Networking Foundation
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -07002#
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
Matteo Scandolo1294aeb2019-09-24 16:20:32 -070015# FIXME Can we use the same test against BBSim and Hardware?
16
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070017*** Settings ***
Zack Williamsec53a1b2019-09-16 15:50:52 -070018Documentation Test various end-to-end scenarios
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070019Suite Setup Setup Suite
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070020Test Setup Setup
21Test Teardown Teardown
22Library Collections
23Library String
24Library OperatingSystem
25Library XML
26Library RequestsLibrary
Suchitra Vemurib8ed2d52019-09-30 13:22:51 -070027Library ../../../voltha/tests/atests/common/testCaseUtils.py
28Resource ../../../cord-tester/src/test/cord-api/Framework/Subscriber.robot
29Resource ../../../cord-tester/src/test/cord-api/Framework/OLT.robot
30Resource ../../../cord-tester/src/test/cord-api/Framework/DHCP.robot
31Resource ../../../cord-tester/src/test/cord-api/Framework/Kubernetes.robot
32Resource ../../libraries/onos.robot
33Resource ../../libraries/voltctl.robot
34Resource ../../libraries/utils.robot
35Resource ../../variables/variables.robot
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070036
37*** Variables ***
Zack Williamsec53a1b2019-09-16 15:50:52 -070038${POD_NAME} flex-ocp-cord
39${KUBERNETES_CONF} ${KUBERNETES_CONFIGS_DIR}/${POD_NAME}.conf
40${KUBERNETES_CONFIGS_DIR} ~/pod-configs/kubernetes-configs
41#${KUBERNETES_CONFIGS_DIR} ${KUBERNETES_CONFIGS_DIR}/${POD_NAME}.conf
42${KUBERNETES_YAML} ${KUBERNETES_CONFIGS_DIR}/${POD_NAME}.yml
43${HELM_CHARTS_DIR} ~/helm-charts
44${VOLTHA_POD_NUM} 8
45${timeout} 90s
46${num_onus} 1
47${of_id} 0
48${logical_id} 0
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070049
50*** Test Cases ***
51Sanity E2E Test for OLT/ONU on POD
52 [Documentation] Validates E2E Ping Connectivity and object states for the given scenario:
53 ... Validate successful authentication/DHCP/E2E ping for the tech profile that is used
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070054 [Tags] test1
Zack Williamsec53a1b2019-09-16 15:50:52 -070055 #[Setup] Clean Up Linux
56 ${of_id}= Wait Until Keyword Succeeds 60s 15s Validate OLT Device in ONOS ${olt_serial_number}
57 #Wait Until Keyword Succeeds 60s 2s Verify Eapol Flows Added ${k8s_node_ip} ${ONOS_SSH_PORT} 5
58 Validate Authentication True ${src0['dp_iface_name']} wpa_supplicant.conf ${src0['ip']} ${src0['user']} ${src0['pass']}
59 ... ${src0['container_type']} ${src0['container_name']}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070060 #Validate ONU authenticated in ONOS
Suchitra Vemuri65e5fbb2019-09-27 15:23:52 -070061 #Wait Until Keyword Succeeds 90s 2s Verify Number of AAA-Users ${k8s_node_ip} ${ONOS_SSH_PORT} ${num_onus}
62 ${onu_port}= Wait Until Keyword Succeeds 90s 2s Get ONU Port in ONOS ${onu_serial_number} ${of_id}
63 Wait Until Keyword Succeeds 60s 2s Execute ONOS Command ${k8s_node_ip} ${ONOS_SSH_PORT} volt-add-subscriber-access ${of_id} ${onu_port}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070064 # Perform dhclient and ping operations
Zack Williamsec53a1b2019-09-16 15:50:52 -070065 Validate DHCP and Ping True True ${src0['dp_iface_name']} ${src0['s_tag']} ${src0['c_tag']} ${dst0['dp_iface_ip_qinq']}
66 ... ${src0['ip']} ${src0['user']} ${src0['pass']} ${src0['container_type']} ${src0['container_name']} ${dst0['dp_iface_name']}
67 ... ${dst0['ip']} ${dst0['user']} ${dst0['pass']} ${dst0['container_type']} ${dst0['container_name']}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070068 #Validate DHCP allocation in ONOS
Zack Williamsec53a1b2019-09-16 15:50:52 -070069 Wait Until Keyword Succeeds 60s 2s Validate DHCP Allocations ${k8s_node_ip} ${ONOS_SSH_PORT} ${num_onus}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070070
71*** Keywords ***
72Setup Suite
Zack Williamsec53a1b2019-09-16 15:50:52 -070073 [Documentation] Setup the whole test suite
Suchitra Vemuri2adc07e2019-09-05 17:25:31 -070074 Set Global Variable ${KUBECTL_CONFIG} export KUBECONFIG=%{KUBECONFIG}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070075 Set Global Variable ${export_kubeconfig} export KUBECONFIG=${KUBERNETES_CONF}
76 Set Global Variable ${of_id}
77 Set Global Variable ${VOLTCTL_CONFIG} export VOLTCONFIG=%{VOLTCONFIG}
78 ${k8s_node_ip}= Evaluate ${nodes}[0].get("ip")
79 ${k8s_node_user}= Evaluate ${nodes}[0].get("user")
80 ${k8s_node_pass}= Evaluate ${nodes}[0].get("pass")
81 Check CLI Tools Configured
82 ${onos_auth}= Create List karaf karaf
83 ${HEADERS} Create Dictionary Content-Type=application/json
Suchitra Vemuri9c24d2b2019-09-30 10:28:25 -070084 Create Session ONOS http://${k8s_node_ip}:${ONOS_REST_PORT} auth=${ONOS_AUTH}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070085 Set Global Variable ${export_kubeconfig} export KUBECONFIG=${KUBERNETES_CONF}
86 ${olt_ip}= Evaluate ${olts}[0].get("ip")
87 ${olt_user}= Evaluate ${olts}[0].get("user")
88 ${olt_pass}= Evaluate ${olts}[0].get("pass")
89 ${olt_serial_number}= Evaluate ${olts}[0].get("serial")
90 ${onu_serial_number}= Evaluate ${onus}[0].get("serial")
Suchitra Vemuri2adc07e2019-09-05 17:25:31 -070091 Set Suite Variable ${olt_serial_number}
92 Set Suite Variable ${onu_serial_number}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070093 Set Suite Variable ${olt_ip}
94 Set Suite Variable ${olt_user}
95 Set Suite Variable ${olt_pass}
96 Set Suite Variable ${k8s_node_ip}
97 Set Suite Variable ${k8s_node_user}
98 Set Suite Variable ${k8s_node_pass}
99 @{container_list}= Create List
100 Append To List ${container_list} adapter-open-olt
101 Append To List ${container_list} adapter-open-onu
102 Append To List ${container_list} voltha-api-server
103 Append To List ${container_list} voltha-ro-core
104 Append To List ${container_list} voltha-rw-core-11
105 Append To List ${container_list} voltha-rw-core-12
106 Append To List ${container_list} voltha-ofagent
107 Set Suite Variable ${container_list}
108 Set Deployment Config Variables
109 ${datetime}= Get Current Datetime On Kubernetes Node ${k8s_node_ip} ${k8s_node_user} ${k8s_node_pass}
110 Set Suite Variable ${datetime}
111
112Setup
Zack Williamsec53a1b2019-09-16 15:50:52 -0700113 [Documentation] Pre-test Setup
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700114 #create/preprovision device
Suchitra Vemuric59eb272019-09-18 17:59:33 -0700115 ${olt_device_id}= Create Device ${olt_ip} ${OLT_PORT}
116 Set Suite Variable ${olt_device_id}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700117 #enable device
Suchitra Vemuric59eb272019-09-18 17:59:33 -0700118 Enable Device ${olt_device_id}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700119 #validate olt states
Zack Williamsec53a1b2019-09-16 15:50:52 -0700120 Wait Until Keyword Succeeds 60s 5s Validate Device ${olt_serial_number} ENABLED ACTIVE
121 ... REACHABLE
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700122 #validate onu states
Zack Williamsec53a1b2019-09-16 15:50:52 -0700123 Wait Until Keyword Succeeds 60s 5s Validate Device ${onu_serial_number} ENABLED ACTIVE
124 ... REACHABLE onu=True onu_reason=tech-profile-config-download-success
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700125 #get onu device id
126 ${onu_device_id}= Get Device ID From SN ${onu_serial_number}
127 Set Suite Variable ${onu_device_id}
Suchitra Vemuri00d147d2019-09-13 13:07:32 -0700128 ${logical_id}= Get Logical Device ID From SN ${olt_serial_number}
129 Set Suite Variable ${logical_id}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700130
131Teardown
132 [Documentation] kills processes and cleans up interfaces on src+dst servers
Suchitra Vemuri65e5fbb2019-09-27 15:23:52 -0700133 Get Device Output from Voltha ${olt_device_id}
134 #Get Logical Device Output from Voltha ${logical_id}
Suchitra Vemuric59eb272019-09-18 17:59:33 -0700135 Get ONOS Status ${k8s_node_ip}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700136 Clean Up Linux
137 Log Kubernetes Containers Logs Since Time ${datetime} ${container_list}
138
139Clean Up Linux
140 [Documentation] Kill processes and clean up interfaces on src+dst servers
Zack Williamsec53a1b2019-09-16 15:50:52 -0700141 Run Keyword And Ignore Error Kill Linux Process [w]pa_supplicant ${src0['ip']} ${src0['user']} ${src0['pass']} ${src0['container_type']}
142 ... ${src0['container_name']}
143 Run Keyword And Ignore Error Kill Linux Process [d]hclient ${src0['ip']} ${src0['user']} ${src0['pass']} ${src0['container_type']}
144 ... ${src0['container_name']}
145 Run Keyword If '${dst0['ip']}' != '${None}' Run Keyword And Ignore Error Kill Linux Process [d]hcpd ${dst0['ip']} ${dst0['user']}
146 ... ${dst0['pass']} ${dst0['container_type']} ${dst0['container_name']}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700147 Delete IP Addresses from Interface on Remote Host ${src0['dp_iface_name']} ${src0['ip']} ${src0['user']} ${src0['pass']} ${src0['container_type']} ${src0['container_name']}
Zack Williamsec53a1b2019-09-16 15:50:52 -0700148 Run Keyword If '${dst0['ip']}' != '${None}' Delete Interface on Remote Host ${dst0['dp_iface_name']}.${src0['s_tag']} ${dst0['ip']} ${dst0['user']} ${dst0['pass']}
149 ... ${dst0['container_type']} ${dst0['container_name']}