mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Update test cases
* Remove cloudstack, f5, and nxos from the wildcard import whitelist * Remove nxos and f5 from the get_exception whitelist * Remove some files from the pep8 legacy whitelist
This commit is contained in:
parent
2db9b6d2ca
commit
b454115e9f
3 changed files with 0 additions and 6 deletions
|
@ -10,7 +10,6 @@ get_exception=$(find . -path ./test/runner/.tox -prune \
|
|||
-o -path ./lib/ansible/modules/storage/netapp -prune \
|
||||
-o -path ./lib/ansible/modules/packaging/os -prune \
|
||||
-o -path ./lib/ansible/modules/network/panos -prune \
|
||||
-o -path ./lib/ansible/modules/network/nxos -prune \
|
||||
-o -path ./lib/ansible/modules/network/junos -prune \
|
||||
-o -path ./lib/ansible/modules/network/vyos -prune \
|
||||
-o -path ./lib/ansible/modules/network/fortios -prune \
|
||||
|
|
|
@ -17,10 +17,7 @@ wildcard_imports=$(find . -path ./test/runner/.tox -prune \
|
|||
-o -path ./test/units/plugins/action/test_action.py \
|
||||
-o -path ./lib/ansible/compat/tests/mock.py -prune \
|
||||
-o -path ./lib/ansible/compat/tests/unittest.py \
|
||||
-o -path ./test/units/modules/network/cumulus/test_nclu.py -prune \
|
||||
-o -path ./lib/ansible/modules/cloud/cloudstack -prune \
|
||||
-o -path ./lib/ansible/modules/network/f5 -prune \
|
||||
-o -path ./lib/ansible/modules/network/nxos -prune \
|
||||
-o -path ./lib/ansible/modules/packaging/os -prune \
|
||||
-o -name '*.py' -type f -exec grep -H 'import \*' '{}' '+')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue