mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Remoe py3 fix/shell/salt.utils.event
This commit is contained in:
parent
4df8b32509
commit
324fdd121f
@ -26,10 +26,7 @@ class BatchTest(integration.ShellCase):
|
||||
'''
|
||||
ret = 'Executing run on [\'sub_minion\']'
|
||||
cmd = self.run_salt('\'*\' test.echo \'batch testing\' -b 50%')
|
||||
if six.PY3:
|
||||
self.assertIn(ret, cmd)
|
||||
else:
|
||||
self.assertIn(ret, cmd)
|
||||
self.assertIn(ret, cmd)
|
||||
|
||||
def test_batch_run_number(self):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user