blob: 71f208575309ee79a65de0c472a2d4514518c59a [file] [log] [blame]
Devin Lim90803a82017-08-29 13:41:44 -07001#!groovy
2// This is a Jenkinsfile for a scripted pipeline for the SCPF tests
3// properties([pipelineTriggers([cron('30 19 * * *')])])
4
5// TODO: Exception handling around steps
6
7none = [ "" ]
8batches = [1,100,1000]
9neighbors = ['y', 'n']
10SCPF = [
11 SCPFcbench: [ test:'SCPFcbench', table:'cbench_bm_tests', results:'cbench_bm_results', file:'CbenchDB', rFile:'SCPFcbench.R', extra:none, finalResult:1, graphTitle:['Cbench Test'], dbCols:'avg', dbWhere:'', y_axis:'Throughput (Responses/sec)'],
12 SCPFhostLat: [ test:'SCPFhostLat', table:'host_latency_tests', results:'host_latency_results', file:'HostAddLatency', rFile:'SCPFhostLat.R', extra:none,finalResult:1, graphTitle:['Host Latency Test'], dbCols:'avg', dbWhere:'AND scale=5', y_axis:'Latency (ms)'],
13 SCPFportLat: [ test:'SCPFportLat', table:'port_latency_details', results:'port_latency_results', file:'/tmp/portEventResultDb', rFile:'SCPFportLat.R', extra:none, finalResult:1, graphTitle:['Port Latency Test - Port Up','Port Latency Test - Port Down'], dbCols:[ 'up_ofp_to_dev_avg,up_dev_to_link_avg,up_link_to_graph_avg', 'down_ofp_to_dev_avg,down_dev_to_link_avg,down_link_to_graph_avg' ], dbWhere:'AND scale=5', y_axis:'Latency (ms)' ],
Devin Lima0e52eb2017-09-13 18:35:12 -070014 SCPFflowTp1g: [ test:'SCPFflowTp1g --params TEST/flows=12250', table:'flow_tp_tests', results:'flow_tp_results', file:'flowTP1gDB', rFile:'SCPFflowTp1g.R n', extra:neighbors,finalResult:1, graphTitle:['Flow Throughput Test - neighbors=0','Flow Throughput Test - neighbors=4'], dbCols:'avg', dbWhere:[ 'AND scale=5 AND neighbors=0 ','AND scale=5 AND NOT neighbors=0' ], y_axis:'Throughput (,000 Flows/sec)' ],
15 SCPFflowTp1gWithFlowObj: [ test:'SCPFflowTp1g --params TEST/flowObj=True', table:'flow_tp_fobj_tests', results:'flow_tp_fobj_results', file:'flowTP1gDBFlowObj', rFile:'SCPFflowTp1g.R y', extra:neighbors, finalResult:0],
Devin Lim90803a82017-08-29 13:41:44 -070016 SCPFscaleTopo: [ test:'SCPFscaleTopo', table:'scale_topo_latency_details', results:'scale_topo_latency_results', file:'/tmp/scaleTopoResultDb', rFile:'SCPFscaleTopo.R', extra:none, finalResult:1, graphTitle:['Scale Topology Test'], dbCols:[ 'first_connection_to_last_connection, last_connection_to_last_role_request, last_role_request_to_last_topology' ], dbWhere:'AND scale=20' , y_axis:'Latency (s)'],
17 SCPFswitchLat: [ test:'SCPFswitchLat', table:'switch_latency_details', results:'switch_latency_results', file:'/tmp/switchEventResultDb', rFile:'SCPFswitchLat.R', extra:none, finalResult:1, graphTitle:['Switch Latency Test - Switch Up','Switch Latency Test - Switch Down'], dbCols:[ 'tcp_to_feature_reply_avg,feature_reply_to_role_request_avg,role_request_to_role_reply_avg,role_reply_to_device_avg,up_device_to_graph_avg', 'fin_ack_to_ack_avg,ack_to_device_avg,down_device_to_graph_avg' ], dbWhere:'AND scale=5', y_axis:'Latency (ms)' ],
Devin Lima0e52eb2017-09-13 18:35:12 -070018 SCPFbatchFlowResp: [ test:'SCPFbatchFlowResp', table:'batch_flow_tests', results:'batch_flow_results', file:'SCPFbatchFlowRespData', rFile:'SCPFbatchFlowResp.R', extra:none, finalResult:1, graphTitle:['Batch Flow Test - Post', 'Batch Flow Test - Del'], dbCols:[ 'elapsepost, posttoconfrm', 'elapsedel, deltoconfrm' ], dbWhere:'', y_axis:'Latency (ms)'],
19 SCPFintentEventTp: [ test:'SCPFintentEventTp', table:'intent_tp_tests', results:'intent_tp_results', file:'IntentEventTPDB', rFile:'SCPFintentEventTp.R n', extra:neighbors, finalResult:1, graphTitle:['Intent Throughput Test - neighbors=0','Intent Throughput Test - neighbors=4'], dbCols:'SUM( avg ) as avg', dbWhere:[ 'AND scale=5 AND neighbors=0 GROUP BY date','AND scale=5 AND NOT neighbors=0 GROUP BY date' ], y_axis:'Throughput (Ops/sec)'],
Devin Lim90803a82017-08-29 13:41:44 -070020 SCPFintentRerouteLat: [ test:'SCPFintentRerouteLat', table:'intent_reroute_latency_tests', results:'intent_reroute_latency_results', file:'IntentRerouteLatDB', rFile:'SCPFIntentInstallWithdrawRerouteLat.R n', extra:batches, finalResult:1, graphTitle:['Intent Reroute Test'], dbCols:'avg', dbWhere:'AND scale=5 AND batch_size=100', y_axis:'Latency (ms)'],
21 SCPFscalingMaxIntents: [ test:'SCPFscalingMaxIntents', table:'max_intents_tests', results:'max_intents_results', file:'ScalingMaxIntentDB', rFile:'SCPFscalingMaxIntents.R n', extra:none, finalResult:0],
Devin Lima0e52eb2017-09-13 18:35:12 -070022 SCPFintentEventTpWithFlowObj: [ test:'SCPFintentEventTp --params TEST/flowObj=True', table:'intent_tp_fobj_tests', results:'intent_tp_fobj_results', file:'IntentEventTPflowObjDB', rFile:'SCPFintentEventTp.R y', extra:neighbors,finalResult:0],
Devin Lim90803a82017-08-29 13:41:44 -070023 SCPFintentInstallWithdrawLat: [ test:'SCPFintentInstallWithdrawLat', table:'intent_latency_tests', results:'intent_latency_results', file:'IntentInstallWithdrawLatDB', rFile:'SCPFIntentInstallWithdrawRerouteLat.R n', extra:batches,finalResult:1, graphTitle:['Intent Installation Test','Intent Withdrawal Test'], dbCols:[ 'install_avg','withdraw_avg' ], dbWhere:'AND scale=5 AND batch_size=100', y_axis:'Latency (ms)'],
Devin Lima0e52eb2017-09-13 18:35:12 -070024 SCPFintentRerouteLatWithFlowObj: [ test:'SCPFintentRerouteLat --params TEST/flowObj=True', table:'intent_reroute_latency_fobj_tests', results:'intent_reroute_latency_fobj_results', file:'IntentRerouteLatDBWithFlowObj', rFile:'SCPFIntentInstallWithdrawRerouteLat.R y', extra:batches, finalResult:0],
25 SCPFscalingMaxIntentsWithFlowObj: [ test:'SCPFscalingMaxIntents --params TEST/flowObj=True', table:'max_intents_fobj_tests', results:'max_intents_fobj_results', file:'ScalingMaxIntentDBWFO', rFile:'SCPFscalingMaxIntents.R y', extra:none, finalResult:0],
26 SCPFintentInstallWithdrawLatWithFlowObj: [ test:'SCPFintentInstallWithdrawLat --params TEST/flowObj=True', table:'intent_latency_fobj_tests', results:'intent_latency_fobj_results', file:'IntentInstallWithdrawLatDBWFO', rFile:'SCPFIntentInstallWithdrawRerouteLat.R y', extra:batches, finalResult:0],
Devin Lim90803a82017-08-29 13:41:44 -070027 SCPFmastershipFailoverLat: [test:'SCPFmastershipFailoverLat', table:'mastership_failover_tests', results:'mastership_failover_results', file:'mastershipFailoverLatDB', rFile:'SCPFmastershipFailoverLat.R', extra:none, finalResult:1, graphTitle:['Mastership Failover Test'], dbCols:[ 'kill_deact_avg,deact_role_avg' ], dbWhere:'AND scale=5', y_axis:'Latency (ms)' ]
28]
29
30echo("Testcases:")
31graph_generator_directory = "~/OnosSystemTest/TestON/JenkinsFile/SCPF/"
32graph_saved_directory = "/var/jenkins/workspace/Pipeline_postjob_BM/"
33def testsToRun = null
34def prop = null
35node("TestStation-BMs"){
36 prop = readProperties(file:'/var/jenkins/TestONOS.property') // TODO set defaults
37 testsToRun = prop["Tests"].tokenize("\n;, ")
38 for ( String test : testsToRun ) {
39 println test
40 }
41}
42
43def tests = [:]
44for( String test : SCPF.keySet() ){
45 toBeRun = testsToRun.contains( test )
46 def stepName = ( toBeRun ? "" : "Not " ) + "Running $test"
47 tests[stepName] = SCPFTest(test, toBeRun, prop)
48}
49
50// run the tests
51for ( test in tests.keySet() ){
52 tests[test].call()
53}
54
55// The testName should be the key from the SCPF map
56def SCPFTest( testName, toBeRun, prop ) {
57 return {
58 catchError{
59 stage(testName) {
60 if ( toBeRun ){
61 workSpace = "/var/jenkins/workspace/"+testName
62 node("TestStation-BMs"){
63 withEnv(['ONOSBranch='+prop["ONOSBranch"],
64 'ONOSJVMHeap='+prop["ONOSJVMHeap"],
65 'TestONBranch='+prop["TestONBranch"],
66 'ONOSTag='+prop["ONOSTag"],
67 'WikiPrefix='+prop["WikiPrefix"],
68 'WORKSPACE='+workSpace]){
69 sh '''#!/bin/bash -l
70 set -i # interactive
Devin Lima0e52eb2017-09-13 18:35:12 -070071 set +e
Devin Lim90803a82017-08-29 13:41:44 -070072 shopt -s expand_aliases # expand alias in non-interactive mode
73 export PYTHONUNBUFFERED=1
74
75 ifconfig
76
77 echo "ONOS Branch is: $ONOSBranch"
78 echo "TestON Branch is: $TestONBranch"
79 echo "Test date: "
80 date
81
82 cd ~
83 export PATH=$PATH:onos/tools/test/bin
84
85 timeout 240 stc shutdown | head -100
86 timeout 240 stc teardown | head -100
87 timeout 240 stc shutdown | head -100
88
89 cd ~/OnosSystemTest/TestON/bin
90 git log |head
91 ./cleanup.sh
92 ''' + "./cli.py run " + SCPF[testName]['test']
93
94 // For moving results
95 sh '''#!/bin/bash -i
Devin Lima0e52eb2017-09-13 18:35:12 -070096 set +e
Devin Lim90803a82017-08-29 13:41:44 -070097 # remove any leftover files from previous tests
98 sudo rm ${WORKSPACE}/*Result.txt
99
100 #copy files to workspace
101 cd `ls -t ~/OnosSystemTest/TestON/logs/*/ | head -1 | sed 's/://'`
102 sudo cp *Result.txt ${WORKSPACE}/
103 cd ${WORKSPACE}/
104 ls -al
105 cd '''
106 // Post Results
107 withCredentials([
108 string(credentialsId: 'db_pass', variable: 'pass'),
109 string(credentialsId: 'db_user', variable: 'user'),
110 string(credentialsId: 'db_host', variable: 'host'),
111 string(credentialsId: 'db_port', variable: 'port')]) {
112 def database_command = pass + "|psql --host=" + host + " --port=" + port + " --username=" + user + " --password --dbname onostest -c \"INSERT INTO " + SCPF[testName]['table'] + " VALUES('\$DATE','" + SCPF[testName]['results'] + "','\$BUILD_NUMBER', '\$ONOSBranch', \$line);\""
113 if (testName == "SCPFscaleTopo" || testName == "SCPFswitchLat" || testName == "SCPFportLat") {
114 database_command = pass + "|psql --host=" + host + " --port=" + port + " --username=" + user + " --password --dbname onostest -c \"INSERT INTO " + SCPF[testName]['table'] + " VALUES('\$DATE','" + SCPF[testName]['results'] + "','\$BUILD_NUMBER', \$line, '\$ONOSBranch');\""
115 }
116 sh '''#!/bin/bash
117
118 export DATE=\$(date +%F_%T)
119 cd ~
120 pwd
121 cd /tmp
122 while read line
123 do
124
125 echo \$line
126 echo ''' + database_command + '''
127
128 done< ''' + SCPF[testName]['file'] + '''
129 ''' + getGraphCommand( SCPF[testName]['rFile'], SCPF[testName]['extra'], host, port, user, pass, testName, prop["ONOSBranch"] ) + '''
130 ''' + ( SCPF[testName]['finalResult'] ? generateCombinedResultGraph( host,port, user, pass, testName, prop["ONOSBranch"] ) : "" )
131 }
132 // Fetch Logs
133 sh '''#!/bin/bash
Devin Lima0e52eb2017-09-13 18:35:12 -0700134 set +e
Devin Lim90803a82017-08-29 13:41:44 -0700135 cd ~/OnosSystemTest/TestON/logs
136 echo "Job Name is: ${JOB_NAME}"
137 TestONlogDir=$(ls -t | grep ${TEST_NAME}_ |head -1)
138 echo "########################################################################################"
139 echo "##### copying ONOS logs from all nodes to TestON/logs directory: ${TestONlogDir}"
140 echo "########################################################################################"
141 cd $TestONlogDir
142 if [ $? -eq 1 ]
143 then
144 echo "Job name does not match any test suite name to move log!"
145 else
146 pwd
147 for i in $OC{1..7}; do onos-fetch-logs $i || echo log does not exist; done
148 fi'''
149 }
150 }
Devin Lima0e52eb2017-09-13 18:35:12 -0700151 if( prop["manualRun"] == "false" ){
Devin Lim90803a82017-08-29 13:41:44 -0700152 def post = build job: "Pipeline_postjob_BM", propagate: false
153 }
154 node("TestStation-BMs"){
155 sh '''#!/bin/bash
156
157 if [ -e ''' + workSpace + "/" + testName + "Result.txt ] && grep -q \"1\" " + workSpace + "/" + testName + "Result.txt" + '''
158 then
159 echo ''' + testName + " : All passed." + '''
160 else
161 echo ''' + testName + " : not all passed." + '''
162 DoingThisToSetTheResultFalse
163 fi'''
164 }
165 }
166 }
167 }
168 }
169}
170def getGraphCommand( rFileName, extras, host, port, user, pass, testName, branchName ){
171 result = ""
172 for( extra in extras ){
173 result += generateGraph( rFileName, " " + extra, host, port, user, pass, testName, branchName ) + ";"
174 }
175 return result
176}
177def generateGraph( rFileName, batch, host, port, user, pass, testName, branchName){
178 return "Rscript " + graph_generator_directory + rFileName + " " + host + " " + port + " " + user + " " + pass + " " + testName + " " + branchName + " " + batch + " " + graph_saved_directory
179}
180def generateCombinedResultGraph( host, port, user, pass, testName, branchName ){
181 result = ""
182 for ( int i=0; i< SCPF[testName]['graphTitle'].size(); i++){
183 result += "Rscript " + graph_generator_directory + "SCPFLineGraph.R " + host + " " + port + " " + user + " " + pass + " \"" + SCPF[testName]['graphTitle'][i] + "\" " + branchName + " " + 100 + " \"SELECT " +
Devin Lima0e52eb2017-09-13 18:35:12 -0700184 checkIfList( testName, 'dbCols', i ) + " FROM " + SCPF[testName]['table'] + " WHERE branch=\'" + branchName + "\' " + checkIfList( testName, 'dbWhere', i ) +
185 " ORDER BY date DESC LIMIT 100\" \"" + SCPF[testName]['y_axis'] + "\" " + graph_saved_directory + ";"
Devin Lim90803a82017-08-29 13:41:44 -0700186 }
187 return result
188}
189def checkIfList( testName, forWhich, pos ){
190 return SCPF[testName][forWhich] instanceof List ? SCPF[testName][forWhich][pos] : SCPF[testName][forWhich]
191}