Commit Graph

5 Commits (2b860bbae8adbed2dbc61c9689ad70076b65a05c)

Author SHA1 Message Date
Michael Scherer 918d1e038e Do not hardcode python executable in test (#17380)
Based on https://github.com/ansible/ansible/pull/17376
2016-09-03 10:21:22 -07:00
Toshio Kuratomi 51ec35378d xrange and izip_longest aren't available in vanilla python3 (#17226)
Fixes for these are either rewriting to get rid of the need for the
functions or using six.moves to get equivalent functions for both
python2 and python3
2016-08-24 12:28:02 -07:00
James Cammarata 75e5b6401c Fixing up shell quoting issues 2014-07-22 10:09:11 -05:00
James Cammarata 8e940004c2 Fix ec2_setup task param quoting 2014-07-21 11:33:35 -05:00
James Laska b589bf1d2e First pass at ec2 module tests 2014-02-26 16:43:30 -05:00