Commit Graph

5599 Commits (9283f8077d9fc7e53f37ecf8ac8fed74bfc3bc8f)

Author SHA1 Message Date
Matt Clay 383ef3ea80
Rename tests (#68356)
* Rename `tests` test to match plugin type.

* Rename `test_infra` test to avoid confusion.

This test target is not a test for test plugins.

* Rename `vars_prompt` test to avoid confusion.

* Update sanity ignores.
6 years ago
Matt Clay 8b5e38fbd7 Clean up network test config. 6 years ago
Matt Martz da3a90e88e
Address compat issue for collection loading on py26 (#68219)
* Address compat issue for collection loading on py26

* Move import_module shim to utils for compat across the codebase

* Enable collection tests on py2.6

* Update changelog fragment

* Simplify code using sys.moduls

* Move compat to module_utils/compat/importlib

* Add back errantly deleted newline

* Remove hack comment

Co-Authored-By: Matt Clay <matt@mystile.com>

Co-authored-by: Matt Clay <matt@mystile.com>
6 years ago
Matt Clay 757fe7502d
Update ansible-test network test provisioning. (#68220)
* Update network provisioning defaults.

* Update network test requirements.
6 years ago
Matt Clay 7c27ae4702
Add dynamic and static include tests. (#68200)
* Add dynamic and static include tests.

* Update task names for junit output.
6 years ago
Matt Clay 6994ef0b55 Consolidate Windows tests to one group. 6 years ago
Matt Clay 98326a8ded
Fix incidental test stability. (#68125) 6 years ago
Ansible Core Team 96125d46a3 migration final cleanup 6 years ago
Ansible Core Team 64ce847c61 Migrated to vyos.vyos 6 years ago
Ansible Core Team 512183d75b Migrated to openvswitch.openvswitch 6 years ago
Ansible Core Team b182f411ea Migrated to azure.azcollection 6 years ago
Ansible Core Team 174b9c0e4c Migrated to google.cloud 6 years ago
Ansible Core Team 774498628b Migrated to hetzner.hcloud 6 years ago
Ansible Core Team 6ea2281847 Migrated to dellemc_networking.os6 6 years ago
Ansible Core Team 91e8679f56 Migrated to dellemc_networking.os9 6 years ago
Ansible Core Team 92ff28ec75 Migrated to dellemc_networking.os10 6 years ago
Ansible Core Team 48fa7e27b0 Migrated to awx.awx 6 years ago
Ansible Core Team 1915feadd5 Migrated to junipernetworks.junos 6 years ago
Ansible Core Team c8db741307 Migrated to cisco.ucs 6 years ago
Ansible Core Team ecd1907190 Migrated to cisco.nxos 6 years ago
Ansible Core Team e39b1dec45 Migrated to cisco.mso 6 years ago
Ansible Core Team a16d88b068 Migrated to cisco.meraki 6 years ago
Ansible Core Team e1f0162333 Migrated to cisco.iosxr 6 years ago
Ansible Core Team 44ce3f3812 Migrated to cisco.ios 6 years ago
Ansible Core Team 83c7ad1886 Migrated to cisco.intersight 6 years ago
Ansible Core Team 0aff46f3fd Migrated to cisco.asa 6 years ago
Ansible Core Team ad5be6f8fd Migrated to cisco.aci 6 years ago
Ansible Core Team aee8e4f5ff Migrated to arista.eos 6 years ago
Ansible Core Team 31d222a12f Migrated to theforeman.foreman 6 years ago
Ansible Core Team 74c95055e9 Migrated to fortinet.fortios 6 years ago
Ansible Core Team a73c1da43a Migrated to ansible.windows 6 years ago
Ansible Core Team ca86205e7d Migrated to ansible.posix 6 years ago
Ansible Core Team 9c3977000b Migrated to ansible.netcommon 6 years ago
Ansible Core Team 42b02d1be2 Migrated to ansible.amazon 6 years ago
Ansible Core Team ca0090b43c Migrated to community.windows 6 years ago
Ansible Core Team 152ce46a23 Migrated to community.vmware 6 years ago
Ansible Core Team eec0fb31de Migrated to community.mongo 6 years ago
Ansible Core Team ef24d794ee Migrated to community.crypto 6 years ago
Ansible Core Team 9d2d137038 Migrated to community.kubernetes 6 years ago
Ansible Core Team 54b2c8f113 Migrated to community.grafana 6 years ago
Ansible Core Team 6e048cc268 Migrated to community.general 6 years ago
Ansible Core Team cb06e04e71 Migrated to community.amazon 6 years ago
Ansible Core Team 29ae7a2274 Migrated to containers.podman 6 years ago
Matt Clay d7b7ed6ba6 Remove assemble from incidental tests.
The module and action plugin are now remaining in base.
6 years ago
Matt Clay 8339704831
Create a dedicated windows-minimal test target. (#67987)
* Create a dedicated windows-minimal test target.

The windows-minimal target is a copy of the win_ping test, taking the place of that test as the windows minimal test run on multiple python versions.

It includes a private copy of the win_ping module so it will work after migration.

This will keep tests passing during the migration prep process.

* Update sanity ignores.
6 years ago
Matt Clay 3508e1197e
Update test matrix to prepare for migration. (#67983)
* Split fallaxy tests into their own group.

This keeps expected pass/fail tests separate during migration prep.

* Move network tests down in matrix.

This will help keep pass/fail tests grouped together during migration prep.

* Group all incidental tests together.

This will keep pass/fail tests separate leading up to migration.
6 years ago
Jordan Borean b241c021b7 Set fallaxy tests as a smoketest 6 years ago
Nilashish Chakraborty d4581aca96
Update nxos_l2_interfaces merged test (#67918)
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
6 years ago
Adharsh Srivats R 7307339a7e
NX-OS ACLs module (#67558)
* Added nxos_acls module

* Adding tests

* Added integration tests

* Integration tests update

* Updated documentation

* Replaced state changes

* Added warning detection

* Added port-protocol mapping

* Added change

* Merge update changes

* Completed integration tests, rtt

* Added unit tests

* Linting

Added metaclass info

* Changed port protocol to str

* Fixed shippable errors, added examples

* Fixed type error, updated examples
6 years ago
Sumit Jaiswal 4e43bd3a4f
fix nxos_l2 resource tests (#67916) 6 years ago