commit | 442ce4d52050c7cc4aef1a8a220a0a3acf02bfc9 | [log] [tgz] |
---|---|---|
author | Jeremy Ronquillo <j_ronquillo@u.pacific.edu> | Fri Jul 26 16:35:11 2019 -0700 |
committer | Jeremy Ronquillo <jeremyr@onlab.us> | Fri Jul 26 23:35:46 2019 +0000 |
tree | 53c688cb16af74eab23dfd3b3ddf661c32827a5c | |
parent | d9b17b53d4092d9bc4b4b2a9f7b8bb1d55996616 [diff] |
Fix for SCPF initialization in Jenkins Change-Id: I79616a041e1c1783f2c97eba1664f88b26f5ca94
diff --git a/TestON/JenkinsFile/CommonJenkinsFile.groovy b/TestON/JenkinsFile/CommonJenkinsFile.groovy index 5ecf63d..2edc09d 100644 --- a/TestON/JenkinsFile/CommonJenkinsFile.groovy +++ b/TestON/JenkinsFile/CommonJenkinsFile.groovy
@@ -60,7 +60,7 @@ if ( category == "SCPF" ){ isSCPF = true SCPFfuncs.init() - graphs.initialize( category, SCPFfuncs ); + graphs.initialize( SCPFfuncs ); prop = getProperties() isOldFlow = ( prop[ "isOldFlow" ] == "true" ) SCPFfuncs.oldFlowRuleCheck( isOldFlow, prop[ "ONOSBranch" ] )