Commit Graph

59 Commits (af40d042471fff09da3c19b0ebb0ea074b978104)

Author SHA1 Message Date
welchwilmerck af40d04247 bring comments and docs up-to-date for invoking hacking/test-module (#20940)
9 years ago
Sloane Hertel 113f92548a hacking/test-module: fix for python3 (#26194)
9 years ago
Michael De La Rue 56d33a2967 Fix hacking/test-module to allow running modules with pdb (#23339)
9 years ago
Yujun Zhang 1f3755f86b Include error message when ansiballz_setup fails (#26127)
9 years ago
Martyn Ranyard 014f33655c Allows for testing binary modules (#24857)
9 years ago
Allan ba39d1158c Update test-module (#20737)
9 years ago
Will Thames 082082857d Use the python used with test-module to run modules (#19591)
9 years ago
Adrian Likins cf39a1abab test-module _ansible_selinux_special_fs arg added
9 years ago
Toshio Kuratomi 48a2773463 Find places where ziploader is used and change them to ansiballz so that people aren't confused when they google for information.information (#16715)
10 years ago
Toshio Kuratomi 2762f12f7f Remove the duplicate modstyle parameter
10 years ago
Toshio Kuratomi bdd73e31dc Have test-module clean up the local temp dir when it exits
10 years ago
Toshio Kuratomi 669f3dc3a8 Cleanup. Since we no longer pass a lock, we no longer need to create it
10 years ago
Toshio Kuratomi d78ba34cf0 We switched away from passing the lock via the arguments to modify_module
10 years ago
Toshio Kuratomi dcc5dfdf81 Controller-side module caching.
10 years ago
Toshio Kuratomi a330a24ccc Python2.6 fix for test-module
10 years ago
Toshio Kuratomi 4b0aa1214c Ziploader
10 years ago
Alberto Gireud 52ded67db5 Update check mode argument
10 years ago
Toshio Kuratomi 4203850d1a Break apart a looped dependency to show a warning when parsing playbooks
10 years ago
Kevin Houdebert b8c9391d0c Change to python3 syntax
11 years ago
Toshio Kuratomi 53ae326603 Port some things in test-module to v2.
11 years ago
Abhijit Menon-Sen 8342cc6b61 Fix existing typo, remove trailing space added by PR commit
11 years ago
Will Thames b05485d4b3 Add options to control output and execution of test-module
11 years ago
Gerard Lynch 2f51f3bbc5 updated to use new loader
11 years ago
Brian Coca 95bf78d0e7 Merge pull request #11618 from halberom/test-module
11 years ago
Gerard Lynch 3c7a502c50 updated to new location and non-classness of module_common
11 years ago
Brian Coca f146c7680f Merge pull request #10928 from gimoh/test-module-default-python
11 years ago
Marc Abramowitz 3b0524e67d hacking/test-module: Style nit
11 years ago
Marc Abramowitz 5466ff8907 hacking/test-module: Deal with move of parse_kv
11 years ago
Marc Abramowitz ea6ec3bf2c Make test-module work in v2
11 years ago
gimoh 5489d172de Use same interpreter for test-module and module it runs
11 years ago
Veres Lajos bf5d8ee678 typofixes - https://github.com/vlajos/misspell_fixer
11 years ago
Hector Acosta b8cbf1370f Add checkmode support for test-module script
12 years ago
Felix Kaiser 3b06ab84e3 Make test-module interpret --args='{...' as yaml
12 years ago
Matt Martz dbed05caec Support for -a to accept a file with test-module
12 years ago
Matt Martz e50c2bccb8 Add -I/--interpreter argument to test-module
12 years ago
Michael DeHaan d34a26e307 Undo an inadvertant revert from template changes so we still allow pythonic imports in module land.
12 years ago
James Tanner d154bf8781 Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 4587528b 9b1fe455 214b0b05 8d3db803 7f9504d1 5031104c 35cb9dc2 2bd8cb57 1e85c754
12 years ago
Michael DeHaan 9858b1f2f3 Enable imports to work on a snippet based system, allowing for instance a library of common EC2 functions
13 years ago
Nicolas Grilly 75ceb80572 Escape args injected in new style modules
13 years ago
Michael DeHaan af2fb56a10 Changes to allow WANT_JSON to allow JSON to non-Python modules
13 years ago
Michael DeHaan b3eb1f32e3 update hacking/test_module script to be aware of complex arguments, though it does not pass them.
13 years ago
Les Aker ee274b5816 fixed shebang in hacking test-module
13 years ago
Stephen Fromm 6a68d3813f Set LANG in module_common.py
13 years ago
Stephen Fromm 06e54c0b97 Add ability to specify syslog facility for modules
13 years ago
Michael DeHaan ce01c3f7e7 Allow unicode transfer by not base64 encoding. Also: faster
14 years ago
Michael DeHaan 738cea9c93 small tweaks to --help for hacking/test-module
14 years ago
Michael DeHaan fc96b88205 Teach the test-module script about the new way MODULE_ARGS works in new-style modules.
14 years ago
bradobro e8583833a7 test-module uses optparse with --debugger
14 years ago
bradobro ade0233d57 Refactoring test-module to be more like ansible.
14 years ago
Michael DeHaan d0f4358730 Port the copy module over to the new "common module" logic.
14 years ago