blob: 53a1a8af49597113e6f570428b4e18f70dccae1e [file] [log] [blame]
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -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
15node {
16 // Need this so that deployment_config has global scope when it's read later
17 deployment_config = null
18}
19
20pipeline {
21 /* no label, executor is determined by JJB */
22 agent {
23 label "${params.buildNode}"
24 }
25 options {
Andrea Campanella56c8d782020-08-07 10:25:09 +020026 timeout(time: 240, unit: 'MINUTES')
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -070027 }
28
29 environment {
30 KUBECONFIG="$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf"
31 VOLTCONFIG="$HOME/.volt/config-minimal"
32 PATH="$WORKSPACE/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
33 }
34
35 stages {
36 stage ('Initialize') {
37 steps {
38 step([$class: 'WsCleanup'])
Suchitra Vemuri2a5a5ea2020-03-27 22:53:11 -070039 sh returnStdout: false, script: "git clone -b master ${cordRepoUrl}/${configBaseDir}"
Suchitra Vemuri13421432020-06-05 17:34:33 -070040 sh returnStdout: false, script: "git clone -b master ${cordRepoUrl}/kind-voltha"
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -070041 script {
42 deployment_config = readYaml file: "${configBaseDir}/${configDeploymentDir}/${configFileName}-DT.yaml"
43 }
Andy Bavierb5c8caf2020-04-06 14:12:07 -070044 // This checkout allows us to show changes in Jenkins
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -070045 checkout(changelog: true,
46 poll: false,
47 scm: [$class: 'RepoScm',
48 manifestRepositoryUrl: "${params.manifestUrl}",
Suchitra Vemuri2a5a5ea2020-03-27 22:53:11 -070049 manifestBranch: "${params.branch}",
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -070050 currentBranch: true,
51 destinationDir: 'voltha',
52 forceSync: true,
53 resetFirst: true,
54 quiet: true,
55 jobs: 4,
56 showAllChanges: true]
57 )
58 sh returnStdout: false, script: """
59 cd voltha
Suchitra Vemuri05946a62020-04-12 12:40:59 -070060 git clone -b master ${cordRepoUrl}/cord-tester
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -070061 mkdir -p $WORKSPACE/bin
62 bash <( curl -sfL https://raw.githubusercontent.com/boz/kail/master/godownloader.sh) -b "$WORKSPACE/bin"
63 cd $WORKSPACE
Suchitra Vemuri13421432020-06-05 17:34:33 -070064 if [ "${params.branch}" != "master" ]; then
65 cd $WORKSPACE/kind-voltha
66 source releases/${params.branch}
Suchitra Vemuric4761eb2020-07-07 16:48:53 -070067 VC_VERSION=1.1.8
Suchitra Vemuri13421432020-06-05 17:34:33 -070068 else
69 VC_VERSION=\$(curl -sSL https://api.github.com/repos/opencord/voltctl/releases/latest | jq -r .tag_name | sed -e 's/^v//g')
70 fi
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -070071
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -070072 HOSTOS=\$(uname -s | tr "[:upper:]" "[:lower:"])
73 HOSTARCH=\$(uname -m | tr "[:upper:]" "[:lower:"])
74 if [ \$HOSTARCH == "x86_64" ]; then
75 HOSTARCH="amd64"
76 fi
77 curl -o $WORKSPACE/bin/voltctl -sSL https://github.com/opencord/voltctl/releases/download/v\${VC_VERSION}/voltctl-\${VC_VERSION}-\${HOSTOS}-\${HOSTARCH}
78 chmod 755 $WORKSPACE/bin/voltctl
79 voltctl version --clientonly
Andrea Campanella9b234332020-04-24 12:22:18 +020080
Matteo Scandolo3fbb0652020-07-22 08:50:02 -070081
Andrea Campanella9b234332020-04-24 12:22:18 +020082 # Default kind-voltha config doesn't work on ONF demo pod for accessing kvstore.
83 # The issue is that the mgmt node is also one of the k8s nodes and so port forwarding doesn't work.
84 # We should change this. In the meantime here is a workaround.
Suchitra Vemuri13421432020-06-05 17:34:33 -070085 if [ "${params.branch}" == "master" ]; then
86 set +e
Andrea Campanella9b234332020-04-24 12:22:18 +020087
Andrea Campanella9b234332020-04-24 12:22:18 +020088
89 # Remove noise from voltha-core logs
Suchitra Vemuria2a7f2c2020-06-08 14:05:06 -070090 voltctl log level set WARN read-write-core#github.com/opencord/voltha-go/db/model
91 voltctl log level set WARN read-write-core#github.com/opencord/voltha-lib-go/v3/pkg/kafka
Andrea Campanella9b234332020-04-24 12:22:18 +020092 # Remove noise from openolt logs
Suchitra Vemuria2a7f2c2020-06-08 14:05:06 -070093 voltctl log level set WARN adapter-open-olt#github.com/opencord/voltha-lib-go/v3/pkg/db
94 voltctl log level set WARN adapter-open-olt#github.com/opencord/voltha-lib-go/v3/pkg/probe
95 voltctl log level set WARN adapter-open-olt#github.com/opencord/voltha-lib-go/v3/pkg/kafka
Suchitra Vemuri13421432020-06-05 17:34:33 -070096 fi
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -070097 """
98 }
99 }
100
101 stage('Functional Tests') {
102 environment {
Suchitra Vemurie4a5bcc2020-03-16 12:43:03 -0700103 ROBOT_CONFIG_FILE="$WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}-DT.yaml"
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700104 ROBOT_FILE="Voltha_DT_PODTests.robot"
Andrea Campanellad924ce22020-04-20 16:40:41 +0200105 ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/dt-workflow/FunctionalTests"
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700106 }
107 steps {
108 sh """
Andy Bavierb5c8caf2020-04-06 14:12:07 -0700109 cd $WORKSPACE/voltha/kind-voltha/scripts
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700110 ./log-collector.sh > /dev/null &
111 ./log-combine.sh > /dev/null &
112
113 mkdir -p $ROBOT_LOGS_DIR
Suchitra Vemuri627786a2020-06-18 16:52:05 -0700114 if ( ${powerSwitch} ); then
115 export ROBOT_MISC_ARGS="--removekeywords wuks -i PowerSwitch -i sanityDt -i functionalDt -e bbsim -e notready -d $ROBOT_LOGS_DIR -v POD_NAME:${configFileName} -v KUBERNETES_CONFIGS_DIR:$WORKSPACE/${configBaseDir}/${configKubernetesDir} -v container_log_dir:$WORKSPACE"
116 else
117 export ROBOT_MISC_ARGS="--removekeywords wuks -e PowerSwitch -i sanityDt -i functionalDt -e bbsim -e notready -d $ROBOT_LOGS_DIR -v POD_NAME:${configFileName} -v KUBERNETES_CONFIGS_DIR:$WORKSPACE/${configBaseDir}/${configKubernetesDir} -v container_log_dir:$WORKSPACE"
118 fi
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700119 make -C $WORKSPACE/voltha/voltha-system-tests voltha-dt-test || true
120 """
121 }
122 }
Andrea Campanellad924ce22020-04-20 16:40:41 +0200123
Andrea Campanellaf47a1982020-04-21 11:53:31 +0200124 stage('Failure/Recovery Tests') {
125 environment {
126 ROBOT_CONFIG_FILE="$WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}-DT.yaml"
127 ROBOT_FILE="Voltha_DT_FailureScenarios.robot"
128 ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/dt-workflow/FailureScenarios"
129 }
130 steps {
131 sh """
132 mkdir -p $ROBOT_LOGS_DIR
133 if ( ${powerSwitch} ); then
134 export ROBOT_MISC_ARGS="--removekeywords wuks -L TRACE -i functionalDt -i PowerSwitch -e bbsim -e notready -d $ROBOT_LOGS_DIR -v POD_NAME:${configFileName} -v KUBERNETES_CONFIGS_DIR:$WORKSPACE/${configBaseDir}/${configKubernetesDir} -v container_log_dir:$WORKSPACE"
135 else
136 export ROBOT_MISC_ARGS="--removekeywords wuks -L TRACE -i functionalDt -e PowerSwitch -e bbsim -e notready -d $ROBOT_LOGS_DIR -v POD_NAME:${configFileName} -v KUBERNETES_CONFIGS_DIR:$WORKSPACE/${configBaseDir}/${configKubernetesDir} -v container_log_dir:$WORKSPACE"
137 fi
138 make -C $WORKSPACE/voltha/voltha-system-tests voltha-dt-test || true
139 """
140 }
141 }
142
Andy Bavier5ad87c92020-05-11 16:31:35 -0700143 stage('Dataplane Tests') {
144 environment {
Andy Bavier1541da82020-05-15 09:41:38 -0700145 ROBOT_CONFIG_FILE="$WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}-DT.yaml"
Andy Bavier5ad87c92020-05-11 16:31:35 -0700146 ROBOT_FILE="Voltha_DT_PODTests.robot"
147 ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/dt-workflow/DataplaneTests"
148 }
149 steps {
150 sh """
151 mkdir -p $ROBOT_LOGS_DIR
Andy Bavier2dac06b2020-05-27 16:58:32 -0700152 export ROBOT_MISC_ARGS="--removekeywords wuks -i dataplaneDt -e bbsim -e notready -d $ROBOT_LOGS_DIR -v POD_NAME:${configFileName} -v KUBERNETES_CONFIGS_DIR:$WORKSPACE/${configBaseDir}/${configKubernetesDir} -v container_log_dir:$WORKSPACE"
Andy Bavier5ad87c92020-05-11 16:31:35 -0700153 make -C $WORKSPACE/voltha/voltha-system-tests voltha-dt-test || true
154 """
155 }
156 }
157
Andrea Campanellad924ce22020-04-20 16:40:41 +0200158 stage('Error Scenario Tests') {
159 environment {
160 ROBOT_CONFIG_FILE="$WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}-DT.yaml"
161 ROBOT_FILE="Voltha_ErrorScenarios.robot"
162 ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/dt-workflow/ErrorScenarios"
163 }
164 steps {
165 sh """
166 mkdir -p $ROBOT_LOGS_DIR
167 export ROBOT_MISC_ARGS="--removekeywords wuks -L TRACE -i functional -e bbsim -e notready -d $ROBOT_LOGS_DIR -v POD_NAME:${configFileName} -v workflow:${params.workFlow} -v KUBERNETES_CONFIGS_DIR:$WORKSPACE/${configBaseDir}/${configKubernetesDir} -v container_log_dir:$WORKSPACE"
168 make -C $WORKSPACE/voltha/voltha-system-tests voltha-test || true
169 """
170 }
Andrea Campanella71666372020-04-21 10:56:17 +0200171 }
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700172 }
173 post {
174 always {
175 sh returnStdout: false, script: '''
176 set +e
Matteo Scandolo97b12572020-04-13 12:44:46 -0700177 kubectl get pods --all-namespaces -o jsonpath="{range .items[*].status.containerStatuses[*]}{.image}{'\\n'}" | sort | uniq
178 kubectl get pods --all-namespaces -o jsonpath="{range .items[*].status.containerStatuses[*]}{.imageID}{'\\n'}" | sort | uniq
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700179 kubectl get nodes -o wide
180 kubectl get pods -n voltha -o wide
181
182 sleep 60 # Wait for log-collector and log-combine to complete
183
184 # Clean up "announcer" pod used by the tests if present
185 kubectl delete pod announcer || true
186
187 ## Pull out errors from log files
188 extract_errors_go() {
189 echo
190 echo "Error summary for $1:"
Andy Bavierb5c8caf2020-04-06 14:12:07 -0700191 grep '"level":"error"' $WORKSPACE/voltha/kind-voltha/scripts/logger/combined/$1*
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700192 echo
193 }
194
195 extract_errors_python() {
196 echo
197 echo "Error summary for $1:"
Andy Bavierb5c8caf2020-04-06 14:12:07 -0700198 grep 'ERROR' $WORKSPACE/voltha/kind-voltha/scripts/logger/combined/$1*
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700199 echo
200 }
201
202 extract_errors_go voltha-rw-core > $WORKSPACE/error-report.log
203 extract_errors_go adapter-open-olt >> $WORKSPACE/error-report.log
204 extract_errors_python adapter-open-onu >> $WORKSPACE/error-report.log
205 extract_errors_python voltha-ofagent >> $WORKSPACE/error-report.log
206 extract_errors_python onos >> $WORKSPACE/error-report.log
207
Andrea Campanella9a95cb72020-09-03 11:28:35 +0200208 gzip error-report.log || true
209
Andy Bavierb5c8caf2020-04-06 14:12:07 -0700210 cd $WORKSPACE/voltha/kind-voltha/scripts/logger/combined/
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700211 tar czf $WORKSPACE/container-logs.tgz *
212
213 cd $WORKSPACE
214 gzip *-combined.log || true
Matteo Scandolo3fbb0652020-07-22 08:50:02 -0700215
216 # collect ETCD cluster logs
217 mkdir -p $WORKSPACE/etcd
218 printf '%s\n' $(kubectl get pods -l app=etcd -o=jsonpath="{.items[*]['metadata.name']}") | xargs -I@ bash -c "kubectl logs @ > $WORKSPACE/etcd/@.log"
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700219 '''
220 script {
221 deployment_config.olts.each { olt ->
222 sh returnStdout: false, script: """
Matteo Scandolo3fbb0652020-07-22 08:50:02 -0700223 sshpass -p ${olt.pass} scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ${olt.user}@${olt.sship}:/var/log/openolt.log $WORKSPACE/openolt-${olt.sship}.log || true
Suchitra Vemuria0695662020-07-17 09:41:49 -0700224 sed -i 's/\\x1b\\[[0-9;]*[a-zA-Z]//g' $WORKSPACE/openolt-${olt.sship}.log # Remove escape sequences
Matteo Scandolo3fbb0652020-07-22 08:50:02 -0700225 sshpass -p ${olt.pass} scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ${olt.user}@${olt.sship}:/var/log/dev_mgmt_daemon.log $WORKSPACE/dev_mgmt_daemon-${olt.sship}.log || true
Suchitra Vemuri8228c162020-07-19 13:55:11 -0700226 sed -i 's/\\x1b\\[[0-9;]*[a-zA-Z]//g' $WORKSPACE/dev_mgmt_daemon-${olt.sship}.log # Remove escape sequences
Matteo Scandolo3fbb0652020-07-22 08:50:02 -0700227 sshpass -p ${olt.pass} scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ${olt.user}@${olt.sship}:/var/log/startup.log $WORKSPACE/startup-${olt.sship}.log || true
Matteo Scandolo43fe7802020-07-22 09:17:38 -0700228 sed -i 's/\\x1b\\[[0-9;]*[a-zA-Z]//g' $WORKSPACE/startup-${olt.sship}.log || true # Remove escape sequences
Girish Gowdra201b7e42020-07-28 15:58:07 -0700229 sshpass -p ${olt.pass} scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ${olt.user}@${olt.sship}:/var/log/openolt_process_watchdog.log $WORKSPACE/openolt_process_watchdog-${olt.sship}.log || true
230 sed -i 's/\\x1b\\[[0-9;]*[a-zA-Z]//g' $WORKSPACE/openolt_process_watchdog-${olt.sship}.log || true # Remove escape sequences
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700231 """
232 }
233 }
234 step([$class: 'RobotPublisher',
235 disableArchiveOutput: false,
236 logFileName: '**/log*.html',
237 otherFiles: '',
238 outputFileName: '**/output*.xml',
239 outputPath: 'RobotLogs',
240 passThreshold: 100,
241 reportFileName: '**/report*.html',
242 unstableThreshold: 0
243 ]);
Matteo Scandolo3fbb0652020-07-22 08:50:02 -0700244 archiveArtifacts artifacts: '*.log,*.gz,*.tgz,etcd/*.log'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700245 }
246 unstable {
247 step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "${notificationEmail}", sendToIndividuals: false])
248 }
249 }
250}