summaryrefslogtreecommitdiff
path: root/test/integration/targets/package_facts
Commit message (Collapse)AuthorAgeFilesLines
* Re-organize CI test groups for POSIX tests. (#77420)Matt Clay2022-08-041-1/+1
| | | | | | * `context/target` tests must be in groups 1 - 2. * `context/controller` tests must be in groups 3 - 5. This makes it easier to efficiently organize groups and balance test runtimes.
* ansible-test - Remove AIX provisioning support. (#76747)Matt Clay2022-01-121-1/+0
| | | | | * ansible-test - Remove AIX provisioning support. * Remove `skip/aix` integration test aliases. * Remove build for AIX binary module.
* Test changes to allow using "macos" test image (#71849)Sam Doran2020-09-221-0/+1
| | | | * Add link to remote.sh from macos.sh * Add skip/macos to tests that have skip/osx
* Testing: Add support for AIX platform (#65802)Yanis Guenane2020-01-291-0/+1
|
* package_facts: check 'vital' and 'automated' values ('pkg' manager) (#62766)Pilou2019-09-242-1/+40
|
* Fix uri tasks (#55403)Matt Martz2019-04-171-4/+4
| | | | | | | | * Fix uri tasks * Fix apt task to install firewalld * Fix invalid option in package_facts - ci_complete
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-231-1/+1
| | | | | | | * Update Shippable integration test groups. * Update integration test group aliases. * Rebalance AWS and Azure tests with extra group. * Rebalance Windows tests with another group.
* New Module: package_facts (#33195)Adam Miller2017-12-142-0/+78
* new package_facts module Signed-off-by: Adam Miller <maxamillion@fedoraproject.org> * remove package_facts pkg manager aliases, they are misleading Signed-off-by: Adam Miller <maxamillion@fedoraproject.org> * fix package_facts tests now that aliases are dropped Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>