blob: 52afa3679694a4b592c81f97a572a5250db11adc [file] [log] [blame]
Kailash Khalasi97a6bc82018-04-03 09:09:12 -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
Kailash Khalasi6a36e3c2018-03-28 09:19:39 -070016PROFILE="null"
17CORE_CONTAINER="null"
18
Kailash Khalasi0ca15922018-04-03 09:40:04 -070019node ('ubuntu16.04-basebuild-4c-8g') {
Kailash Khalasi97a6bc82018-04-03 09:09:12 -070020 stage('Config') {
Kailash Khalasi6a36e3c2018-03-28 09:19:39 -070021 sh """
Kailash Khalasi3d272f82018-04-03 09:23:28 -070022 rm -rf ~/cord/
23 rm -rf ~/cord_profile
24 rm -rf /opt/cord
25 rm -rf /opt/cord_profile
26 rm -rf /opt/credentials
27 rm -rf /opt/images
28 rm -rf /opt/pki
29 rm -rf ~/.repo/
Kailash Khalasi97a6bc82018-04-03 09:09:12 -070030 mkdir ~/cord && cd ~/cord/
31 repo init -u https://gerrit.opencord.org/manifest -b $GERRIT_BRANCH
32 repo sync
33 repo download $GERRIT_PROJECT $GERRIT_CHANGE_NUMBER/$GERRIT_PATCHSET_NUMBER
Kailash Khalasi6a36e3c2018-03-28 09:19:39 -070034 """
35 }
Kailash Khalasi97a6bc82018-04-03 09:09:12 -070036 try {
37 stage('Build') {
Kailash Khalasi6a36e3c2018-03-28 09:19:39 -070038 sh """
Kailash Khalasi1aa79942018-04-10 14:12:48 -070039 if [ '$GERRIT_PROJECT' = 'platform-install' ] || [ '$GERRIT_PROJECT' = 'xos' ] || [ '$GERRIT_PROJECT' = 'cord' ] || [ '$GERRIT_PROJECT' = 'rcord' ] || [ '$GERRIT_PROJECT' = 'vrouter' ] || [ '$GERRIT_PROJECT' = 'vsg' ] || [ '$GERRIT_PROJECT' = 'vtn' ] || [ '$GERRIT_PROJECT' = 'vtr' ] || [ '$GERRIT_PROJECT' = 'fabric' ] || [ '$GERRIT_PROJECT' = 'openstack' ] || [ '$GERRIT_PROJECT' = 'chameleon' ] || [ '$GERRIT_PROJECT' = 'exampleservice' ] || [ '$GERRIT_PROJECT' = 'onos-service' ] || [ '$GERRIT_PROJECT' = 'olt-service' ] || [ '$GERRIT_PROJECT' = 'cord-tester' ]; then
Kailash Khalasi97a6bc82018-04-03 09:09:12 -070040 PROFILE=rcord-local.yml
41 fi
42 if [ '$GERRIT_PROJECT' = 'ecord' ] || [ '$GERRIT_PROJECT' = 'vEE' ] || [ '$GERRIT_PROJECT' = 'vEG' ]; then
43 PROFILE=ecord-local.yml
44 fi
45 if [ '$GERRIT_PROJECT' = 'mcord' ] || [ '$GERRIT_PROJECT' = 'vspgwu' ] || [ '$GERRIT_PROJECT' = 'venb' ] || [ '$GERRIT_PROJECT' = 'vspgwc' ] || [ '$GERRIT_PROJECT' = 'vEPC' ]; then
46 PROFILE=mcord-ng40-local.yml
47 fi
48 if [ '$GERRIT_PROJECT' = 'vMME' ] || [ '$GERRIT_PROJECT' = 'vHSS' ]; then
49 PROFILE=mcord-cavium-local.yml
50 fi
51 cd ~/cord/build/
52 make PODCONFIG=\$PROFILE config
53 make -j4 build
Zack Williamsd4f38b12018-05-04 10:15:39 -070054 if [ '$GERRIT_BRANCH' = 'master' ]; then
55 make xos-wait-dynamicload
56 fi
Kailash Khalasi97a6bc82018-04-03 09:09:12 -070057 """
Kailash Khalasi6a36e3c2018-03-28 09:19:39 -070058 }
Kailash Khalasi97a6bc82018-04-03 09:09:12 -070059 stage('Setup') {
60 try {
61 sh """
Kailash Khalasi1aa79942018-04-10 14:12:48 -070062 if [ '$GERRIT_PROJECT' = 'platform-install' ] || [ '$GERRIT_PROJECT' = 'xos' ] || [ '$GERRIT_PROJECT' = 'cord' ] || [ '$GERRIT_PROJECT' = 'rcord' ] || [ '$GERRIT_PROJECT' = 'vrouter' ] || [ '$GERRIT_PROJECT' = 'vsg' ] || [ '$GERRIT_PROJECT' = 'vtn' ] || [ '$GERRIT_PROJECT' = 'vtr' ] || [ '$GERRIT_PROJECT' = 'fabric' ] || [ '$GERRIT_PROJECT' = 'openstack' ] || [ '$GERRIT_PROJECT' = 'chameleon' ] || [ '$GERRIT_PROJECT' = 'exampleservice' ] || [ '$GERRIT_PROJECT' = 'onos-service' ] || [ '$GERRIT_PROJECT' = 'olt-service' ] || [ '$GERRIT_PROJECT' = 'cord-tester' ]; then
Kailash Khalasi6a36e3c2018-03-28 09:19:39 -070063 CORE_CONTAINER=rcord_xos_core_1
64 fi
65 if [ '$GERRIT_PROJECT' = 'ecord' ] || [ '$GERRIT_PROJECT' = 'vEE' ] || [ '$GERRIT_PROJECT' = 'vEG' ]; then
66 CORE_CONTAINER=ecord_xos_core_1
67 fi
68 if [ '$GERRIT_PROJECT' = 'mcord' ] || [ '$GERRIT_PROJECT' = 'vspgwu' ] || [ '$GERRIT_PROJECT' = 'venb' ] || [ '$GERRIT_PROJECT' = 'vspgwc' ] || [ '$GERRIT_PROJECT' = 'vEPC' ]; then
69 CORE_CONTAINER=mcordng40_xos_core_1
70 fi
71 if [ '$GERRIT_PROJECT' = 'vMME' ] || [ '$GERRIT_PROJECT' = 'vHSS' ]; then
72 CORE_CONTAINER=mcordcavium_xos_core_1
73 fi
Kailash Khalasi97a6bc82018-04-03 09:09:12 -070074 docker cp ~/cord/test/cord-tester/src/test/cord-api/Tests/targets/xosapitests.xtarget \$CORE_CONTAINER:/opt/xos/lib/xos-genx/xosgenx/targets/xosapitests.xtarget
Kailash Khalasi7a02c082018-05-02 09:27:53 -070075 docker cp ~/cord/test/cord-tester/src/test/cord-api/Tests/targets/xosserviceapitests.xtarget \$CORE_CONTAINER:/opt/xos/lib/xos-genx/xosgenx/targets/xosserviceapitests.xtarget
76 docker cp ~/cord/test/cord-tester/src/test/cord-api/Tests/targets/xoslibrary.xtarget \$CORE_CONTAINER:/opt/xos/lib/xos-genx/xosgenx/targets/xoslibrary.xtarget
Kailash Khalasi97a6bc82018-04-03 09:09:12 -070077 docker exec -i \$CORE_CONTAINER /bin/bash -c "xosgenx --target /opt/xos/lib/xos-genx/xosgenx/targets/./xosapitests.xtarget /opt/xos/core/models/core.xproto" > ~/cord/test/cord-tester/src/test/cord-api/Tests/XOSCoreAPITests.robot
78 SERVICES=\$(docker exec -i \$CORE_CONTAINER /bin/bash -c "cd /opt/xos/dynamic_services/;find -name '*.xproto'" | awk -F[//] '{print \$2}')
79 export testname=_service_api.robot
Kailash Khalasiecf4d132018-05-02 09:32:26 -070080 export library=_library.robot
Suchitra Vemuri114677f2018-05-02 16:57:17 -070081 for i in \$SERVICES; do bash -c "docker exec -i \$CORE_CONTAINER /bin/bash -c 'xosgenx --target /opt/xos/lib/xos-genx/xosgenx/targets/./xosserviceapitests.xtarget /opt/xos/dynamic_services/\$i/\$i.xproto /opt/xos/core/models/core.xproto'" > ~/cord/test/cord-tester/src/test/cord-api/Tests/\$i\$testname; done
82 for i in \$SERVICES; do bash -c "docker exec -i \$CORE_CONTAINER /bin/bash -c 'xosgenx --target /opt/xos/lib/xos-genx/xosgenx/targets/./xoslibrary.xtarget /opt/xos/dynamic_services/\$i/\$i.xproto /opt/xos/core/models/core.xproto'" > ~/cord/test/cord-tester/src/test/cord-api/Tests/\$i\$library; done
Kailash Khalasi6a36e3c2018-03-28 09:19:39 -070083 """
Kailash Khalasi97a6bc82018-04-03 09:09:12 -070084 }
85 catch(error) { currentBuild.result = 'FAILURE' }
86 }
87 stage('Test') {
88 try {
89 sh """
Kailash Khalasi1aa79942018-04-10 14:12:48 -070090 if [ '$GERRIT_PROJECT' = 'platform-install' ] || [ '$GERRIT_PROJECT' = 'xos' ] || [ '$GERRIT_PROJECT' = 'cord' ] || [ '$GERRIT_PROJECT' = 'rcord' ] || [ '$GERRIT_PROJECT' = 'vrouter' ] || [ '$GERRIT_PROJECT' = 'vsg' ] || [ '$GERRIT_PROJECT' = 'vtn' ] || [ '$GERRIT_PROJECT' = 'vtr' ] || [ '$GERRIT_PROJECT' = 'fabric' ] || [ '$GERRIT_PROJECT' = 'openstack' ] || [ '$GERRIT_PROJECT' = 'chameleon' ] || [ '$GERRIT_PROJECT' = 'exampleservice' ] || [ '$GERRIT_PROJECT' = 'onos-service' ] || [ '$GERRIT_PROJECT' = 'olt-service' ] || [ '$GERRIT_PROJECT' = 'cord-tester' ]; then
Kailash Khalasi97a6bc82018-04-03 09:09:12 -070091 CORE_CONTAINER=rcord_xos_core_1
92 fi
93 if [ '$GERRIT_PROJECT' = 'ecord' ] || [ '$GERRIT_PROJECT' = 'vEE' ] || [ '$GERRIT_PROJECT' = 'vEG' ]; then
94 CORE_CONTAINER=ecord_xos_core_1
95 fi
96 if [ '$GERRIT_PROJECT' = 'mcord' ] || [ '$GERRIT_PROJECT' = 'vspgwu' ] || [ '$GERRIT_PROJECT' = 'venb' ] || [ '$GERRIT_PROJECT' = 'vspgwc' ] || [ '$GERRIT_PROJECT' = 'vEPC' ]; then
97 CORE_CONTAINER=mcordng40_xos_core_1
98 fi
99 if [ '$GERRIT_PROJECT' = 'vMME' ] || [ '$GERRIT_PROJECT' = 'vHSS' ]; then
100 CORE_CONTAINER=mcordcavium_xos_core_1
101 fi
Kailash Khalasi97a6bc82018-04-03 09:09:12 -0700102 export testname=_service_api.robot
Suchitra Vemuri7f260582018-05-02 14:42:17 -0700103 export library=_library.robot
Kailash Khalasi97a6bc82018-04-03 09:09:12 -0700104 SERVICES=\$(docker exec -i \$CORE_CONTAINER /bin/bash -c "cd /opt/xos/dynamic_services/;find -name '*.xproto'" | awk -F[//] '{print \$2}')
105 echo \$SERVICES
Kailash Khalasi68f9f632018-04-11 08:09:19 -0700106 export SERVER_IP=localhost
107 export SERVER_PORT=9101
108 export XOS_USER=xosadmin@opencord.org
109 export XOS_PASSWD=\$(cat ~/cord/build/platform-install/credentials/xosadmin@opencord.org)
110 cd ~/cord/test/cord-tester/src/test/cord-api/Properties/
Kailash Khalasief947962018-04-27 08:23:15 -0700111 sed -i \"s/^\\(SERVER_IP = \\).*/\\1\'127.0.0.1\'/\" RestApiProperties.py
112 sed -i \"s/^\\(SERVER_PORT = \\).*/\\1\'9101\'/\" RestApiProperties.py
Kailash Khalasi68f9f632018-04-11 08:09:19 -0700113 sed -i \"s/^\\(XOS_PASSWD = \\).*/\\1\'\$(cat ~/cord/build/platform-install/credentials/xosadmin@opencord.org)\'/\" RestApiProperties.py
Kailash Khalasie34a5922018-04-19 19:28:07 -0700114 sed -i \"s/^\\(PASSWD = \\).*/\\1\'\$(cat ~/cord/build/platform-install/credentials/xosadmin@opencord.org)\'/\" RestApiProperties.py
Kailash Khalasi68f9f632018-04-11 08:09:19 -0700115 cd ~/cord/test/cord-tester/src/test/cord-api/Tests
Kailash Khalasi4d3af732018-04-12 12:02:04 -0700116 pybot -d Log -T -e TenantWithContainer -e Port -e ControllerImages -e ControllerNetwork -e ControllerSlice -e ControllerUser XOSCoreAPITests.robot || true
Suchitra Vemuri7f260582018-05-02 14:42:17 -0700117 for i in \$SERVICES; do bash -c "pybot -d Log -T -e AddressManagerServiceInstance -v TESTLIBRARY:\$i\$library \$i\$testname"; sleep 2; done || true
Kailash Khalasi97a6bc82018-04-03 09:09:12 -0700118 """
119 }
120 catch(error) { currentBuild.result = 'FAILURE' }
121 }
122 stage('Publish') {
123 try {
124 sh """
125 if [ -d RobotLogs ]; then rm -r RobotLogs; fi; mkdir RobotLogs
126 cp -r ~/cord/test/cord-tester/src/test/cord-api/Tests/Log/*ml ./RobotLogs
127 """
128 step([$class: 'RobotPublisher',
129 disableArchiveOutput: false,
130 logFileName: 'RobotLogs/log*.html',
131 otherFiles: '',
132 outputFileName: 'RobotLogs/output*.xml',
133 outputPath: '.',
Kailash Khalasia02d4aa2018-04-19 16:55:38 -0700134 passThreshold: 90,
Kailash Khalasi97a6bc82018-04-03 09:09:12 -0700135 reportFileName: 'RobotLogs/report*.html',
136 unstableThreshold: 0]);
137 }catch(error) {}
138 }
Kailash Khalasi6a36e3c2018-03-28 09:19:39 -0700139 }
Kailash Khalasi97a6bc82018-04-03 09:09:12 -0700140 finally {
Kailash Khalasi0ca15922018-04-03 09:40:04 -0700141 step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "kailash@opennetworking.org", sendToIndividuals: false])
Kailash Khalasi6a36e3c2018-03-28 09:19:39 -0700142 }
Suchitra Vemuri7f260582018-05-02 14:42:17 -0700143}