You can use SSH client to get to management server and restart. Similar to this
try:
sshClient = SshClient(
self.mgtSvrDetails["mgtSvrIp"],
22,
self.mgtSvrDetails["user"],
self.mgtSvrDetails["passwd"],
re
Hi,
is there any facility in Marvin for restarting the management server? I
need to write a test where I change a global setting and then see if
functionality has changed based on me changing the setting. As far as I
know, the only way to update the settings is to restart the management
server. I'