Beispiel #1
0
 def test_action_skip(self):
     """Test skip method for actions"""
     action = Action(name='start', target=HOSTNAME, command='/bin/true')
     action.skip()
     self.assertTrue(action.to_skip())
Beispiel #2
0
 def test_action_skip(self):
     """Test skip method for actions"""
     action = Action(name='start', target=HOSTNAME, command='/bin/true')
     action.skip()
     self.assertTrue(action.to_skip())