Example #1
0
 def runCommand(self , send , port , expected = None):
     result = ErtClient.runCommand(send , port , self.host )
     if expected:
         self.assertEqual( result , expected )
     return result
Example #2
0
 def runCommand(self , send , expect):
     result = ErtClient.runCommand(send , self.port , self.host )
Example #3
0
 def runCommand(self, send, port, expected=None):
     result = ErtClient.runCommand(send, port, self.host)
     if expected:
         self.assertEqual(result, expected)
     return result