Commit Graph

128 Commits (94de4db928c274b4aa5006530789820c5bb7f5fa)

Author SHA1 Message Date
Daniel Hokka Zakrisson 4b29c2cf74 Revert pull request #1091
14 years ago
Michael DeHaan 06cfc52afd fix tests and change nosetests flags so asserts show what comparisons failed
14 years ago
Daniel Hokka Zakrisson 9e4fac5ebd Create a string parser for varReplace instead of using re
14 years ago
Daniel Hokka Zakrisson b55ef665ba Fix only_if statements referencing non-string types
14 years ago
Daniel Hokka Zakrisson 51216dcfae Add tests for varReplace repr
14 years ago
Michael DeHaan 4ded8cb3b3 Change $FILE{} and $PIPE{} to $FILE() and $PIPE()
14 years ago
Daniel Hokka Zakrisson cc948f339c Allow including files through variables
14 years ago
Michael DeHaan b8c4bb9e6e Revert "Allow including files through variables"
14 years ago
Michael DeHaan b2af95e4a6 Change $FILE{} and $PIPE{} to $FILE() and $PIPE()
14 years ago
Michael DeHaan e1ecb95b3d Delete test that was coded against *local* resolv.conf -- obviously not going to be the same between people's computers
14 years ago
Michael DeHaan 08b70949c7 Fix a test and a typo in an example
14 years ago
Aleksej Romanov eefe66f1cc Squashed commit of the following:
14 years ago
Michael DeHaan b25b9fd840 Merge pull request #1058 from jkleint/devel
14 years ago
John Kleint 2a002f5c0b Support iteration over command output in with_items.
14 years ago
Daniel Hokka Zakrisson 9e78b10ae3 Add test data file
14 years ago
Daniel Hokka Zakrisson bf47bb4753 Allow including files through variables
14 years ago
Michael DeHaan 04555f525e Fix a test from a previous pull request.
14 years ago
John Kleint 1f8696f5c1 Fix inventory.get_hosts when hosts is a list.
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
Dave Peticolas b42e835aab Always load group_vars and host_vars.
14 years ago
Michael DeHaan 9041adddaa Add support for ranged patterns like webservers[0-49] for hitting the first 50 webservers.
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
Michael DeHaan 259f2dc4de Various retooling of the internal code behind inventory pattern matching in support of pending support
14 years ago
Dave Peticolas 08272dc25d Remove unused imports.
14 years ago
Michael DeHaan 1c9b43df1b more whitespace
14 years ago
Petros Moisiadis 2ac4acbf97 fixes for tests
14 years ago
Will Thames 845a7ac5ae test_one not working as tests after skipped test failing, because
14 years ago
Michael DeHaan d79900b434 Merge pull request #732 from willthames/fix_git_fail_json
14 years ago
u348095 e863ba0cec Fixes for git module when it fails.
14 years ago
Michael DeHaan fe558f680a Fix some failing tests, script tests seem to indicate magic variables are not being provided
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 8fa4dc3920 Small change to previous patch, make ranges of hosts inclusive.
14 years ago
Chin Fang e3b2521f01 Added a host expansion feature to ansible's inventory parsing
14 years ago
Michael DeHaan dde11baa56 Remove YAML inventory tests since this is now deprecated.
14 years ago
Michael DeHaan 9e62fd42b5 update test utils code
14 years ago
Michael DeHaan 867b2437cc consolidate output code in callbacks.py, from utils, remove extra functions
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
Michael DeHaan 60f295f7a0 Squashed commit of the following:
14 years ago
Michael DeHaan efac68b636 Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose.
14 years ago
Jeroen Hoekx d592e15dcc Correctly add ungrouped hosts to 'ungrouped' in YAML inventory.
14 years ago
Daniel Hokka Zakrisson 031c75e53a Update tests to reflect new API
14 years ago
Daniel Hokka Zakrisson 24d73b0fe6 Add tests of iterative templating
14 years ago
Daniel Hokka Zakrisson 05a7a3725b Add tests of host exclusions
14 years ago
Michael DeHaan bd893b765b Merge pull request #459 from dhozac/with_items-variable
14 years ago
Stephen Fromm 9cf182c225 Add assemble module
14 years ago