mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-03 09:44:49 +02:00
(cherry picked from commit 2b8c66b983
)
This commit is contained in:
parent
3ab4c8d137
commit
37bd2c8f14
3 changed files with 14 additions and 4 deletions
7
tests/integration/requirements.yml
Normal file
7
tests/integration/requirements.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# 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
|
||||
|
||||
collections:
|
||||
- ansible.netcommon
|
|
@ -1,4 +0,0 @@
|
|||
integration_tests_dependencies:
|
||||
- ansible.netcommon
|
||||
unit_tests_dependencies:
|
||||
- ansible.netcommon
|
7
tests/unit/requirements.yml
Normal file
7
tests/unit/requirements.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# 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
|
||||
|
||||
collections:
|
||||
- ansible.netcommon
|
Loading…
Add table
Add a link
Reference in a new issue