commit | 0691c35520564967c612cb7e5fd45d8ff5cb305d | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Thu Mar 02 18:36:15 2023 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Thu Mar 02 18:36:28 2023 -0500 |
tree | 7b2d79b595214787a0ce49f5187f8256147d7a94 | |
parent | df24f60ba0a8757c27b88afe60b1991a57b3ab28 [diff] |
Change python function name syntax to groovy camelCase Change-Id: I3845c4da0ceea3508a2c5d6005d899c91e979785
diff --git a/jjb/pipeline/voltha/playground/physical-build.groovy b/jjb/pipeline/voltha/playground/physical-build.groovy index 44a17ac..b9677c3 100644 --- a/jjb/pipeline/voltha/playground/physical-build.groovy +++ b/jjb/pipeline/voltha/playground/physical-build.groovy
@@ -74,7 +74,7 @@ { stage('IAM') { - String iam = get_iam('main') + String iam = getIam('main') println("** ${iam}: ENTER") println("** ${iam}: LEAVE") }
diff --git a/jjb/pipeline/voltha/playground/voltha-tt-physical-functional-tests.groovy b/jjb/pipeline/voltha/playground/voltha-tt-physical-functional-tests.groovy index 6dd6cbe..7e8b5d9 100644 --- a/jjb/pipeline/voltha/playground/voltha-tt-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha/playground/voltha-tt-physical-functional-tests.groovy
@@ -71,7 +71,7 @@ // ----------------------------------------------------------------------- stage('IAM') { - String iam = get_iam('main') + String iam = getIam('main') println("** ${iam}: ENTER") println("** ${iam}: LEAVE") }