aminadinari19 commented on a change in pull request #1040:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1040#discussion_r618310160
##########
File path: docker/test/integration/features/hashcontent.feature
##########
@@ -0,0 +1,10 @@
+Feature: Adding hash value for a FlowFile using HashContent
+ In order to calculate a hash value for a FlowFile
+ As a user of MiNiFi
+ I need to have HashContent Processor
+
+Background:
+ Given the content of "/tmp/output" is monitored
+
+Scenario: HashContent adds hash attribute to flowfiles
+ Given a GetFile processor with "Input Directory" property set to
"/tmp/input"
Review comment:
Yeah my bad. Sorry.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]