This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
f1ab7cf0c6
ansible
/
test
/
lib
/
ansible_test
/
_data
/
sanity
/
code-smell
/
symlinks.json
6 lines
96 B
JSON
Raw
Normal View
History
Unescape
Escape
Add symlinks sanity test. (#46467) * Add symlinks sanity test. * Replace legacy test symlinks with actual content. * Remove dir symlink from template_jinja2_latest. * Update import test to use generated library dir. * Fix copy test symlink setup.
2018-10-04 16:02:42 +02:00
{
Sanity test updates for collections support. (#61248) * Run no-unwanted-files sanity test only on Ansible. Since collections should be able to use binary modules there is not really any limit on what could exist in a collection `plugins` directory. * Add support for symlinks in sanity target lists: - Sanity tests that need to analyze symlinks can do so using the supplied target list. - Tests that analyze directories will now only look at symlinks if requested. - Directory symlinks will now be seen as directories instead of files. * Enable symlinks on filename based sanity tests. Sanity tests that evalulate filenames instead of content should include symlinks. * Update symlinks sanity test. Use the sanity test target list now that it can include symlinks.
2019-08-24 03:08:21 +02:00
"include_directories"
:
true
,
"include_symlinks"
:
true
,
Add symlinks sanity test. (#46467) * Add symlinks sanity test. * Replace legacy test symlinks with actual content. * Remove dir symlink from template_jinja2_latest. * Update import test to use generated library dir. * Fix copy test symlink setup.
2018-10-04 16:02:42 +02:00
"output"
:
"path-message"
}
Reference in a new issue
Copy permalink