Commit Graph

54 Commits (bda2ce6ffdb04f37a920294ca2cc560c8ddebecb)

Author SHA1 Message Date
Michael DeHaan 4bdbe4dc4f Remove some test prints
13 years ago
Michael DeHaan a9fcea5893 Merge branch 'escape' of git://github.com/ngrilly/ansible into repr
13 years ago
Dale Sedivec 611d56dc4c Plug-ins loaded from top-level plug-in directory
13 years ago
Nicolas Grilly 75ceb80572 Escape args injected in new style modules
13 years ago
David Simon 190ce16bab Dealing with invalid symlinks and symlink permissions
13 years ago
Dale Sedivec 515fd9e915 copy action plug-in check mode respects force=no
13 years ago
Michael DeHaan b09ef21ec9 Add code to flag legacy templating like $foo.{bar} as deprecated in favor of Jinja2 {{ foo.bar }} so we
13 years ago
Michael DeHaan 7116c83c4a Standardize test output
13 years ago
tin ca581840ef Added additional lineinfile documentation.
13 years ago
tin f9b70822d2 Fixed to the lineinfile module.
13 years ago
Yves Dorfsman cff8cdd428 Using the _get_test and _get_stage methods.
13 years ago
Yves Dorfsman 943829c9b7 Added test cases for lineinfile.
13 years ago
Juha Litola 2796603c92 Removed apt_key tests, as they didn't test the real functionality.
13 years ago
Jayson Vantuyl ad6373430b add apt_key module
13 years ago
Michael DeHaan 9985995a9d Make tests use the local connection type, fix missing callback in tests.
14 years ago
Michael DeHaan e04dab904a Use previous proven multiprocessing logic as the simplification didn't have the same Ctrl-C handling and may
14 years ago
Michael DeHaan cbc12f0dba Various performance streamlining and making the file features usable in all modules without daisy chaining.
14 years ago
Michael DeHaan 7583704144 "force=" code under the file module is problematic, remove it
14 years ago
Michael DeHaan c5d2f6b0d3 implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples.
14 years ago
Daniel Hokka Zakrisson 6477bdc6fc Use a regexp to filter out arguments instead
14 years ago
Aleksej Romanov eefe66f1cc Squashed commit of the following:
14 years ago
Brian Coca 83d1028a21 - Makefile now works with freebsd (date command options are diff)
14 years ago
Michael DeHaan 508c04b85b remove svn tests
14 years ago
Dane Summers eb49ee38ae full test case for subversion, minimal tests for git
14 years ago
Michael DeHaan de21cb27d8 Remove tests that involve network effects -- makes things faster and they are not really deep tests here either way.
14 years ago
Dave Peticolas 08272dc25d Remove unused imports.
14 years ago
u348095 e863ba0cec Fixes for git module when it fails.
14 years ago
Michael DeHaan 47cead3603 Merge pull request #727 from sfromm/git
14 years ago
willthames 1bcba4f4a2 test/TestRunner.py now executes false with no directory prefix
14 years ago
Stephen Fromm 90bf67cf56 Make test_git functional in TestRunner.py
14 years ago
Michael DeHaan 279b5965b8 Much streamlining around setup steps in playbooks, now only run setup once per play.
14 years ago
Michael DeHaan 931f9f1a61 Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
14 years ago
Stephen Fromm 9cf182c225 Add assemble module
14 years ago
Jeroen Hoekx ecc0b0770c If /usr/share/dict/words does not exist, use cracklib-small to test large output.
14 years ago
John Kleint 83b9a43e60 Add test for large output; fix indentation.
14 years ago
Jeroen Hoekx cc579a8aa2 Fix tests for facter and the ansible_facts API.
14 years ago
Jeroen Hoekx 2dc9a563ef Allow modules to return facts.
14 years ago
Michael DeHaan 30d06dbcea Don't force down ansible facts back to setup, the setup module won't like parsing them on input and that
14 years ago
Michael DeHaan da0209dbc4 The fetch module really should preserve the whole directory structure being fetched to allow subsequent calls,
14 years ago
Jeroen Hoekx 6f09b41eb5 Don't test modules that aren't present.
14 years ago
Michael DeHaan 3f26a1c7f6 verbose option is not being used, so remove it. debug variable still exists.
14 years ago
Michael DeHaan 245aa9bf8e Some tweaks to the fetch module. 'err' return was for stderr, so that should be empty string.
14 years ago
Michael DeHaan eed4a2b717 Update tests to use 127.0.0.2 to bypass the smart "use local connection" code, and also to reflect
14 years ago
Michael DeHaan 96a22b582b Disable ohai test as it's hanging for whatever reason, but doesn't do this in real life.
14 years ago
Michael DeHaan 3ded27fe35 Treat module args as strings everywhere to avoid unneccessary shlex and requoting
14 years ago
Michael DeHaan 45abe3c16b Add unit tests for playbooks, and fix an error caught by one
14 years ago
Michael DeHaan 4bde4926c3 Modules don't have to return JSON, key=value pairs is ok.
14 years ago
Michael DeHaan 40fd778e2c 'shell' is a magic module that executes the command module with shell=True
14 years ago
Michael DeHaan 73d20b81c6 Add basic test of yum module (VERY basic) just to make sure syntax remains ok. Need to do something
14 years ago
Michael DeHaan 696b67f935 Fix async to use the new argfiles method (wrapping brain around rock, really must write module development guide)
14 years ago