Remoe py3 fix/shell/salt.utils.event

This commit is contained in:
Mike Place 2016-08-03 03:38:35 +09:00
parent 4df8b32509
commit 324fdd121f

View File

@ -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):
'''