You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets
David Shrewsbury 0ae4dac65a
Fix copy module file perms with remote_src (#69993)
When using 'remote_src: yes' and 'mode: preserve', the code handling
the file modes has to be handled on the remote node because it's
the one that has access to the source files. This means that the
copy module itself must handle this, rather than the copy action
plugin (which is where all that logic exists). The copy module
handles this when we copy a single file over. But when it is a
directory as the src parameter value, the mode of the files
beneath it are not considered. Subdirectories are copied with
shutil.copytree() which will preserve permissions automatically.
Individual files are copied with shutil.copyfile() which does NOT
preserve permissions. We need to add some calls to shutil.copymode()
to correct that.

Note: This *always* retains individial file permissions. Specifying
a 'mode' other than 'preserve' when giving a source directory for
the 'src' param does not make sense so will be ignored in that case
only.

Fixes #69783

* Add changelog and test
4 years ago
..
add_host Add intg test to repro #36045 (add_host traceback) (#69912) 4 years ago
ansiballz_python Testing: Add support for AIX platform (#65802) 5 years ago
ansible adhoc: Load callbacks before sending v2_playbook_on_start (#67673) 5 years ago
ansible-doc Plugin/module docs: parse return values, add collection names in them (version_added_collection), and format them nicely in ansible-doc (#69796) 4 years ago
ansible-galaxy config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 4 years ago
ansible-galaxy-collection config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 4 years ago
ansible-galaxy-collection-scm Add support to install collections from git repositories (#69154) 4 years ago
ansible-runner adhoc: Load callbacks before sending v2_playbook_on_start (#67673) 5 years ago
ansible-test Split out and install sanity test requirements. (#69971) 4 years ago
ansible-test-docker Update ansible-test integration tests. (#69970) 4 years ago
any_errors_fatal Clean up unused config usage in integration tests. 5 years ago
apt Test installing a .deb that has deps, from a URL (#68332) 5 years ago
apt_key Testing: Add support for AIX platform (#65802) 5 years ago
apt_repository Revert "stricter permissions on atomic_move when creating new file (#68970)" (#68983) 4 years ago
args Update Shippable integration test groups. (#43118) 6 years ago
assemble Update Shippable integration test groups. (#43118) 6 years ago
assert Testing: Add support for AIX platform (#65802) 5 years ago
async Testing: Add support for AIX platform (#65802) 5 years ago
async_extra_data Expand Shippable test matrix. (#66912) 5 years ago
async_fail Surround top-level function and class definitions with two blank lines. 6 years ago
become Testing: Add support for AIX platform (#65802) 5 years ago
binary Update Shippable integration test groups. (#43118) 6 years ago
binary_modules Add new arches/OSes for binary_modules tests (#69052) 4 years ago
binary_modules_posix Add new arches/OSes for binary_modules tests (#69052) 4 years ago
binary_modules_winrm Fix ansible-test target dependency issues. (#50908) 6 years ago
blockinfile blockinfile - fix line end regression (#69734) 4 years ago
blocks Fix ansible_failed_{task,result} undefined in rescue (#64831) 5 years ago
builtin_vars_prompt Rename tests (#68356) 5 years ago
callback_default Fix label lookup in the default callback for includes (#68822) 5 years ago
changed_when Update Shippable integration test groups. (#43118) 6 years ago
check_mode More test fixes for split controller/remote tests. 6 years ago
cli Fix `ansible -K` become_pass regression (#69629) 4 years ago
collections config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 4 years ago
collections_plugin_namespace config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 4 years ago
collections_relative_imports config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 4 years ago
collections_runtime_pythonpath config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 4 years ago
command_shell Testing: Add support for AIX platform (#65802) 5 years ago
conditionals improve conditional warnings (#57190) 5 years ago
config Fix integration tests to support remote hosts. 6 years ago
connection Simplify ansible-test target processing. (#61506) 5 years ago
connection_local Fix integration tests with custom inventory. 6 years ago
connection_paramiko_ssh Testing: Add support for AIX platform (#65802) 5 years ago
connection_posix Simplify ansible-test target processing. (#61506) 5 years ago
connection_psrp Update ansible-test --windows inventory creation. (#60911) 5 years ago
connection_ssh [ssh] Add new sshpass_prompt option (#68874) 4 years ago
connection_windows_ssh Update ansible-test --windows inventory creation. (#60911) 5 years ago
connection_winrm Update ansible-test --windows inventory creation. (#60911) 5 years ago
copy Fix copy module file perms with remote_src (#69993) 4 years ago
cron Removing a cron file when the 'name' parameter is specified is now allowed (#57471). Added integration tests to validate new behavior. (#65640) 5 years ago
dataloader preserve json parsing error (#58461) 4 years ago
debconf Testing: Add support for AIX platform (#65802) 5 years ago
debug Update Shippable integration test groups. (#43118) 6 years ago
delegate_to fix delegated interpreter discovery (#69604) 4 years ago
dnf Enable logging using setup_loggers() API in dnf-4.2.17-6 or later 4 years ago
dpkg_selections Testing: Add support for AIX platform (#65802) 5 years ago
egg-info Fix references to old egg-info directory. 5 years ago
embedded_module Update Shippable integration test groups. (#43118) 6 years ago
environment More test fixes for split controller/remote tests. 6 years ago
error_from_connection Become plugins (#50991) 6 years ago
expect Fix incorrect assumptions in integration tests. (#58365) 5 years ago
facts_d Update Shippable integration test groups. (#43118) 6 years ago
failed_when Update Shippable integration test groups. (#43118) 6 years ago
fetch fixed fetch traversal from slurp (#68720) 5 years ago
file file - return 'state': 'absent' when a file does not exist (#66503) 4 years ago
fileglob Fix fileglob plugin with non-existent subdirectory (#69451) 4 years ago
filter_core Make AnsibleVaultEncryptedUnicode work more like a string (#67823) 4 years ago
filter_mathstuff [mathstuff] Get coverage into the 90% range (#68395) 5 years ago
filter_urls coverage for filter/urls.py, including fallback to custom implementations (#68412) 5 years ago
filter_urlsplit Split up filter integration tests. (#66962) 5 years ago
find Update Shippable integration test groups. (#43118) 6 years ago
gathering Configurable and parallel gather facts (#49399) 6 years ago
gathering_facts correctly merge multiple facts results (#68987) 4 years ago
get_url wait_for simplehttpserver to come up online 4 years ago
getent Testing: Add support for AIX platform (#65802) 5 years ago
git [git] make force=True apply to git fetches (#68691) 5 years ago
group Test system users and groups. 5 years ago
group_by return changed for group_by (#32057) 4 years ago
groupby_filter Fix tests which assume `virtualenv` is available. 6 years ago
handler_race Split regular and handler results into their own queues (#69498) 4 years ago
handlers Integration tests for notify with variable list (#66423) 5 years ago
hash More test fixes for split controller/remote tests. 6 years ago
hosts_field Fix integration tests with custom inventory. 6 years ago
ignore_errors Add shippable/posix/group4/ for CI. (#53816) 6 years ago
ignore_unreachable Clean up use of `connection: local` in tests. 5 years ago
incidental_aws_codebuild Second batch of incidental integration tests. (#67765) 5 years ago
incidental_aws_step_functions_state_machine support hard coded module_defaults.yml groups for collections (#69919) 4 years ago
incidental_azure_rm_mariadbserver Second batch of incidental integration tests. (#67765) 5 years ago
incidental_azure_rm_resource Second batch of incidental integration tests. (#67765) 5 years ago
incidental_cloud_init_data_facts Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_cloudformation support hard coded module_defaults.yml groups for collections (#69919) 4 years ago
incidental_connection_chroot Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_consul Testing: Add support for CentOS Linux On Power platform (#68130) 4 years ago
incidental_cs_common Second batch of incidental integration tests. (#67765) 5 years ago
incidental_cs_role_permission Second batch of incidental integration tests. (#67765) 5 years ago
incidental_cs_service_offering Second batch of incidental integration tests. (#67765) 5 years ago
incidental_deploy_helper Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_ec2_instance support hard coded module_defaults.yml groups for collections (#69919) 4 years ago
incidental_flatpak_remote Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_hcloud_server Second batch of incidental integration tests. (#67765) 5 years ago
incidental_inventory_aws_ec2 Second batch of incidental integration tests. (#67765) 5 years ago
incidental_inventory_docker_swarm Testing: Add support for CentOS Linux On Power platform (#68130) 4 years ago
incidental_inventory_foreman Second batch of incidental integration tests. (#67765) 5 years ago
incidental_inventory_vmware_vm_inventory Second batch of incidental integration tests. (#67765) 5 years ago
incidental_ios_file First batch of incidental integration tests. (#67717) 5 years ago
incidental_k8s Fix code coverage in tests. 5 years ago
incidental_lookup_hashi_vault Testing: Add support for CentOS Linux On Power platform (#68130) 4 years ago
incidental_lookup_rabbitmq Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_lvg Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_mongodb_parameter Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_nios_prepare_tests Second batch of incidental integration tests. (#67765) 5 years ago
incidental_nios_txt_record Second batch of incidental integration tests. (#67765) 5 years ago
incidental_postgresql_user Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_script_inventory_vmware_inventory Second batch of incidental integration tests. (#67765) 5 years ago
incidental_selinux Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_setup_docker Pin Docker version at 19.03.1 4 years ago
incidental_setup_ec2 Second batch of incidental integration tests. (#67765) 5 years ago
incidental_setup_flatpak_remote Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_setup_mongodb Skip mongodb tests on all centos versions. 5 years ago
incidental_setup_mysql_db Update docker.txt to use the OpenSUSE 15.1 container image (devel edition) (#68785) 5 years ago
incidental_setup_openssl Revert "Cap cryptography version for macOS openssl test (#69083)" (#69126) 4 years ago
incidental_setup_postgresql_db Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_setup_rabbitmq Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_setup_tls Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_setup_zabbix Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_sts_assume_role Second batch of incidental integration tests. (#67765) 5 years ago
incidental_synchronize Fourth batch of incidental integration tests. (#67873) 5 years ago
incidental_timezone Add Fedora 32 to CI (#69222) 4 years ago
incidental_tower_credential_type Second batch of incidental integration tests. (#67765) 5 years ago
incidental_tower_receive Second batch of incidental integration tests. (#67765) 5 years ago
incidental_ufw Testing: Add support for CentOS Linux On Power platform (#68130) 4 years ago
incidental_vmware_guest Second batch of incidental integration tests. (#67765) 5 years ago
incidental_vmware_guest_custom_attributes Second batch of incidental integration tests. (#67765) 5 years ago
incidental_vmware_host_hyperthreading Second batch of incidental integration tests. (#67765) 5 years ago
incidental_vmware_prepare_tests ansible-test: vcenter initialize group/vmware (#70011) 4 years ago
incidental_vyos_config First batch of incidental integration tests. (#67717) 5 years ago
incidental_vyos_lldp_interfaces First batch of incidental integration tests. (#67717) 5 years ago
incidental_vyos_logging First batch of incidental integration tests. (#67717) 5 years ago
incidental_vyos_prepare_tests First batch of incidental integration tests. (#67717) 5 years ago
incidental_vyos_static_route First batch of incidental integration tests. (#67717) 5 years ago
incidental_win_copy Third batch of incidental integration tests. (#67830) 5 years ago
incidental_win_data_deduplication Third batch of incidental integration tests. (#67830) 5 years ago
incidental_win_dsc Third batch of incidental integration tests. (#67830) 5 years ago
incidental_win_hosts Third batch of incidental integration tests. (#67830) 5 years ago
incidental_win_lineinfile Third batch of incidental integration tests. (#67830) 5 years ago
incidental_win_ping Third batch of incidental integration tests. (#67830) 5 years ago
incidental_win_prepare_tests Third batch of incidental integration tests. (#67830) 5 years ago
incidental_win_psexec Third batch of incidental integration tests. (#67830) 5 years ago
incidental_win_reboot Third batch of incidental integration tests. (#67830) 5 years ago
incidental_win_security_policy Third batch of incidental integration tests. (#67830) 5 years ago
incidental_xml Deprecation revisited (#69926) 4 years ago
incidental_zabbix_host Fourth batch of incidental integration tests. (#67873) 5 years ago
include_import Raise Warning when import_playbook receives additional parameters (#64156) 4 years ago
include_parent_role_vars Add ansible_parent_role_names magic variable (#46687) 5 years ago
include_vars include_vars: Check NoneType for raw_params (#64979) 5 years ago
include_vars-ad-hoc include_vars - fix stack trace when run ad-hoc with dirs parameter (#66581) 5 years ago
include_when_parent_is_dynamic Add dynamic and static include tests. (#68200) 5 years ago
include_when_parent_is_static Add dynamic and static include tests. (#68200) 5 years ago
includes Fix integration tests to support remote hosts. 6 years ago
includes_race Fix IncludedFile equality check (#69524) 4 years ago
infra Flatten the directory hierarchy of modules (#68966) 4 years ago
interpreter_discovery_python Default to python3 on Debian 10 (#63097) 5 years ago
inventory inventory: Fail on non-existing limit file (#59758) 5 years ago
inventory_yaml Testing: Add support for AIX platform (#65802) 5 years ago
jinja2_native_types native types: literal_eval all the things (#68938) 4 years ago
known_hosts Fixed hash_host option in known_hosts module. Fixes #44284 6 years ago
limit_inventory Rename some integration tests. 5 years ago
lineinfile lineinfile - don't run os.makedirs on empty dir path (#63921) 5 years ago
lookup_config coverage for lookup_config (#68566) 5 years ago
lookup_dict Skip lookup tests on Python 2.6. 5 years ago
lookup_env Skip lookup tests on Python 2.6. 5 years ago
lookup_file Skip lookup tests on Python 2.6. 5 years ago
lookup_first_found Skip lookup tests on Python 2.6. 5 years ago
lookup_indexed_items Skip lookup tests on Python 2.6. 5 years ago
lookup_ini Skip lookup tests on Python 2.6. 5 years ago
lookup_inventory_hostnames Skip lookup tests on Python 2.6. 5 years ago
lookup_items Skip lookup tests on Python 2.6. 5 years ago
lookup_lines Skip lookup tests on Python 2.6. 5 years ago
lookup_list coverage for lookup_list (#68683) 5 years ago
lookup_nested Skip lookup tests on Python 2.6. 5 years ago
lookup_password Skip lookup tests on Python 2.6. 5 years ago
lookup_pipe Skip lookup tests on Python 2.6. 5 years ago
lookup_random_choice Skip lookup tests on Python 2.6. 5 years ago
lookup_sequence Skip lookup tests on Python 2.6. 5 years ago
lookup_subelements Skip lookup tests on Python 2.6. 5 years ago
lookup_template Skip lookup tests on Python 2.6. 5 years ago
lookup_together Skip lookup tests on Python 2.6. 5 years ago
lookup_unvault added unvault lookup plugin (#69087) 4 years ago
lookup_url Skip lookup tests on Python 2.6. 5 years ago
lookup_vars Skip lookup tests on Python 2.6. 5 years ago
loop_control Fix extended loop_control with includes (#61231) 5 years ago
loops Testing: Add support for AIX platform (#65802) 5 years ago
meta_tasks Add test for meta: end_play (#59118) 5 years ago
module_defaults support hard coded module_defaults.yml groups for collections (#69919) 4 years ago
module_no_log Add more integration tests. (#68972) 4 years ago
module_precedence Filter BLACKLIST_EXTS in PluginLoader (#69029) 4 years ago
module_tracebacks Testing: Add support for AIX platform (#65802) 5 years ago
module_utils Add tests for new alias deprecation functionality (#61476) 5 years ago
module_utils_Ansible.AccessToken Split C# module utils to their own test target (#67910) 5 years ago
module_utils_Ansible.Basic Deprecation revisited (#69926) 4 years ago
module_utils_Ansible.Become Split C# module utils to their own test target (#67910) 5 years ago
module_utils_Ansible.ModuleUtils.AddType Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
module_utils_Ansible.ModuleUtils.ArgvParser Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
module_utils_Ansible.ModuleUtils.Backup Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
module_utils_Ansible.ModuleUtils.CamelConversion Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
module_utils_Ansible.ModuleUtils.CommandUtil Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
module_utils_Ansible.ModuleUtils.FileUtil Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
module_utils_Ansible.ModuleUtils.Legacy Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
module_utils_Ansible.ModuleUtils.LinkUtil Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
module_utils_Ansible.ModuleUtils.PrivilegeUtil Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
module_utils_Ansible.ModuleUtils.SID Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
module_utils_Ansible.ModuleUtils.WebRequest Ansible.Basic added generic fragment merger for module options (#69719) 4 years ago
module_utils_Ansible.Privilege Split C# module utils to their own test target (#67910) 5 years ago
module_utils_Ansible.Process Split C# module utils to their own test target (#67910) 5 years ago
module_utils_Ansible.Service Split C# module utils to their own test target (#67910) 5 years ago
network_cli Fix network_cli test to use a trap for cleanup (#69762) 4 years ago
no_log Expand Shippable test matrix. (#66912) 5 years ago
old_style_cache_plugins Correct virtualenv usage in integration tests. 5 years ago
old_style_modules_posix More test fixes for split controller/remote tests. 6 years ago
omit More test fixes for split controller/remote tests. 6 years ago
order Fix order integration test. 5 years ago
package Enable passing tests on power. 4 years ago
package_facts Testing: Add support for AIX platform (#65802) 5 years ago
parsing Update Shippable integration test groups. (#43118) 6 years ago
path_lookups Split up lookup integration tests. (#67294) 5 years ago
path_with_comma_in_inventory Rename some integration tests. 5 years ago
pause Testing: Add support for AIX platform (#65802) 5 years ago
ping Merge pull request #54367 from mattclay/fix-ping-test 6 years ago
pip [pip] Enable virtualenv_command to have arguments 4 years ago
play_iterator Fix --start-at-task when skipping tasks with no name (#68951) 4 years ago
playbook added 'task timeout' feature (#69284) 4 years ago
plugin_config_for_inventory Rename some integration tests. 5 years ago
plugin_filtering Add shippable/posix/group4/ for CI. (#53816) 6 years ago
plugin_loader Update Shippable integration test groups. (#43118) 6 years ago
plugin_namespace Fix plugin names when loading all plugins. (#59950) 5 years ago
prepare_http_tests Split tasks for prepare_http_tests. 5 years ago
prepare_tests/tasks Migrate Linux CI roles to test targets. (#17997) 8 years ago
pull Use `package` for `pkgng` and `zypper` in tests. 5 years ago
raw update ActionBase._low_level_execute_command to honor executable (#68315) 4 years ago
reboot Reboot - add parameter for paths to search for shutdown command (#51194) 6 years ago
rel_plugin_loading ensure inventory plugin loading rel to play (#51177) 5 years ago
remote_tmp Testing: Add support for AIX platform (#65802) 5 years ago
replace replace - fixed combined before and after usage (#31452) 6 years ago
retry_task_name_in_callback Rename callback_retry_task_name test. 5 years ago
roles Prevent duplicate role insertion into roles: (#50552) 6 years ago
rpm_key Testing: Add support for AIX platform (#65802) 5 years ago
run_modules fix missing attribs with dirct module execution (#53875) 6 years ago
script Use correct python for -c invocations in tests. (#54577) 6 years ago
service systemd: should fail in check_mode when service not found on host (#68136) 4 years ago
service_facts Handle disabled service units (#69349) 4 years ago
set_fact implemented 'prefix' for file based cache (#69872) 4 years ago
setup_cron cronvar - use correct binary name (#63279) 5 years ago
setup_deb_repo Fix integration tests to support remote hosts. 6 years ago
setup_epel/tasks Fix iso_extract tests for CentOS 8 (#64861) 5 years ago
setup_nobody test - add setup target that creates the nobody user (#52750) 6 years ago
setup_paramiko Fix paramiko_ssh test (#64857) 5 years ago
setup_passlib/tasks Add setup roles for passlib and pexpect for use with pause and vars_prompt tests (#43613) 6 years ago
setup_pexpect/tasks Add setup roles for passlib and pexpect for use with pause and vars_prompt tests (#43613) 6 years ago
setup_remote_constraints Relocate ansible-test code. (#60147) 5 years ago
setup_remote_tmp_dir Split handler tasks for setup_remote_tmp_dir. 5 years ago
setup_rpm_repo Fix yum test case on ppc64le 4 years ago
setup_win_printargv Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
shell Improve test compatibility with ansible-base. (#67325) 5 years ago
slurp Update Shippable integration test groups. (#43118) 6 years ago
special_vars Misc typo fixes (#66120) 5 years ago
stat remove deprecated get_md5 from stat (#55659) 5 years ago
strategy_linear Move strategy_linear test inventory into test. 6 years ago
subversion Enable passing tests on power. 4 years ago
systemd systemd: should fail in check_mode when service not found on host (#68136) 4 years ago
tags Testing: Add support for AIX platform (#65802) 5 years ago
task_ordering More test fixes for split controller/remote tests. 6 years ago
tasks Add more integration tests. (#68972) 4 years ago
template Prevent templating unused variables for {%include%} (#68749) 4 years ago
template_jinja2_latest Testing: Add support for AIX platform (#65802) 5 years ago
templating_lookups Properly handle unicode in safe_eval (#68576) 4 years ago
templating_settings register: fail when invalid var name is specified (#56456) 5 years ago
test_core Rename tests (#68356) 5 years ago
throttle throttle: fix linear based strategies (#65422) 5 years ago
unarchive Enable passing tests on power. 4 years ago
unicode Ensure --version works with non-ascii project path (#66624) 4 years ago
until Update Shippable integration test groups. (#43118) 6 years ago
uri do not return the body even if it failed (#69706) 4 years ago
user Test system users and groups. 5 years ago
var_blending Clean up various integration tests. (#60613) 5 years ago
var_precedence Add shippable/posix/group4/ for CI. (#53816) 6 years ago
var_templating Use templating in HostVarsVars __repr__ (#64282) 5 years ago
vault Make AnsibleVaultEncryptedUnicode work more like a string (#67823) 4 years ago
wait_for Make wait_for return matched groups defined in search_regex. Closes #… (#47690) 6 years ago
wait_for_connection Test the delay option in wait_for_connection. 5 years ago
want_json_modules_posix More test fixes for split controller/remote tests. 6 years ago
win_async_wrapper win_exec: refactor PS exec runner (#45334) 6 years ago
win_become become - stop using play context in more places (#62373) 5 years ago
win_exec_wrapper windows - fix up env var quoting for unicode single quotes (#68968) 4 years ago
win_fetch Consolidate Windows tests to one group. 5 years ago
win_module_utils Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
win_raw psrp - Fix raw and script tests for connection plugin (#55357) 6 years ago
win_script psrp - Fix raw and script tests for connection plugin (#55357) 6 years ago
windows-minimal Create a dedicated windows-minimal test target. (#67987) 5 years ago
windows-paths Update Shippable integration test groups. (#43118) 6 years ago
yum [yum] Make package removal confirmation strict (#69592) 4 years ago
yum_repository Ignore GPG key checks on test repo 4 years ago