ansible/test/integration/roles
Ahti Kitsik 1caf9be109 Bugfix to lineinfile to properly handle files with no newline at EOF when using insertafter=EOF.
Looks like #6881 is also affected by this bug.

Currently when using lineinfile insertafter=EOF for a file that has no newline then the added line is not prefixed with a newline.
As a concrete example, ubuntu distro default /etc/ssh/sshd_config has no newline so lineinfile module cannot be used to add a new line to the end of the file.
2014-06-09 19:58:45 +03:00
..
ec2_elb_instance_setup Adding an integration test for the ec2_elb module 2014-04-28 20:37:08 -05:00
ec2_provision_instances Adding an integration test for the ec2_elb module 2014-04-28 20:37:08 -05:00
prepare_tests/tasks Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
setup_ec2 [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_always_run Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_apt Removing cruft leftover from the deprecation of include+with_items 2014-06-03 13:33:26 -05:00
test_apt_repository [test_apt_repository] Verify that 'python-apt' auto-installs correctly 2014-05-07 09:28:01 -04:00
test_assemble Adding delimiter fixes to action_plugin + fixing local assembling with a delimiter 2014-04-03 16:32:35 -05:00
test_async Removing cruft leftover from the deprecation of include+with_items 2014-06-03 13:33:26 -05:00
test_authorized_key Fixing some parsing issues in authorized_key module 2014-04-02 15:02:54 -05:00
test_changed_when Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_command_shell Adding tests for the command and shell modules. 2014-02-23 14:51:26 -06:00
test_conditionals/tasks Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_copy fix #7244 recursive copy fails when setting directory attributes 2014-05-02 01:38:16 +09:00
test_ec2 [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_ami [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_asg/tasks Added an integration test for the ec2_asg module 2014-06-05 16:18:31 -05:00
test_ec2_eip ec2_eip integration tests. 2014-04-21 22:10:22 -04:00
test_ec2_elb Adding an ec2_elb test to re-add an instance that had been removed 2014-04-30 13:59:24 -05:00
test_ec2_elb_lb Fixing two bugs in the ec2_elb_lb module 2014-05-05 12:48:45 -05:00
test_ec2_facts [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_group Removing cruft leftover from the deprecation of include+with_items 2014-06-03 13:33:26 -05:00
test_ec2_key [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_tag [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_vol [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_ec2_vpc [test_ec2*] cloud integration test updates 2014-03-13 11:28:02 -04:00
test_facts_d Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_failed_when/tasks Added test for failed_when to non_destructive integration tests. 2014-02-24 09:40:44 -06:00
test_fetch Remove the legacy templating code, which was guarded by deprecation warnings in the previous two releases, and undocumented for a long time. use {{ foo }} to access variables instead of ${foo} or $foo. 2014-02-28 18:38:45 -05:00
test_file Refuse to convert a non-empty directory into a link with the file module 2014-05-02 14:46:38 -05:00
test_filters Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_gem Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_git Additional test_git scenarios 2014-03-12 15:45:10 -04:00
test_handlers Correct issue of handlers running on all hosts incorrectly 2014-05-27 12:03:08 -05:00
test_handlers_meta Ensure handlers run when meta tasks are defined and add handler integration tests 2014-03-25 13:33:52 -04:00
test_hash_behavior Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_hg Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_ignore_errors Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_iterators Add iterator tests 2014-02-21 14:26:38 -05:00
test_lineinfile Bugfix to lineinfile to properly handle files with no newline at EOF when using insertafter=EOF. 2014-06-09 19:58:45 +03:00
test_lookups Addresses #6550 add integration tests for pipe lookup 2014-03-18 12:29:54 -04:00
test_ping/tasks Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_pip Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_script Typo fixes. 2014-02-24 11:08:21 -06:00
test_service [test_service] correct upstart service name and permissions 2014-03-07 10:42:13 -05:00
test_stat Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_subversion Make sure export param for subversion module is checked as a boolean 2014-05-27 14:09:50 -05:00
test_synchronize Forgot to add an assertion for the new rsync_path test 2014-04-29 15:53:32 -05:00
test_template Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_unarchive unarchive module: Add creates functionality. 2014-03-07 18:19:46 -06:00
test_var_blending Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
test_var_precedence Adding an integration test for variable precedence 2014-05-09 11:42:57 -05:00
test_var_precedence_role1 Adding an integration test for variable precedence 2014-05-09 11:42:57 -05:00
test_var_precedence_role2 Adding an integration test for variable precedence 2014-05-09 11:42:57 -05:00
test_var_precedence_role3 Adding an integration test for variable precedence 2014-05-09 11:42:57 -05:00
test_yum Removing cruft leftover from the deprecation of include+with_items 2014-06-03 13:33:26 -05:00