lordgamez commented on code in PR #2095:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2095#discussion_r2826795433


##########
behave_framework/src/minifi_test_framework/steps/configuration_steps.py:
##########
@@ -50,6 +50,11 @@ def step_impl(context: MinifiTestContext):
     
context.get_or_create_default_minifi_container().fetch_flow_config_from_flow_url()
 
 
+@given("SSL properties are set in MiNiFi")
+def step_impl(context: MinifiTestContext):
+    context.get_or_create_default_minifi_container().set_up_ssl_proprties()

Review Comment:
   Updated in 
https://github.com/apache/nifi-minifi-cpp/pull/2095/commits/9c6fd708e1753af2d8f873560be901e9bfc82a0b



##########
behave_framework/src/minifi_test_framework/steps/core_steps.py:
##########
@@ -147,6 +147,16 @@ def step_impl(context: MinifiTestContext):
     context.containers["nifi"] = NifiContainer(context)
 
 
+@step("a NiFi container is set up with SSL enabled")
+def step_impl(context: MinifiTestContext):
+    context.containers["nifi"] = NifiContainer(context, use_ssl=True)
+
+
+@when(u'NiFi is started')

Review Comment:
   Updated in 
https://github.com/apache/nifi-minifi-cpp/pull/2095/commits/9c6fd708e1753af2d8f873560be901e9bfc82a0b



-- 
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]

Reply via email to