summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-08-06 14:43:29 -0700
committerGitHub <noreply@github.com>2019-08-06 14:43:29 -0700
commitd651bda12390e46c85c4487859f030ed8851867a (patch)
tree4dbe51c6df169557e342938f6fe3f3632d2dc4a8 /.github
parent923e21836b1a4fb91aa6e93463efe0aea4022144 (diff)
downloadansible-d651bda12390e46c85c4487859f030ed8851867a.tar.gz
Relocate ansible-test code. (#60147)
* Initial move of `test/runner/` content. `test/runner/lib/` -> `test/lib/ansible_test/_internal/` `test/runner/` -> `test/lib/ansible_test/_internal/data/` * Initial move of `test/sanity/` content. `test/sanity/` -> `test/lib/ansible_test/_internal/data/sanity/` (except `test/sanity/ignore.txt`) * Initial move of `test/units/pytest/` content. `test/units/pytest/` -> `test/lib/ansible_test/_internal/data/pytest/` * Follow-up move of `test/runner/unit/` content. `test/lib/ansible_test/_internal/data/unit/` -> `test/lib/ansible_test/tests/unit/` * Initial move of `ansible.cfg` content. `test/units/ansible.cfg` -> `test/lib/ansible_test/_internal/data/units/ansible.cfg` `test/env/ansible.cfg` -> `test/lib/ansible_test/_internal/data/env/ansible.cfg` * Follow-up move of `data` directory. `test/lib/ansible_test/_internal/data/` -> `test/lib/ansible_test/_data/` * Update import statements. * Add missing __init__.py for unit tests. * Fix path references and miscellaneous issues.
Diffstat (limited to '.github')
-rw-r--r--.github/BOTMETA.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml
index ae2f400547..bb5ec4b137 100644
--- a/.github/BOTMETA.yml
+++ b/.github/BOTMETA.yml
@@ -1464,16 +1464,16 @@ files:
docs/docsite/rst/user_guide/windows: *windows_core
###############################
# 'test' is a component path, then 'test' label will be automatically added
- test/sanity/validate-modules:
+ test/lib/ansible_test/_data/sanity/validate-modules:
notified:
- mattclay
keywords:
- validate-modules
- test/sanity/validate-modules/schema.py:
+ test/lib/ansible_test/_data/sanity/validate-modules/schema.py:
notified:
- gundalow
- sivel
- test/sanity/validate-modules/main.py:
+ test/lib/ansible_test/_data/sanity/validate-modules/main.py:
notified:
- gundalow
- sivel
@@ -1520,9 +1520,9 @@ files:
test/integration/targets/vultr: *vultr
test/legacy/:
notified: mattclay
- test/runner/:
+ test/lib/:
notified: mattclay
- test/runner/lib/cloud/acme.py: *crypto
+ test/lib/ansible_test/_internal/cloud/acme.py: *crypto
test/sanity/:
notified: mattclay
test/units/module_utils/docker/: