commit | 0a4309d84ec6fb9e65ae286828f259f006130d05 | [log] [tgz] |
---|---|---|
author | Kailash <kailash@onlab.us> | Fri Aug 16 22:24:48 2019 -0700 |
committer | Kailash <kailash@onlab.us> | Fri Aug 16 22:25:11 2019 -0700 |
tree | 04e044a8d022cd5e7f01a169c7d2fa85844ba350 | |
parent | 887a29631fbb07570946f2e2c4b7fe9dbf673143 [diff] |
setting logs to DEBUG in voltha e2e tests Change-Id: I0f9c96bacd825e150802eb8f259a2dc6178bb43f
diff --git a/jjb/pipeline/voltha-go-tests.groovy b/jjb/pipeline/voltha-go-tests.groovy index f5c0e5f..f20c69e 100644 --- a/jjb/pipeline/voltha-go-tests.groovy +++ b/jjb/pipeline/voltha-go-tests.groovy
@@ -40,7 +40,7 @@ steps { sh """ cd kind-voltha/ - TYPE=minimal WITH_RADIUS=y WITH_TP=no WITH_BBSIM=y ./voltha up + VOLTHA_LOG_LEVEL=DEBUG TYPE=minimal WITH_RADIUS=y WITH_TP=no WITH_BBSIM=y ./voltha up """ } }