[VOL-5177] - verify_voltha-openolt-adapter_sanity-test failure
jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy
--------------------------------------------------
o Fixed an undef var not detected by npm-groovy-lint.
Change-Id: Ifd7c51933f6ca2f6348155e22922c7967036e218
diff --git a/jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy b/jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy
index bc082a0..825db07 100644
--- a/jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy
+++ b/jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy
@@ -683,7 +683,7 @@
}
// groovylint-disable-next-line CatchException
catch (Exception err) {
- String iamexc = getIam(name)
+ String iamexc = getIam(test)
println("** ${iamexc}: EXCEPTION ${err}")
}
finally {