timoninmaxim commented on a change in pull request #8686:
URL: https://github.com/apache/ignite/pull/8686#discussion_r573616067



##########
File path: modules/ducktests/tests/ignitetest/services/utils/control_utility.py
##########
@@ -374,10 +395,24 @@ class ControlUtilityError(RemoteCommandError):
     """
     Error is raised when control utility failed.
     """
+
     def __init__(self, account, cmd, exit_status, output):
         super().__init__(account, cmd, exit_status, "".join(output))
 
 
+class Creds():
+    """
+    POJO for SSL and Authentication params
+    """
+
+    key_store_path: str

Review comment:
       All vars in this class are static. Is it expected behavior?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to