blob: a64d6ef6f49449c2bdc2301bf2672fc29d965d94 [file] [log] [blame]
Kailashaad71012019-08-27 10:36:53 -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
15// voltha-2.x e2e tests
16// uses kind-voltha to deploy voltha-2.X
17// uses bbsim to simulate OLT/ONUs
18
19pipeline {
20
21 /* no label, executor is determined by JJB */
22 agent {
Zack Williamsb3292082019-10-11 17:15:18 -070023 label "${params.buildNode}"
Kailashaad71012019-08-27 10:36:53 -070024 }
25 options {
Andy Bavier4af02722020-01-15 10:24:24 -070026 timeout(time: 90, unit: 'MINUTES')
27 }
28 environment {
29 KUBECONFIG="$HOME/.kube/kind-config-voltha-minimal"
30 VOLTCONFIG="$HOME/.volt/config-minimal"
31 PATH="$WORKSPACE/kind-voltha/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
32 TYPE="minimal"
33 FANCY=0
34 WITH_SIM_ADAPTERS="n"
35 WITH_RADIUS="y"
36 WITH_BBSIM="y"
37 DEPLOY_K8S="y"
38 VOLTHA_LOG_LEVEL="DEBUG"
39 CONFIG_SADIS="n"
Andy Baviere234fa52020-02-24 11:32:03 -070040 ROBOT_MISC_ARGS="-d $WORKSPACE/RobotLogs"
Kailashaad71012019-08-27 10:36:53 -070041 }
42
43 stages {
44
45 stage('Repo') {
46 steps {
Andy Bavier4af02722020-01-15 10:24:24 -070047 step([$class: 'WsCleanup'])
Kailashaad71012019-08-27 10:36:53 -070048 checkout(changelog: false, \
49 poll: false,
50 scm: [$class: 'RepoScm', \
51 manifestRepositoryUrl: "${params.manifestUrl}", \
52 manifestBranch: "${params.manifestBranch}", \
53 currentBranch: true, \
54 destinationDir: 'voltha', \
55 forceSync: true,
56 resetFirst: true, \
57 quiet: true, \
58 jobs: 4, \
59 showAllChanges: true] \
60 )
61 }
62 }
63 stage('Patch') {
64 steps {
65 sh """
66 pushd voltha
Andy Bavierb35171c2020-03-06 15:47:29 -070067 if [ "${gerritProject}" != "" -a "${gerritChangeNumber}" != "" -a "${gerritPatchsetNumber}" != "" ]
68 then
69 repo download "${gerritProject}" "${gerritChangeNumber}/${gerritPatchsetNumber}"
70 else
71 echo "No patchset to download!"
72 fi
Kailashaad71012019-08-27 10:36:53 -070073 popd
74 """
75 }
76 }
77 stage('Create K8s Cluster') {
78 steps {
79 sh """
Kailashaad71012019-08-27 10:36:53 -070080 git clone https://github.com/ciena/kind-voltha.git
81 cd kind-voltha/
Andy Bavier4af02722020-01-15 10:24:24 -070082 JUST_K8S=y ./voltha up
83 bash <( curl -sfL https://raw.githubusercontent.com/boz/kail/master/godownloader.sh) -b "$WORKSPACE/kind-voltha/bin"
Kailashaad71012019-08-27 10:36:53 -070084 """
85 }
86 }
87
88 stage('Build Images') {
89 steps {
90 sh """
Andy Bavierb99c3d32020-02-18 11:14:17 -070091 make-local () {
92 make -C $WORKSPACE/voltha/\$1 DOCKER_REPOSITORY=voltha/ DOCKER_TAG=citest docker-build
93 }
Andy Bavier0ed77062020-02-18 10:09:19 -070094 if [ "${gerritProject}" = "pyvoltha" ]; then
Andy Bavierb99c3d32020-02-18 11:14:17 -070095 make -C $WORKSPACE/voltha/pyvoltha/ dist
Andy Bavier0ed77062020-02-18 10:09:19 -070096 export LOCAL_PYVOLTHA=$WORKSPACE/voltha/pyvoltha/
Andy Bavierb99c3d32020-02-18 11:14:17 -070097 make-local voltha-openonu-adapter
98 elif [ "${gerritProject}" = "voltha-lib-go" ]; then
99 make -C $WORKSPACE/voltha/voltha-lib-go/ build
100 export LOCAL_LIB_GO=$WORKSPACE/voltha/voltha-lib-go/
101 make-local voltha-go
102 make-local voltha-openolt-adapter
103 elif [ "${gerritProject}" = "voltha-protos" ]; then
104 make -C $WORKSPACE/voltha/voltha-protos/ build
105 export LOCAL_PROTOS=$WORKSPACE/voltha/voltha-protos/
106 make-local voltha-go
107 make-local voltha-openolt-adapter
108 make-local voltha-openonu-adapter
109 make-local ofagent-py
Andy Bavier0ed77062020-02-18 10:09:19 -0700110 elif ! [[ "${gerritProject}" =~ ^(voltha-helm-charts|voltha-system-tests)\$ ]]; then
Andy Bavierb99c3d32020-02-18 11:14:17 -0700111 make-local ${gerritProject}
Andy Bavier07615f92019-10-03 12:31:18 -0700112 fi
Kailashaad71012019-08-27 10:36:53 -0700113 """
114 }
115 }
116
117 stage('Push Images') {
118 steps {
119 sh '''
Andy Bavier0ed77062020-02-18 10:09:19 -0700120 if ! [[ "${gerritProject}" =~ ^(voltha-helm-charts|voltha-system-tests)\$ ]]; then
Andy Bavier07615f92019-10-03 12:31:18 -0700121 export GOROOT=/usr/local/go
122 export GOPATH=\$(pwd)
Andy Bavier07615f92019-10-03 12:31:18 -0700123 docker images | grep citest
124 for image in \$(docker images -f "reference=*/*citest" --format "{{.Repository}}"); do echo "Pushing \$image to nodes"; kind load docker-image \$image:citest --name voltha-\$TYPE --nodes voltha-\$TYPE-worker,voltha-\$TYPE-worker2; done
125 fi
Kailashaad71012019-08-27 10:36:53 -0700126 '''
127 }
128 }
129 stage('Deploy Voltha') {
130 steps {
Kailash Khalasiaf3a2a62019-10-02 09:44:08 -0700131 sh '''
Andy Bavier4af02722020-01-15 10:24:24 -0700132 export EXTRA_HELM_FLAGS="--set log_agent.enabled=False ${extraHelmFlags} "
Kailashaad71012019-08-27 10:36:53 -0700133
Andy Bavier4af02722020-01-15 10:24:24 -0700134 IMAGES=""
Kailashaad71012019-08-27 10:36:53 -0700135 if [ "${gerritProject}" = "voltha-go" ]; then
Andy Bavier4af02722020-01-15 10:24:24 -0700136 IMAGES="rw_core ro_core "
137 elif [ "${gerritProject}" = "ofagent-py" ]; then
Andy Bavier8d816422020-03-23 15:34:26 -0700138 IMAGES="ofagent_py "
139 EXTRA_HELM_FLAGS+="--set use_ofagent_go=false "
Andy Bavier9c412a82020-03-23 12:00:28 -0700140 elif [ "${gerritProject}" = "ofagent-go" ]; then
Andy Bavier8d816422020-03-23 15:34:26 -0700141 IMAGES="ofagent_go "
Andy Bavier4af02722020-01-15 10:24:24 -0700142 elif [ "${gerritProject}" = "voltha-onos" ]; then
143 IMAGES="onos "
144 elif [ "${gerritProject}" = "voltha-openolt-adapter" ]; then
145 IMAGES="adapter_open_olt "
146 elif [ "${gerritProject}" = "voltha-openonu-adapter" ]; then
147 IMAGES="adapter_open_onu "
148 elif [ "${gerritProject}" = "voltha-api-server" ]; then
149 IMAGES="afrouter afrouterd "
150 elif [ "${gerritProject}" = "bbsim" ]; then
151 IMAGES="bbsim "
Andy Bavierec0c10d2020-02-14 13:06:27 -0700152 elif [ "${gerritProject}" = "pyvoltha" ]; then
153 IMAGES="adapter_open_onu "
Andy Bavierb99c3d32020-02-18 11:14:17 -0700154 elif [ "${gerritProject}" = "voltha-lib-go" ]; then
155 IMAGES="rw_core ro_core adapter_open_olt "
156 elif [ "${gerritProject}" = "voltha-protos" ]; then
157 IMAGES="rw_core ro_core adapter_open_olt adapter_open_onu ofagent "
Zack Williams04997502019-10-04 14:32:20 -0700158 else
Andy Bavier4af02722020-01-15 10:24:24 -0700159 echo "No images to push"
Scott Baker9ac23712019-10-02 09:26:50 -0700160 fi
161
Andy Bavier4af02722020-01-15 10:24:24 -0700162 for I in \$IMAGES
163 do
164 EXTRA_HELM_FLAGS+="--set images.\$I.tag=citest,images.\$I.pullPolicy=Never "
165 done
166
Kailash Khalasiaf3a2a62019-10-02 09:44:08 -0700167 if [ "${gerritProject}" = "voltha-helm-charts" ]; then
Andy Bavier45406342019-10-02 16:45:40 -0700168 export CHART_PATH=$WORKSPACE/voltha/voltha-helm-charts
169 export VOLTHA_CHART=\$CHART_PATH/voltha
170 export VOLTHA_ADAPTER_OPEN_OLT_CHART=\$CHART_PATH/voltha-adapter-openolt
171 export VOLTHA_ADAPTER_OPEN_ONU_CHART=\$CHART_PATH/voltha-adapter-openonu
Kailash Khalasiaf3a2a62019-10-02 09:44:08 -0700172 helm dep update \$VOLTHA_CHART
173 helm dep update \$VOLTHA_ADAPTER_OPEN_OLT_CHART
174 helm dep update \$VOLTHA_ADAPTER_OPEN_ONU_CHART
175 fi
176
177 cd $WORKSPACE/kind-voltha/
Andy Bavier4af02722020-01-15 10:24:24 -0700178 echo \$EXTRA_HELM_FLAGS
179 kail -n voltha -n default > $WORKSPACE/onos-voltha-combined.log &
180 ./voltha up
Kailash Khalasiaf3a2a62019-10-02 09:44:08 -0700181 '''
Kailashaad71012019-08-27 10:36:53 -0700182 }
183 }
184
185 stage('Run E2E Tests') {
186 steps {
187 sh '''
Andy Bavier4af02722020-01-15 10:24:24 -0700188 mkdir -p $WORKSPACE/RobotLogs
Andy Bavierdb003082020-02-04 11:57:36 -0700189
190 # By default, all tests tagged 'sanity' are run. This covers basic functionality
191 # like running through the ATT workflow for a single subscriber.
192 export TEST_TAGS=sanity
193
194 # If the Gerrit comment contains a line with "functional tests" then run the full
195 # functional test suite. This covers tests tagged either 'sanity' or 'functional'.
196 # Note: Gerrit comment text will be prefixed by "Patch set n:" and a blank line
197 REGEX="functional tests"
198 if [[ "$GERRIT_EVENT_COMMENT_TEXT" =~ \$REGEX ]]; then
199 TEST_TAGS=sanityORfunctional
200 fi
201
202 make -C $WORKSPACE/voltha/voltha-system-tests single-kind || true
Kailashaad71012019-08-27 10:36:53 -0700203 '''
204 }
205 }
206 }
207
208 post {
209 always {
210 sh '''
Andy Bavier07615f92019-10-03 12:31:18 -0700211 set +e
Andy Bavier4af02722020-01-15 10:24:24 -0700212 cp $WORKSPACE/kind-voltha/install-minimal.log $WORKSPACE/
Andy Bavieraec60382019-10-29 15:09:04 -0700213 kubectl get pods --all-namespaces -o jsonpath="{range .items[*].status.containerStatuses[*]}{.image}{'\\t'}{.imageID}{'\\n'}" | sort | uniq -c
Kailashaad71012019-08-27 10:36:53 -0700214 kubectl get nodes -o wide
215 kubectl get pods -o wide
216 kubectl get pods -n voltha -o wide
Andy Bavier4af02722020-01-15 10:24:24 -0700217
218 sync
219 pkill kail || true
220
221 ## Pull out errors from log files
222 extract_errors_go() {
223 echo
224 echo "Error summary for $1:"
225 grep $1 $WORKSPACE/onos-voltha-combined.log | grep '"level":"error"' | cut -d ' ' -f 2- | jq -r '.msg'
226 echo
227 }
228
229 extract_errors_python() {
230 echo
231 echo "Error summary for $1:"
232 grep $1 $WORKSPACE/onos-voltha-combined.log | grep 'ERROR' | cut -d ' ' -f 2-
233 echo
234 }
235
236 extract_errors_go voltha-rw-core > $WORKSPACE/error-report.log
237 extract_errors_go adapter-open-olt >> $WORKSPACE/error-report.log
238 extract_errors_python adapter-open-onu >> $WORKSPACE/error-report.log
239 extract_errors_python voltha-ofagent >> $WORKSPACE/error-report.log
240
Andy Bavier2178d102020-02-06 16:22:11 -0700241 gzip $WORKSPACE/onos-voltha-combined.log
242
Andy Bavier4af02722020-01-15 10:24:24 -0700243 ## shut down kind-voltha
244 cd $WORKSPACE/kind-voltha
245 WAIT_ON_DOWN=y ./voltha down
Kailashaad71012019-08-27 10:36:53 -0700246 '''
247 step([$class: 'RobotPublisher',
248 disableArchiveOutput: false,
249 logFileName: 'RobotLogs/log*.html',
250 otherFiles: '',
251 outputFileName: 'RobotLogs/output*.xml',
252 outputPath: '.',
253 passThreshold: 80,
254 reportFileName: 'RobotLogs/report*.html',
255 unstableThreshold: 0]);
Andy Bavier2178d102020-02-06 16:22:11 -0700256 archiveArtifacts artifacts: '*.log,*.gz'
Kailashaad71012019-08-27 10:36:53 -0700257 }
258 }
259}