예제 #1
0
 def _testShutdownVM_NotConnected(self):
     """Test method for ScalarisVM.shutdownVM() with a closed connection."""
     vm = ScalarisVM()
     vm.close_connection()
     #self.assertRaises(scalaris.ConnectionError, vm.shutdownVM())
     vm.shutdownVM()
     vm.close_connection()
예제 #2
0
 def _testShutdownVM_NotConnected(self):
     """Test method for ScalarisVM.shutdownVM() with a closed connection."""
     vm = ScalarisVM()
     vm.close_connection()
     #self.assertRaises(scalaris.ConnectionError, vm.shutdownVM())
     vm.shutdownVM()
     vm.close_connection()
예제 #3
0
 def _testShutdownVM1(self):
     """Test method for ScalarisVM.shutdownVM()."""
     vm = ScalarisVM()
     vm.shutdownVM()
     vm.close_connection()
예제 #4
0
 def _testShutdownVM1(self):
     """Test method for ScalarisVM.shutdownVM()."""
     vm = ScalarisVM()
     vm.shutdownVM()
     vm.close_connection()