blob: a3333102f11e06bfdfd207e420a0b8c5b393e04a [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 Vemuri00d147d2019-09-13 13:07:32 -070027Library ../../voltha/tests/atests/common/testCaseUtils.py
28Resource ../../cord-tester/src/test/cord-api/Framework/Subscriber.robot
Suchitra Vemuric59eb272019-09-18 17:59:33 -070029Resource ../../cord-tester/src/test/cord-api/Framework/OLT.robot
Suchitra Vemuri00d147d2019-09-13 13:07:32 -070030Resource ../../cord-tester/src/test/cord-api/Framework/DHCP.robot
31Resource ../../cord-tester/src/test/cord-api/Framework/Kubernetes.robot
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070032Resource ../libraries/onos.robot
33Resource ../libraries/voltctl.robot
34Resource ../libraries/utils.robot
35Resource ../variables/variables.robot
36
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 Vemuri8d085de2019-09-11 14:04:20 -070061 Wait Until Keyword Succeeds 90s 2s Verify Number of AAA-Users ${k8s_node_ip} ${ONOS_SSH_PORT} ${num_onus}
62 Wait Until Keyword Succeeds 60s 2s Execute ONOS Command ${k8s_node_ip} ${ONOS_SSH_PORT} volt-add-subscriber-access ${of_id} 16
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070063 # Perform dhclient and ping operations
Zack Williamsec53a1b2019-09-16 15:50:52 -070064 Validate DHCP and Ping True True ${src0['dp_iface_name']} ${src0['s_tag']} ${src0['c_tag']} ${dst0['dp_iface_ip_qinq']}
65 ... ${src0['ip']} ${src0['user']} ${src0['pass']} ${src0['container_type']} ${src0['container_name']} ${dst0['dp_iface_name']}
66 ... ${dst0['ip']} ${dst0['user']} ${dst0['pass']} ${dst0['container_type']} ${dst0['container_name']}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070067 #Validate DHCP allocation in ONOS
Zack Williamsec53a1b2019-09-16 15:50:52 -070068 Wait Until Keyword Succeeds 60s 2s Validate DHCP Allocations ${k8s_node_ip} ${ONOS_SSH_PORT} ${num_onus}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070069
70*** Keywords ***
71Setup Suite
Zack Williamsec53a1b2019-09-16 15:50:52 -070072 [Documentation] Setup the whole test suite
Suchitra Vemuri2adc07e2019-09-05 17:25:31 -070073 Set Global Variable ${KUBECTL_CONFIG} export KUBECONFIG=%{KUBECONFIG}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070074 Set Global Variable ${export_kubeconfig} export KUBECONFIG=${KUBERNETES_CONF}
75 Set Global Variable ${of_id}
76 Set Global Variable ${VOLTCTL_CONFIG} export VOLTCONFIG=%{VOLTCONFIG}
77 ${k8s_node_ip}= Evaluate ${nodes}[0].get("ip")
78 ${k8s_node_user}= Evaluate ${nodes}[0].get("user")
79 ${k8s_node_pass}= Evaluate ${nodes}[0].get("pass")
80 Check CLI Tools Configured
81 ${onos_auth}= Create List karaf karaf
82 ${HEADERS} Create Dictionary Content-Type=application/json
83 Create Session ONOS http://${k8snode_ip}:${ONOS_REST_PORT} auth=${ONOS_AUTH}
84 Set Global Variable ${export_kubeconfig} export KUBECONFIG=${KUBERNETES_CONF}
85 ${olt_ip}= Evaluate ${olts}[0].get("ip")
86 ${olt_user}= Evaluate ${olts}[0].get("user")
87 ${olt_pass}= Evaluate ${olts}[0].get("pass")
88 ${olt_serial_number}= Evaluate ${olts}[0].get("serial")
89 ${onu_serial_number}= Evaluate ${onus}[0].get("serial")
Suchitra Vemuri2adc07e2019-09-05 17:25:31 -070090 Set Suite Variable ${olt_serial_number}
91 Set Suite Variable ${onu_serial_number}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -070092 Set Suite Variable ${olt_ip}
93 Set Suite Variable ${olt_user}
94 Set Suite Variable ${olt_pass}
95 Set Suite Variable ${k8s_node_ip}
96 Set Suite Variable ${k8s_node_user}
97 Set Suite Variable ${k8s_node_pass}
98 @{container_list}= Create List
99 Append To List ${container_list} adapter-open-olt
100 Append To List ${container_list} adapter-open-onu
101 Append To List ${container_list} voltha-api-server
102 Append To List ${container_list} voltha-ro-core
103 Append To List ${container_list} voltha-rw-core-11
104 Append To List ${container_list} voltha-rw-core-12
105 Append To List ${container_list} voltha-ofagent
106 Set Suite Variable ${container_list}
107 Set Deployment Config Variables
108 ${datetime}= Get Current Datetime On Kubernetes Node ${k8s_node_ip} ${k8s_node_user} ${k8s_node_pass}
109 Set Suite Variable ${datetime}
110
111Setup
Zack Williamsec53a1b2019-09-16 15:50:52 -0700112 [Documentation] Pre-test Setup
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700113 #create/preprovision device
Suchitra Vemuric59eb272019-09-18 17:59:33 -0700114 ${olt_device_id}= Create Device ${olt_ip} ${OLT_PORT}
115 Set Suite Variable ${olt_device_id}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700116 #enable device
Suchitra Vemuric59eb272019-09-18 17:59:33 -0700117 Enable Device ${olt_device_id}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700118 #validate olt states
Zack Williamsec53a1b2019-09-16 15:50:52 -0700119 Wait Until Keyword Succeeds 60s 5s Validate Device ${olt_serial_number} ENABLED ACTIVE
120 ... REACHABLE
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700121 #validate onu states
Zack Williamsec53a1b2019-09-16 15:50:52 -0700122 Wait Until Keyword Succeeds 60s 5s Validate Device ${onu_serial_number} ENABLED ACTIVE
123 ... REACHABLE onu=True onu_reason=tech-profile-config-download-success
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700124 #get onu device id
125 ${onu_device_id}= Get Device ID From SN ${onu_serial_number}
126 Set Suite Variable ${onu_device_id}
Suchitra Vemuri00d147d2019-09-13 13:07:32 -0700127 ${logical_id}= Get Logical Device ID From SN ${olt_serial_number}
128 Set Suite Variable ${logical_id}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700129
130Teardown
131 [Documentation] kills processes and cleans up interfaces on src+dst servers
Suchitra Vemuri00d147d2019-09-13 13:07:32 -0700132 Get Device Output from Voltha ${of_id}
133 Get Logical Device Output from Voltha ${logical_id}
Suchitra Vemuric59eb272019-09-18 17:59:33 -0700134 Get ONOS Status ${k8s_node_ip}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700135 Clean Up Linux
136 Log Kubernetes Containers Logs Since Time ${datetime} ${container_list}
137
138Clean Up Linux
139 [Documentation] Kill processes and clean up interfaces on src+dst servers
Zack Williamsec53a1b2019-09-16 15:50:52 -0700140 Run Keyword And Ignore Error Kill Linux Process [w]pa_supplicant ${src0['ip']} ${src0['user']} ${src0['pass']} ${src0['container_type']}
141 ... ${src0['container_name']}
142 Run Keyword And Ignore Error Kill Linux Process [d]hclient ${src0['ip']} ${src0['user']} ${src0['pass']} ${src0['container_type']}
143 ... ${src0['container_name']}
144 Run Keyword If '${dst0['ip']}' != '${None}' Run Keyword And Ignore Error Kill Linux Process [d]hcpd ${dst0['ip']} ${dst0['user']}
145 ... ${dst0['pass']} ${dst0['container_type']} ${dst0['container_name']}
Suchitra Vemuri65cd65f2019-08-30 14:39:22 -0700146 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 -0700147 Run Keyword If '${dst0['ip']}' != '${None}' Delete Interface on Remote Host ${dst0['dp_iface_name']}.${src0['s_tag']} ${dst0['ip']} ${dst0['user']} ${dst0['pass']}
148 ... ${dst0['container_type']} ${dst0['container_name']}