nghiaxlee commented on a change in pull request #697: MINIFICPP-1104 - SSL
docker tests for PublishKafka
URL: https://github.com/apache/nifi-minifi-cpp/pull/697#discussion_r358284822
##########
File path: docker/test/integration/minifi/test/__init__.py
##########
@@ -55,6 +55,9 @@ def __init__(self, output_validator):
logging.info('Creating tmp test resource dir: %s',
self.tmp_test_resources_dir)
os.makedirs(self.tmp_test_resources_dir)
+ # Add resources
+
shutil.copytree("docker/test/integration/resources/kafka_broker/conf/certs",
self.tmp_test_resources_dir + "/certs")
Review comment:
ah yea, sorry, usually I use ./DockerVerify.sh <version>. Do you think I
should modify the relative path to suit with `make docker-verify` or find
another way to get path?
----------------------------------------------------------------
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]
With regards,
Apache Git Services