summaryrefslogtreecommitdiff
path: root/test/TestInventory.py
Commit message (Expand)AuthorAgeFilesLines
* Allow equal sign in single-line ini variablesIlya Kuznetsov2014-02-141-1/+6
* Fix inventory parsing so that FQDN can be parsed without throwing sshJohn Barker2013-12-181-0/+18
* Handle comment on inventory group line.Martynas Mickevicius2013-10-171-0/+4
* Allow leading ranges in the inventory host entries.Martynas Mickevicius2013-10-171-0/+6
* Return inventory objects in the order they are presented. Additionally, fix ...Michael DeHaan2013-10-071-17/+8
* Allow creating empty inventoryJasper Capel2013-09-251-0/+11
* add one last test, for combined range, which make ansible.inventory.expand_hostsMichael Scherer2013-08-231-0/+5
* test that using non ordered range of char send a exceptionMichael Scherer2013-08-231-0/+4
* add test for incorrect format in range hostMichael Scherer2013-08-231-0/+4
* add test for missing end in host rangeMichael Scherer2013-08-231-0/+5
* add a test to verify ansible detect invalid rangeMichael Scherer2013-08-231-0/+3
* add a test to cover bound stepping in inventoryMichael Scherer2013-08-231-2/+2
* increase test coverage of inventory by around 5% according to noseMichael Scherer2013-08-211-1/+28
* add tests for the -i option when used with raw string for ipv4Michael Scherer2013-08-191-0/+30
* Disable inventory testMichael DeHaan2013-06-031-10/+12
* Handle '#' in var strings by splitting on ' #'Pol Llovet2013-05-311-1/+1
* Standardize test outputMichael DeHaan2013-04-051-1/+1
* Add some tests for directory-based inventoryDaniel Hokka Zakrisson2013-03-011-0/+15
* Merge pull request #1747 from njharman/alpharangeMichael DeHaan2012-12-171-20/+24
|\
| * Alphabetic inventory hostname patterns.Norman J. Harman Jr2012-12-101-20/+24
* | Merge pull request #1776 from junegunn/inventory-group-var-wsMichael DeHaan2012-12-171-1/+3
|\ \
| * | Allows whitespaces around assignment operatorsJunegunn Choi2012-12-141-1/+3
* | | Fix hostname expansion bug in inventory parserJunegunn Choi2012-12-161-0/+11
|/ /
* | Merge pull request #1696 from gregorg/enhance_limitMichael DeHaan2012-12-121-0/+8
|\ \
| * | Add a unit test to subset limiting via a regex, and some doc in manGregory Duchatelet2012-12-021-0/+8
| |/
* | Allow intersecting host patterns by using &Daniel Hokka Zakrisson2012-12-121-0/+7
|/
* Make sure any existing groups gets reusedDaniel Hokka Zakrisson2012-11-251-1/+1
* Return multiple groups from inventory API.Jeroen Hoekx2012-10-101-0/+10
* Fix inventory.get_hosts when hosts is a list.John Kleint2012-09-111-0/+8
* Add support for ranged patterns like webservers[0-49] for hitting the first 5...Michael DeHaan2012-08-111-6/+25
* Various retooling of the internal code behind inventory pattern matching in s...Michael DeHaan2012-08-111-19/+4
* Remove unused imports.Dave Peticolas2012-08-091-3/+0
* more whitespaceMichael DeHaan2012-08-061-12/+12
* Fix some failing tests, script tests seem to indicate magic variables are not...Michael DeHaan2012-07-301-6/+9
* Added a host expansion feature to ansible's inventory parsingChin Fang2012-07-241-7/+29
* Remove YAML inventory tests since this is now deprecated.Michael DeHaan2012-07-201-136/+0
* Squashed commit of the following:Michael DeHaan2012-07-121-3/+28
* Correctly add ungrouped hosts to 'ungrouped' in YAML inventory.Jeroen Hoekx2012-06-271-3/+3
* Add tests of host exclusionsDaniel Hokka Zakrisson2012-06-151-0/+18
* Fix hosts being in multiple groups, and duplicate host references in the same...Michael DeHaan2012-05-191-2/+2
* Inventory: undefined group -> ungrouped.Jeroen Hoekx2012-05-081-2/+2
* Inventory: support list of vars in host.Jeroen Hoekx2012-05-081-0/+8
* Add tests for new advanced inventory features (groups of groups, group variab...Michael DeHaan2012-05-061-8/+34
* Further work on making the YAML inventory parser use the new inventory objects.Michael DeHaan2012-05-061-21/+20
* Reinstate external inventory script support this time using the new more OO-e...Michael DeHaan2012-05-061-6/+2
* Refactored inventory to make it object oriented, need to make YAML format and...Michael DeHaan2012-05-051-30/+34
* Define 'inventory_hostname' variable for hosts.Jeroen Hoekx2012-05-021-8/+19
* Introduce group_names in template variables.Jeroen Hoekx2012-04-281-7/+18
* Support dicts in inventory vars.Jeroen Hoekx2012-04-191-2/+2
* Remove extra_vars testsMichael DeHaan2012-04-161-18/+0