Correcting excluded test DMI interface
Change-Id: I847cb6224313c3704a905d81dc238b0993cff6ea
diff --git a/jjb/pipeline/voltha-DMI-bbsim-tests.groovy b/jjb/pipeline/voltha-DMI-bbsim-tests.groovy
index 46a6e9b..a4c0341 100755
--- a/jjb/pipeline/voltha-DMI-bbsim-tests.groovy
+++ b/jjb/pipeline/voltha-DMI-bbsim-tests.groovy
@@ -118,7 +118,7 @@
./log-collector.sh > /dev/null &
./log-combine.sh > /dev/null &
- export ROBOT_MISC_ARGS="-d $ROBOT_LOGS_DIR -e GetConfigurableComponentInventoryInfoDMI -e GetLoggableEntitiesDMI -e SetGetLoggingEndpointDMI"
+ export ROBOT_MISC_ARGS="-d $ROBOT_LOGS_DIR -e SetGetLogLevelDMI -e GetLoggableEntitiesDMI -e SetGetLoggingEndpointDMI"
make -C $WORKSPACE/voltha-system-tests ${makeTarget} || true
'''
}