예제 #1
0
파일: install.py 프로젝트: vmx/testrunner
 def uninstall(self, params):
     remote_client = RemoteMachineShellConnection(params["server"])
     remote_client.membase_uninstall()
     remote_client.couchbase_uninstall()
     remote_client.couchbase_single_uninstall()
예제 #2
0
 def uninstall(self, params):
     remote_client = RemoteMachineShellConnection(params["server"])
     remote_client.membase_uninstall()
     remote_client.couchbase_uninstall()
     remote_client.couchbase_single_uninstall()