forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inventory_hostnames lookup plugin -> 100% coverage (ansible#70628)
Change: - Add tests to get inventory_hostnames up to 100% coverage. Test Plan: - CI Signed-off-by: Rick Elrod <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
test/integration/targets/lookup_inventory_hostnames/inventory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
nogroup01 | ||
nogroup02 | ||
nogroup03 | ||
|
||
[group01] | ||
test01 | ||
test05 | ||
test03 | ||
test02 | ||
test04 | ||
|
||
[group02] | ||
test03 | ||
test04 | ||
test200 | ||
test201 | ||
test203 | ||
test204 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters