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


##########
extensions/opc/tests/features/steps/steps.py:
##########
@@ -48,6 +48,13 @@ def setup_opcua_server_with_access_control(context: 
MinifiTestContext):
     )
 
 
+@step("an OPC UA server is set up with historical data support")
+def setup_opcua_server_with_historical_data(context: MinifiTestContext):
+    context.containers["opcua-server-historical"] = OPCUAServerContainer(
+        context, 
command=["/opt/open62541/examples/tutorial_server_historicaldata"]
+    )

Review Comment:
   The key of the dict does not equal with the used hostname so this isn't a 
problem



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