martinzink commented on code in PR #1294:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1294#discussion_r849604941
##########
docker/test/integration/minifi/core/ImageStore.py:
##########
@@ -181,6 +185,12 @@ def __build_mqtt_broker_image(self):
def __build_splunk_image(self):
return self.__build_image_by_path(self.test_dir +
"/resources/splunk-hec", 'minifi-splunk')
+ def __build_syslog_udp_client_image(self):
+ return self.__build_image_by_path(self.test_dir +
"/resources/syslog-client/udp", 'syslog-udp-client')
+
+ def __build_syslog_tcp_client_image(self):
+ return self.__build_image_by_path(self.test_dir +
"/resources/syslog-client/tcp", 'syslog-tcp-client')
Review Comment:
Replaced it with a simpler version, based on our conversation :+1:
https://github.com/apache/nifi-minifi-cpp/pull/1294/commits/29d3690e8bd030a1315f6c72fbac0f1a3d0c2cc8
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]