mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-11 08:34:21 -07:00
Implement integration tests for apk (#7992)
* Implement integration tests for apk * Add group for apk integration test * Adjust integration tests of apk as suggested in PR
This commit is contained in:
parent
551b0b9eea
commit
ffa3d15881
2 changed files with 173 additions and 0 deletions
13
tests/integration/targets/apk/aliases
Normal file
13
tests/integration/targets/apk/aliases
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Copyright (c) Ansible Project
|
||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
azp/posix/2
|
||||
needs/root
|
||||
destructive
|
||||
skip/aix
|
||||
skip/osx
|
||||
skip/macos
|
||||
skip/freebsd
|
||||
skip/rhel
|
||||
skip/ubuntu
|
Loading…
Add table
Add a link
Reference in a new issue