Example #1
0
 def testConstructor(self):
     TaskSpecTest.testConstructor(self)
     self.assertEqual(self.spec.args, self.cmd_args)
Example #2
0
 def setUp(self):
     self.cmd_args = ["ping", "-c", "1", "-t", "1", "127.0.0.1"]
     TaskSpecTest.setUp(self)
Example #3
0
 def setUp(self):
     self.cmd_args = "ping", "-c", "1", "-t", "1", "127.0.0.1"
     TaskSpecTest.setUp(self)
Example #4
0
 def testConstructor(self):
     TaskSpecTest.testConstructor(self)
     self.assertEqual(self.spec.args, self.cmd_args)
Example #5
0
 def setUp(self):
     self.cmd_args = ["python", "ExecuteProcessMock.py"]
     TaskSpecTest.setUp(self)