VGC_Parameter_Fix_for Pipeline
Change-Id: Ifca08666aeac0f6606a1c374c0f83ca95657fe5e
Signed-off-by: Guru <guruprasanna.st@radisys.com>
diff --git a/jjb/pipeline/voltha/bbsim-tests.groovy b/jjb/pipeline/voltha/bbsim-tests.groovy
index 0851615..d1ed9b7 100644
--- a/jjb/pipeline/voltha/bbsim-tests.groovy
+++ b/jjb/pipeline/voltha/bbsim-tests.groovy
@@ -727,7 +727,7 @@
Boolean teardown = test['teardown'].toBoolean()
Boolean logging = test['logging'].toBoolean()
String testLogging = (logging) ? 'True' : 'False'
- Boolean vgcEnabled = test['vgcEnabled'].toBoolean()
+ Boolean vgcEnabled = test['vgcEnabled'] != null ? test['vgcEnabled'].toBoolean() : false
print("""
** -----------------------------------------------------------------------