Excluding un-implemented logging DMI tests
Change-Id: Iac0a97df4e12a156922269ad5db58d397f5fe4a9
diff --git a/jjb/pipeline/voltha-DMI-bbsim-tests.groovy b/jjb/pipeline/voltha-DMI-bbsim-tests.groovy
index cbf04b8..46a6e9b 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"
+ export ROBOT_MISC_ARGS="-d $ROBOT_LOGS_DIR -e GetConfigurableComponentInventoryInfoDMI -e GetLoggableEntitiesDMI -e SetGetLoggingEndpointDMI"
make -C $WORKSPACE/voltha-system-tests ${makeTarget} || true
'''
}