summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/service_facts/aliases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test aliases fix (#84377)Lee Garrett6 days1-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * integrity tests: Tag (destructive) root tests as such - apt_key needs root to touch the apt key database - debconf needs root to change debconf values of system packages - gathering writes to /etc/ansible/*, writeable only to root - group creates system groups - noexec mounts/umounts a ramdisk - systemd requires root to start/stop services Mark all except noexec as "destructive" as they change the state of the system. * integration test cron requires root, as it calls setup_cron * integration test dpkg_selection runs dpkg as root * integration test facts_linux_network requires root It adds/removes IP addresses from network interfaces, requiring root for that. * integration test package requires root installs/removes system packages * Integration test service requires root Creates/starts/stops/removes systemd services * integration test user requires root to create users * integration tests using setup_test_user require root --------- Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>
* service_facts: add FreeBSD support (#82556)Brian Coca2024-10-101-1/+0
| | | | | new freebsd scanner using 'their version' of service cli tool also avoid loading the linuxy service scanner when freebsd
* Remove obsolete integration test aliases (#80342)Matt Clay2023-03-281-1/+0
| | | | | | | * Remove obsolete integration test aliases * Remove obsolete `skip/osx` aliases * Use `skip/macos` instead of `skip/osx` in docs
* 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-301-0/+1
|
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-241-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.
* service_facts module (#34065)Adam Miller2018-01-081-0/+3
Signed-off-by: Adam Miller <admiller@redhat.com>