summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-12-06 17:43:33 -0500
committerMatt Clay <matt@mystile.com>2014-09-26 01:01:01 +0000
commitdb2415c96d6ec16387296e8b9f867e7e199e0e40 (patch)
treea44ae8da5284ae44f5fb0851d3aa77c04670a0d2
parentb4d66cb8fd3f94c15748ce714bb5698bf30a41dd (diff)
downloadansible-db2415c96d6ec16387296e8b9f867e7e199e0e40.tar.gz
Remove legacy `test/samples` directory.
-rw-r--r--test/compile/python3.5-skip.txt1
-rw-r--r--test/runner/lib/classification.py3
-rw-r--r--test/samples/README.md1
-rw-r--r--test/samples/common_include.yml1
-rw-r--r--test/samples/hosts1
-rw-r--r--test/samples/ignore_errors.yml9
-rw-r--r--test/samples/include.yml5
-rw-r--r--test/samples/included_playbook.yml6
-rw-r--r--test/samples/inv_lg2540
-rw-r--r--test/samples/inv_md1270
-rw-r--r--test/samples/inv_sm254
-rw-r--r--test/samples/l1_include.yml2
-rw-r--r--test/samples/l2_include.yml3
-rw-r--r--test/samples/l3_include.yml4
-rw-r--r--test/samples/localhost_include.yml2
-rw-r--r--test/samples/localhosts3
-rw-r--r--test/samples/lookup_file.yml5
-rw-r--r--test/samples/lookup_password.yml7
-rw-r--r--test/samples/lookup_pipe.yml4
-rw-r--r--test/samples/lookup_template.yml6
-rw-r--r--test/samples/multi.py163
-rw-r--r--test/samples/multi_queues.py177
-rw-r--r--test/samples/roles/common/meta/main.yml0
-rw-r--r--test/samples/roles/common/tasks/main.yml1
-rw-r--r--test/samples/roles/role_a/meta/main.yml2
-rw-r--r--test/samples/roles/role_a/tasks/main.yml1
-rw-r--r--test/samples/roles/role_b/meta/main.yml2
-rw-r--r--test/samples/roles/role_b/tasks/main.yml1
-rw-r--r--test/samples/roles/test_become_r1/meta/main.yml1
-rw-r--r--test/samples/roles/test_become_r1/tasks/main.yml1
-rw-r--r--test/samples/roles/test_become_r2/meta/main.yml3
-rw-r--r--test/samples/roles/test_become_r2/tasks/main.yml1
-rw-r--r--test/samples/roles/test_role/meta/main.yml2
-rw-r--r--test/samples/roles/test_role/tasks/main.yml3
-rw-r--r--test/samples/roles/test_role_dep/tasks/main.yml1
-rw-r--r--test/samples/src5
-rw-r--r--test/samples/template.j21
-rw-r--r--test/samples/test_become.yml15
-rw-r--r--test/samples/test_big_debug.yml4
-rw-r--r--test/samples/test_big_ping.yml5
-rw-r--r--test/samples/test_block.yml19
-rw-r--r--test/samples/test_blocks_of_blocks.yml17
-rw-r--r--test/samples/test_fact_gather.yml7
-rw-r--r--test/samples/test_free.yml10
-rw-r--r--test/samples/test_include.yml24
-rw-r--r--test/samples/test_pb.yml41
-rw-r--r--test/samples/test_play_failure.yml9
-rw-r--r--test/samples/test_playbook.include2
-rw-r--r--test/samples/test_role.yml9
-rw-r--r--test/samples/test_roles_complex.yml5
-rw-r--r--test/samples/test_run_once.yml6
-rw-r--r--test/samples/test_sudo.yml7
-rw-r--r--test/samples/test_tags.yml29
-rw-r--r--test/samples/testing/extra_vars.yml1
-rw-r--r--test/samples/testing/frag11
-rw-r--r--test/samples/testing/frag21
-rw-r--r--test/samples/testing/frag31
-rw-r--r--test/samples/testing/vars.yml1
-rw-r--r--test/samples/with_dict.yml15
-rw-r--r--test/samples/with_env.yml5
-rw-r--r--test/samples/with_fileglob.yml7
-rw-r--r--test/samples/with_first_found.yml10
-rw-r--r--test/samples/with_flattened.yml13
-rw-r--r--test/samples/with_indexed_items.yml11
-rw-r--r--test/samples/with_items.yml11
-rw-r--r--test/samples/with_lines.yml6
-rw-r--r--test/samples/with_nested.yml13
-rw-r--r--test/samples/with_random_choice.yml10
-rw-r--r--test/samples/with_sequence.yml13
-rw-r--r--test/samples/with_subelements.yml18
-rw-r--r--test/samples/with_together.yml11
71 files changed, 0 insertions, 4849 deletions
diff --git a/test/compile/python3.5-skip.txt b/test/compile/python3.5-skip.txt
index 5b126fb85e..1f7eb64c2d 100644
--- a/test/compile/python3.5-skip.txt
+++ b/test/compile/python3.5-skip.txt
@@ -1,2 +1 @@
/examples/scripts/uptime.py
-/test/samples/multi.py
diff --git a/test/runner/lib/classification.py b/test/runner/lib/classification.py
index 3336434a44..a09a443287 100644
--- a/test/runner/lib/classification.py
+++ b/test/runner/lib/classification.py
@@ -269,9 +269,6 @@ class PathMapper(object):
'network-integration': 'all',
}
- if path.startswith('test/samples/'):
- return minimal
-
if path.startswith('test/sanity/'):
return {
'sanity': 'all', # test infrastructure, run all sanity checks
diff --git a/test/samples/README.md b/test/samples/README.md
deleted file mode 100644
index ed6af3a0c5..0000000000
--- a/test/samples/README.md
+++ /dev/null
@@ -1 +0,0 @@
-This is a small set of samples used for testing the v2 code.
diff --git a/test/samples/common_include.yml b/test/samples/common_include.yml
deleted file mode 100644
index c3fb79f5a1..0000000000
--- a/test/samples/common_include.yml
+++ /dev/null
@@ -1 +0,0 @@
-- debug: msg="this is the common include"
diff --git a/test/samples/hosts b/test/samples/hosts
deleted file mode 100644
index 118379ffd9..0000000000
--- a/test/samples/hosts
+++ /dev/null
@@ -1 +0,0 @@
-testing ansible_connection=local ansible_ssh_host=192.168.122.100 ansible_ssh_user=testing
diff --git a/test/samples/ignore_errors.yml b/test/samples/ignore_errors.yml
deleted file mode 100644
index ff6488f739..0000000000
--- a/test/samples/ignore_errors.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- tasks:
- - fail:
- ignore_errors: yes
- - debug: msg="you should still see this"
- - fail:
- - debug: msg="you should NOT see this"
diff --git a/test/samples/include.yml b/test/samples/include.yml
deleted file mode 100644
index ca2bcca8da..0000000000
--- a/test/samples/include.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-- debug: msg="this is the include, a=={{a}}"
- tags:
- - included
-#- debug: msg="this is the second debug in the include"
-- debug: msg="this is the third debug in the include, and a is still {{a}}"
diff --git a/test/samples/included_playbook.yml b/test/samples/included_playbook.yml
deleted file mode 100644
index d56e9c68f7..0000000000
--- a/test/samples/included_playbook.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-- hosts: localhost
- gather_facts: no
- tags:
- - included
- tasks:
- - debug: msg="incuded playbook, variable is {{a}}"
diff --git a/test/samples/inv_lg b/test/samples/inv_lg
deleted file mode 100644
index c99596a6ba..0000000000
--- a/test/samples/inv_lg
+++ /dev/null
@@ -1,2540 +0,0 @@
-127.0.0.1
-127.0.0.2
-127.0.0.3
-127.0.0.4
-127.0.0.5
-127.0.0.6
-127.0.0.7
-127.0.0.8
-127.0.0.9
-127.0.0.10
-127.0.0.11
-127.0.0.12
-127.0.0.13
-127.0.0.14
-127.0.0.15
-127.0.0.16
-127.0.0.17
-127.0.0.18
-127.0.0.19
-127.0.0.20
-127.0.0.21
-127.0.0.22
-127.0.0.23
-127.0.0.24
-127.0.0.25
-127.0.0.26
-127.0.0.27
-127.0.0.28
-127.0.0.29
-127.0.0.30
-127.0.0.31
-127.0.0.32
-127.0.0.33
-127.0.0.34
-127.0.0.35
-127.0.0.36
-127.0.0.37
-127.0.0.38
-127.0.0.39
-127.0.0.40
-127.0.0.41
-127.0.0.42
-127.0.0.43
-127.0.0.44
-127.0.0.45
-127.0.0.46
-127.0.0.47
-127.0.0.48
-127.0.0.49
-127.0.0.50
-127.0.0.51
-127.0.0.52
-127.0.0.53
-127.0.0.54
-127.0.0.55
-127.0.0.56
-127.0.0.57
-127.0.0.58
-127.0.0.59
-127.0.0.60
-127.0.0.61
-127.0.0.62
-127.0.0.63
-127.0.0.64
-127.0.0.65
-127.0.0.66
-127.0.0.67
-127.0.0.68
-127.0.0.69
-127.0.0.70
-127.0.0.71
-127.0.0.72
-127.0.0.73
-127.0.0.74
-127.0.0.75
-127.0.0.76
-127.0.0.77
-127.0.0.78
-127.0.0.79
-127.0.0.80
-127.0.0.81
-127.0.0.82
-127.0.0.83
-127.0.0.84
-127.0.0.85
-127.0.0.86
-127.0.0.87
-127.0.0.88
-127.0.0.89
-127.0.0.90
-127.0.0.91
-127.0.0.92
-127.0.0.93
-127.0.0.94
-127.0.0.95
-127.0.0.96
-127.0.0.97
-127.0.0.98
-127.0.0.99
-127.0.0.100
-127.0.0.101
-127.0.0.102
-127.0.0.103
-127.0.0.104
-127.0.0.105
-127.0.0.106
-127.0.0.107
-127.0.0.108
-127.0.0.109
-127.0.0.110
-127.0.0.111
-127.0.0.112
-127.0.0.113
-127.0.0.114
-127.0.0.115
-127.0.0.116
-127.0.0.117
-127.0.0.118
-127.0.0.119
-127.0.0.120
-127.0.0.121
-127.0.0.122
-127.0.0.123
-127.0.0.124
-127.0.0.125
-127.0.0.126
-127.0.0.127
-127.0.0.128
-127.0.0.129
-127.0.0.130
-127.0.0.131
-127.0.0.132
-127.0.0.133
-127.0.0.134
-127.0.0.135
-127.0.0.136
-127.0.0.137
-127.0.0.138
-127.0.0.139
-127.0.0.140
-127.0.0.141
-127.0.0.142
-127.0.0.143
-127.0.0.144
-127.0.0.145
-127.0.0.146
-127.0.0.147
-127.0.0.148
-127.0.0.149
-127.0.0.150
-127.0.0.151
-127.0.0.152
-127.0.0.153
-127.0.0.154
-127.0.0.155
-127.0.0.156
-127.0.0.157
-127.0.0.158
-127.0.0.159
-127.0.0.160
-127.0.0.161
-127.0.0.162
-127.0.0.163
-127.0.0.164
-127.0.0.165
-127.0.0.166
-127.0.0.167
-127.0.0.168
-127.0.0.169
-127.0.0.170
-127.0.0.171
-127.0.0.172
-127.0.0.173
-127.0.0.174
-127.0.0.175
-127.0.0.176
-127.0.0.177
-127.0.0.178
-127.0.0.179
-127.0.0.180
-127.0.0.181
-127.0.0.182
-127.0.0.183
-127.0.0.184
-127.0.0.185
-127.0.0.186
-127.0.0.187
-127.0.0.188
-127.0.0.189
-127.0.0.190
-127.0.0.191
-127.0.0.192
-127.0.0.193
-127.0.0.194
-127.0.0.195
-127.0.0.196
-127.0.0.197
-127.0.0.198
-127.0.0.199
-127.0.0.200
-127.0.0.201
-127.0.0.202
-127.0.0.203
-127.0.0.204
-127.0.0.205
-127.0.0.206
-127.0.0.207
-127.0.0.208
-127.0.0.209
-127.0.0.210
-127.0.0.211
-127.0.0.212
-127.0.0.213
-127.0.0.214
-127.0.0.215
-127.0.0.216
-127.0.0.217
-127.0.0.218
-127.0.0.219
-127.0.0.220
-127.0.0.221
-127.0.0.222
-127.0.0.223
-127.0.0.224
-127.0.0.225
-127.0.0.226
-127.0.0.227
-127.0.0.228
-127.0.0.229
-127.0.0.230
-127.0.0.231
-127.0.0.232
-127.0.0.233
-127.0.0.234
-127.0.0.235
-127.0.0.236
-127.0.0.237
-127.0.0.238
-127.0.0.239
-127.0.0.240
-127.0.0.241
-127.0.0.242
-127.0.0.243
-127.0.0.244
-127.0.0.245
-127.0.0.246
-127.0.0.247
-127.0.0.248
-127.0.0.249
-127.0.0.250
-127.0.0.251
-127.0.0.252
-127.0.0.253
-127.0.0.254
-127.0.1.1
-127.0.1.2
-127.0.1.3
-127.0.1.4
-127.0.1.5
-127.0.1.6
-127.0.1.7
-127.0.1.8
-127.0.1.9
-127.0.1.10
-127.0.1.11
-127.0.1.12
-127.0.1.13
-127.0.1.14
-127.0.1.15
-127.0.1.16
-127.0.1.17
-127.0.1.18
-127.0.1.19
-127.0.1.20
-127.0.1.21
-127.0.1.22
-127.0.1.23
-127.0.1.24
-127.0.1.25
-127.0.1.26
-127.0.1.27
-127.0.1.28
-127.0.1.29
-127.0.1.30
-127.0.1.31
-127.0.1.32
-127.0.1.33
-127.0.1.34
-127.0.1.35
-127.0.1.36
-127.0.1.37
-127.0.1.38
-127.0.1.39
-127.0.1.40
-127.0.1.41
-127.0.1.42
-127.0.1.43
-127.0.1.44
-127.0.1.45
-127.0.1.46
-127.0.1.47
-127.0.1.48
-127.0.1.49
-127.0.1.50
-127.0.1.51
-127.0.1.52
-127.0.1.53
-127.0.1.54
-127.0.1.55
-127.0.1.56
-127.0.1.57
-127.0.1.58
-127.0.1.59
-127.0.1.60
-127.0.1.61
-127.0.1.62
-127.0.1.63
-127.0.1.64
-127.0.1.65
-127.0.1.66
-127.0.1.67
-127.0.1.68
-127.0.1.69
-127.0.1.70
-127.0.1.71
-127.0.1.72
-127.0.1.73
-127.0.1.74
-127.0.1.75
-127.0.1.76
-127.0.1.77
-127.0.1.78
-127.0.1.79
-127.0.1.80
-127.0.1.81
-127.0.1.82
-127.0.1.83
-127.0.1.84
-127.0.1.85
-127.0.1.86
-127.0.1.87
-127.0.1.88
-127.0.1.89
-127.0.1.90
-127.0.1.91
-127.0.1.92
-127.0.1.93
-127.0.1.94
-127.0.1.95
-127.0.1.96
-127.0.1.97
-127.0.1.98
-127.0.1.99
-127.0.1.100
-127.0.1.101
-127.0.1.102
-127.0.1.103
-127.0.1.104
-127.0.1.105
-127.0.1.106
-127.0.1.107
-127.0.1.108
-127.0.1.109
-127.0.1.110
-127.0.1.111
-127.0.1.112
-127.0.1.113
-127.0.1.114
-127.0.1.115
-127.0.1.116
-127.0.1.117
-127.0.1.118
-127.0.1.119
-127.0.1.120
-127.0.1.121
-127.0.1.122
-127.0.1.123
-127.0.1.124
-127.0.1.125
-127.0.1.126
-127.0.1.127
-127.0.1.128
-127.0.1.129
-127.0.1.130
-127.0.1.131
-127.0.1.132
-127.0.1.133
-127.0.1.134
-127.0.1.135
-127.0.1.136
-127.0.1.137
-127.0.1.138
-127.0.1.139
-127.0.1.140
-127.0.1.141
-127.0.1.142
-127.0.1.143
-127.0.1.144
-127.0.1.145
-127.0.1.146
-127.0.1.147
-127.0.1.148
-127.0.1.149
-127.0.1.150
-127.0.1.151
-127.0.1.152
-127.0.1.153
-127.0.1.154
-127.0.1.155
-127.0.1.156
-127.0.1.157
-127.0.1.158
-127.0.1.159
-127.0.1.160
-127.0.1.161
-127.0.1.162
-127.0.1.163
-127.0.1.164
-127.0.1.165
-127.0.1.166
-127.0.1.167
-127.0.1.168
-127.0.1.169
-127.0.1.170
-127.0.1.171
-127.0.1.172
-127.0.1.173
-127.0.1.174
-127.0.1.175
-127.0.1.176
-127.0.1.177
-127.0.1.178
-127.0.1.179
-127.0.1.180
-127.0.1.181
-127.0.1.182
-127.0.1.183
-127.0.1.184
-127.0.1.185
-127.0.1.186
-127.0.1.187
-127.0.1.188
-127.0.1.189
-127.0.1.190
-127.0.1.191
-127.0.1.192
-127.0.1.193
-127.0.1.194
-127.0.1.195
-127.0.1.196
-127.0.1.197
-127.0.1.198
-127.0.1.199
-127.0.1.200
-127.0.1.201
-127.0.1.202
-127.0.1.203
-127.0.1.204
-127.0.1.205
-127.0.1.206
-127.0.1.207
-127.0.1.208
-127.0.1.209
-127.0.1.210
-127.0.1.211
-127.0.1.212
-127.0.1.213
-127.0.1.214
-127.0.1.215
-127.0.1.216
-127.0.1.217
-127.0.1.218
-127.0.1.219
-127.0.1.220
-127.0.1.221
-127.0.1.222
-127.0.1.223
-127.0.1.224
-127.0.1.225
-127.0.1.226
-127.0.1.227
-127.0.1.228
-127.0.1.229
-127.0.1.230
-127.0.1.231
-127.0.1.232
-127.0.1.233
-127.0.1.234
-127.0.1.235
-127.0.1.236
-127.0.1.237
-127.0.1.238
-127.0.1.239
-127.0.1.240
-127.0.1.241
-127.0.1.242
-127.0.1.243
-127.0.1.244
-127.0.1.245
-127.0.1.246
-127.0.1.247
-127.0.1.248
-127.0.1.249
-127.0.1.250
-127.0.1.251
-127.0.1.252
-127.0.1.253
-127.0.1.254
-127.0.2.1
-127.0.2.2
-127.0.2.3
-127.0.2.4
-127.0.2.5
-127.0.2.6
-127.0.2.7
-127.0.2.8
-127.0.2.9
-127.0.2.10
-127.0.2.11
-127.0.2.12
-127.0.2.13
-127.0.2.14
-127.0.2.15
-127.0.2.16
-127.0.2.17
-127.0.2.18
-127.0.2.19
-127.0.2.20
-127.0.2.21
-127.0.2.22
-127.0.2.23
-127.0.2.24
-127.0.2.25
-127.0.2.26
-127.0.2.27
-127.0.2.28
-127.0.2.29
-127.0.2.30
-127.0.2.31
-127.0.2.32
-127.0.2.33
-127.0.2.34
-127.0.2.35
-127.0.2.36
-127.0.2.37
-127.0.2.38
-127.0.2.39
-127.0.2.40
-127.0.2.41
-127.0.2.42
-127.0.2.43
-127.0.2.44
-127.0.2.45
-127.0.2.46
-127.0.2.47
-127.0.2.48
-127.0.2.49
-127.0.2.50
-127.0.2.51
-127.0.2.52
-127.0.2.53
-127.0.2.54
-127.0.2.55
-127.0.2.56
-127.0.2.57
-127.0.2.58
-127.0.2.59
-127.0.2.60
-127.0.2.61
-127.0.2.62
-127.0.2.63
-127.0.2.64
-127.0.2.65
-127.0.2.66
-127.0.2.67
-127.0.2.68
-127.0.2.69
-127.0.2.70
-127.0.2.71
-127.0.2.72
-127.0.2.73
-127.0.2.74
-127.0.2.75
-127.0.2.76
-127.0.2.77
-127.0.2.78
-127.0.2.79
-127.0.2.80
-127.0.2.81
-127.0.2.82
-127.0.2.83
-127.0.2.84
-127.0.2.85
-127.0.2.86
-127.0.2.87
-127.0.2.88
-127.0.2.89
-127.0.2.90
-127.0.2.91
-127.0.2.92
-127.0.2.93
-127.0.2.94
-127.0.2.95
-127.0.2.96
-127.0.2.97
-127.0.2.98
-127.0.2.99
-127.0.2.100
-127.0.2.101
-127.0.2.102
-127.0.2.103
-127.0.2.104
-127.0.2.105
-127.0.2.106
-127.0.2.107
-127.0.2.108
-127.0.2.109
-127.0.2.110
-127.0.2.111
-127.0.2.112
-127.0.2.113
-127.0.2.114
-127.0.2.115
-127.0.2.116
-127.0.2.117
-127.0.2.118
-127.0.2.119
-127.0.2.120
-127.0.2.121
-127.0.2.122
-127.0.2.123
-127.0.2.124
-127.0.2.125
-127.0.2.126
-127.0.2.127
-127.0.2.128
-127.0.2.129
-127.0.2.130
-127.0.2.131
-127.0.2.132
-127.0.2.133
-127.0.2.134
-127.0.2.135
-127.0.2.136
-127.0.2.137
-127.0.2.138
-127.0.2.139
-127.0.2.140
-127.0.2.141
-127.0.2.142
-127.0.2.143
-127.0.2.144
-127.0.2.145
-127.0.2.146
-127.0.2.147
-127.0.2.148
-127.0.2.149
-127.0.2.150
-127.0.2.151
-127.0.2.152
-127.0.2.153
-127.0.2.154
-127.0.2.155
-127.0.2.156
-127.0.2.157
-127.0.2.158
-127.0.2.159
-127.0.2.160
-127.0.2.161
-127.0.2.162
-127.0.2.163
-127.0.2.164
-127.0.2.165
-127.0.2.166
-127.0.2.167
-127.0.2.168
-127.0.2.169
-127.0.2.170
-127.0.2.171
-127.0.2.172
-127.0.2.173
-127.0.2.174
-127.0.2.175
-127.0.2.176
-127.0.2.177
-127.0.2.178
-127.0.2.179
-127.0.2.180
-127.0.2.181
-127.0.2.182
-127.0.2.183
-127.0.2.184
-127.0.2.185
-127.0.2.186
-127.0.2.187
-127.0.2.188
-127.0.2.189
-127.0.2.190
-127.0.2.191
-127.0.2.192
-127.0.2.193
-127.0.2.194
-127.0.2.195
-127.0.2.196
-127.0.2.197
-127.0.2.198
-127.0.2.199
-127.0.2.200
-127.0.2.201
-127.0.2.202
-127.0.2.203
-127.0.2.204
-127.0.2.205
-127.0.2.206
-127.0.2.207
-127.0.2.208
-127.0.2.209
-127.0.2.210
-127.0.2.211
-127.0.2.212
-127.0.2.213
-127.0.2.214
-127.0.2.215
-127.0.2.216
-127.0.2.217
-127.0.2.218
-127.0.2.219
-127.0.2.220
-127.0.2.221
-127.0.2.222
-127.0.2.223
-127.0.2.224
-127.0.2.225
-127.0.2.226
-127.0.2.227
-127.0.2.228
-127.0.2.229
-127.0.2.230
-127.0.2.231
-127.0.2.232
-127.0.2.233
-127.0.2.234
-127.0.2.235
-127.0.2.236
-127.0.2.237
-127.0.2.238
-127.0.2.239
-127.0.2.240
-127.0.2.241
-127.0.2.242
-127.0.2.243
-127.0.2.244
-127.0.2.245
-127.0.2.246
-127.0.2.247
-127.0.2.248
-127.0.2.249
-127.0.2.250
-127.0.2.251
-127.0.2.252
-127.0.2.253
-127.0.2.254
-127.0.3.1
-127.0.3.2
-127.0.3.3
-127.0.3.4
-127.0.3.5
-127.0.3.6
-127.0.3.7
-127.0.3.8
-127.0.3.9
-127.0.3.10
-127.0.3.11
-127.0.3.12
-127.0.3.13
-127.0.3.14
-127.0.3.15
-127.0.3.16
-127.0.3.17
-127.0.3.18
-127.0.3.19
-127.0.3.20
-127.0.3.21
-127.0.3.22
-127.0.3.23
-127.0.3.24
-127.0.3.25
-127.0.3.26
-127.0.3.27
-127.0.3.28
-127.0.3.29
-127.0.3.30
-127.0.3.31
-127.0.3.32
-127.0.3.33
-127.0.3.34
-127.0.3.35
-127.0.3.36
-127.0.3.37
-127.0.3.38
-127.0.3.39
-127.0.3.40
-127.0.3.41
-127.0.3.42
-127.0.3.43
-127.0.3.44
-127.0.3.45
-127.0.3.46
-127.0.3.47
-127.0.3.48
-127.0.3.49
-127.0.3.50
-127.0.3.51
-127.0.3.52
-127.0.3.53
-127.0.3.54
-127.0.3.55
-127.0.3.56
-127.0.3.57
-127.0.3.58
-127.0.3.59
-127.0.3.60
-127.0.3.61
-127.0.3.62
-127.0.3.63
-127.0.3.64
-127.0.3.65
-127.0.3.66
-127.0.3.67
-127.0.3.68
-127.0.3.69
-127.0.3.70
-127.0.3.71
-127.0.3.72
-127.0.3.73
-127.0.3.74
-127.0.3.75
-127.0.3.76
-127.0.3.77
-127.0.3.78
-127.0.3.79
-127.0.3.80
-127.0.3.81
-127.0.3.82
-127.0.3.83
-127.0.3.84
-127.0.3.85
-127.0.3.86
-127.0.3.87
-127.0.3.88
-127.0.3.89
-127.0.3.90
-127.0.3.91
-127.0.3.92
-127.0.3.93
-127.0.3.94
-127.0.3.95
-127.0.3.96
-127.0.3.97
-127.0.3.98
-127.0.3.99
-127.0.3.100
-127.0.3.101
-127.0.3.102
-127.0.3.103
-127.0.3.104
-127.0.3.105
-127.0.3.106
-127.0.3.107
-127.0.3.108
-127.0.3.109
-127.0.3.110
-127.0.3.111
-127.0.3.112
-127.0.3.113
-127.0.3.114
-127.0.3.115
-127.0.3.116
-127.0.3.117
-127.0.3.118
-127.0.3.119
-127.0.3.120
-127.0.3.121
-127.0.3.122
-127.0.3.123
-127.0.3.124
-127.0.3.125
-127.0.3.126
-127.0.3.127
-127.0.3.128
-127.0.3.129
-127.0.3.130
-127.0.3.131
-127.0.3.132
-127.0.3.133
-127.0.3.134
-127.0.3.135
-127.0.3.136
-127.0.3.137
-127.0.3.138
-127.0.3.139
-127.0.3.140
-127.0.3.141
-127.0.3.142
-127.0.3.143
-127.0.3.144
-127.0.3.145
-127.0.3.146
-127.0.3.147
-127.0.3.148
-127.0.3.149
-127.0.3.150
-127.0.3.151
-127.0.3.152
-127.0.3.153
-127.0.3.154
-127.0.3.155
-127.0.3.156
-127.0.3.157
-127.0.3.158
-127.0.3.159
-127.0.3.160
-127.0.3.161
-127.0.3.162
-127.0.3.163
-127.0.3.164
-127.0.3.165
-127.0.3.166
-127.0.3.167
-127.0.3.168
-127.0.3.169
-127.0.3.170
-127.0.3.171
-127.0.3.172
-127.0.3.173
-127.0.3.174
-127.0.3.175
-127.0.3.176
-127.0.3.177
-127.0.3.178
-127.0.3.179
-127.0.3.180
-127.0.3.181
-127.0.3.182
-127.0.3.183
-127.0.3.184
-127.0.3.185
-127.0.3.186
-127.0.3.187
-127.0.3.188
-127.0.3.189
-127.0.3.190
-127.0.3.191
-127.0.3.192
-127.0.3.193
-127.0.3.194
-127.0.3.195
-127.0.3.196
-127.0.3.197
-127.0.3.198
-127.0.3.199
-127.0.3.200
-127.0.3.201
-127.0.3.202
-127.0.3.203
-127.0.3.204
-127.0.3.205
-127.0.3.206
-127.0.3.207
-127.0.3.208
-127.0.3.209
-127.0.3.210
-127.0.3.211
-127.0.3.212
-127.0.3.213
-127.0.3.214
-127.0.3.215
-127.0.3.216
-127.0.3.217
-127.0.3.218
-127.0.3.219
-127.0.3.220
-127.0.3.221
-127.0.3.222
-127.0.3.223
-127.0.3.224
-127.0.3.225
-127.0.3.226
-127.0.3.227
-127.0.3.228
-127.0.3.229
-127.0.3.230
-127.0.3.231
-127.0.3.232
-127.0.3.233
-127.0.3.234
-127.0.3.235
-127.0.3.236
-127.0.3.237
-127.0.3.238
-127.0.3.239
-127.0.3.240
-127.0.3.241
-127.0.3.242
-127.0.3.243
-127.0.3.244
-127.0.3.245
-127.0.3.246
-127.0.3.247
-127.0.3.248
-127.0.3.249
-127.0.3.250
-127.0.3.251
-127.0.3.252
-127.0.3.253
-127.0.3.254
-127.0.4.1
-127.0.4.2
-127.0.4.3
-127.0.4.4
-127.0.4.5
-127.0.4.6
-127.0.4.7
-127.0.4.8
-127.0.4.9
-127.0.4.10
-127.0.4.11
-127.0.4.12
-127.0.4.13
-127.0.4.14
-127.0.4.15
-127.0.4.16
-127.0.4.17
-127.0.4.18
-127.0.4.19
-127.0.4.20
-127.0.4.21
-127.0.4.22
-127.0.4.23
-127.0.4.24
-127.0.4.25
-127.0.4.26
-127.0.4.27
-127.0.4.28
-127.0.4.29
-127.0.4.30
-127.0.4.31
-127.0.4.32
-127.0.4.33
-127.0.4.34
-127.0.4.35
-127.0.4.36
-127.0.4.37
-127.0.4.38
-127.0.4.39
-127.0.4.40
-127.0.4.41
-127.0.4.42
-127.0.4.43
-127.0.4.44
-127.0.4.45
-127.0.4.46
-127.0.4.47
-127.0.4.48
-127.0.4.49
-127.0.4.50
-127.0.4.51
-127.0.4.52
-127.0.4.53
-127.0.4.54
-127.0.4.55
-127.0.4.56
-127.0.4.57
-127.0.4.58
-127.0.4.59
-127.0.4.60
-127.0.4.61
-127.0.4.62
-127.0.4.63
-127.0.4.64
-127.0.4.65
-127.0.4.66
-127.0.4.67
-127.0.4.68
-127.0.4.69
-127.0.4.70
-127.0.4.71
-127.0.4.72
-127.0.4.73
-127.0.4.74
-127.0.4.75
-127.0.4.76
-127.0.4.77
-127.0.4.78
-127.0.4.79
-127.0.4.80
-127.0.4.81
-127.0.4.82
-127.0.4.83
-127.0.4.84
-127.0.4.85
-127.0.4.86
-127.0.4.87
-127.0.4.88
-127.0.4.89
-127.0.4.90
-127.0.4.91
-127.0.4.92
-127.0.4.93
-127.0.4.94
-127.0.4.95
-127.0.4.96
-127.0.4.97
-127.0.4.98
-127.0.4.99
-127.0.4.100
-127.0.4.101
-127.0.4.102
-127.0.4.103
-127.0.4.104
-127.0.4.105
-127.0.4.106
-127.0.4.107
-127.0.4.108
-127.0.4.109
-127.0.4.110
-127.0.4.111
-127.0.4.112
-127.0.4.113
-127.0.4.114
-127.0.4.115
-127.0.4.116
-127.0.4.117
-127.0.4.118
-127.0.4.119
-127.0.4.120
-127.0.4.121
-127.0.4.122
-127.0.4.123
-127.0.4.124
-127.0.4.125
-127.0.4.126
-127.0.4.127
-127.0.4.128
-127.0.4.129
-127.0.4.130
-127.0.4.131
-127.0.4.132
-127.0.4.133
-127.0.4.134
-127.0.4.135
-127.0.4.136
-127.0.4.137
-127.0.4.138
-127.0.4.139
-127.0.4.140
-127.0.4.141
-127.0.4.142
-127.0.4.143
-127.0.4.144
-127.0.4.145
-127.0.4.146
-127.0.4.147
-127.0.4.148
-127.0.4.149
-127.0.4.150
-127.0.4.151
-127.0.4.152
-127.0.4.153
-127.0.4.154
-127.0.4.155
-127.0.4.156
-127.0.4.157
-127.0.4.158
-127.0.4.159
-127.0.4.160
-127.0.4.161
-127.0.4.162
-127.0.4.163
-127.0.4.164
-127.0.4.165
-127.0.4.166
-127.0.4.167
-127.0.4.168
-127.0.4.169
-127.0.4.170
-127.0.4.171
-127.0.4.172
-127.0.4.173
-127.0.4.174
-127.0.4.175
-127.0.4.176
-127.0.4.177
-127.0.4.178
-127.0.4.179
-127.0.4.180
-127.0.4.181
-127.0.4.182
-127.0.4.183
-127.0.4.184
-127.0.4.185
-127.0.4.186
-127.0.4.187
-127.0.4.188
-127.0.4.189
-127.0.4.190
-127.0.4.191
-127.0.4.192
-127.0.4.193
-127.0.4.194
-127.0.4.195
-127.0.4.196
-127.0.4.197
-127.0.4.198
-127.0.4.199
-127.0.4.200
-127.0.4.201
-127.0.4.202
-127.0.4.203
-127.0.4.204
-127.0.4.205
-127.0.4.206
-127.0.4.207
-127.0.4.208
-127.0.4.209
-127.0.4.210
-127.0.4.211
-127.0.4.212
-127.0.4.213
-127.0.4.214
-127.0.4.215
-127.0.4.216
-127.0.4.217
-127.0.4.218
-127.0.4.219
-127.0.4.220
-127.0.4.221
-127.0.4.222
-127.0.4.223
-127.0.4.224
-127.0.4.225
-127.0.4.226
-127.0.4.227
-127.0.4.228
-127.0.4.229
-127.0.4.230
-127.0.4.231
-127.0.4.232
-127.0.4.233
-127.0.4.234
-127.0.4.235
-127.0.4.236
-127.0.4.237
-127.0.4.238
-127.0.4.239
-127.0.4.240
-127.0.4.241
-127.0.4.242
-127.0.4.243
-127.0.4.244
-127.0.4.245
-127.0.4.246
-127.0.4.247
-127.0.4.248
-127.0.4.249
-127.0.4.250
-127.0.4.251
-127.0.4.252
-127.0.4.253
-127.0.4.254
-127.0.5.1
-127.0.5.2
-127.0.5.3
-127.0.5.4
-127.0.5.5
-127.0.5.6
-127.0.5.7
-127.0.5.8
-127.0.5.9
-127.0.5.10
-127.0.5.11
-127.0.5.12
-127.0.5.13
-127.0.5.14
-127.0.5.15
-127.0.5.16
-127.0.5.17
-127.0.5.18
-127.0.5.19
-127.0.5.20
-127.0.5.21
-127.0.5.22
-127.0.5.23
-127.0.5.24
-127.0.5.25
-127.0.5.26
-127.0.5.27
-127.0.5.28
-127.0.5.29
-127.0.5.30
-127.0.5.31
-127.0.5.32
-127.0.5.33
-127.0.5.34
-127.0.5.35
-127.0.5.36
-127.0.5.37
-127.0.5.38
-127.0.5.39
-127.0.5.40
-127.0.5.41
-127.0.5.42
-127.0.5.43
-127.0.5.44
-127.0.5.45
-127.0.5.46
-127.0.5.47
-127.0.5.48
-127.0.5.49
-127.0.5.50
-127.0.5.51
-127.0.5.52
-127.0.5.53
-127.0.5.54
-127.0.5.55
-127.0.5.56
-127.0.5.57
-127.0.5.58
-127.0.5.59
-127.0.5.60
-127.0.5.61
-127.0.5.62
-127.0.5.63
-127.0.5.64
-127.0.5.65
-127.0.5.66
-127.0.5.67
-127.0.5.68
-127.0.5.69
-127.0.5.70
-127.0.5.71
-127.0.5.72
-127.0.5.73
-127.0.5.74
-127.0.5.75
-127.0.5.76
-127.0.5.77
-127.0.5.78
-127.0.5.79
-127.0.5.80
-127.0.5.81
-127.0.5.82
-127.0.5.83
-127.0.5.84
-127.0.5.85
-127.0.5.86
-127.0.5.87
-127.0.5.88
-127.0.5.89
-127.0.5.90
-127.0.5.91
-127.0.5.92
-127.0.5.93
-127.0.5.94
-127.0.5.95
-127.0.5.96
-127.0.5.97
-127.0.5.98
-127.0.5.99
-127.0.5.100
-127.0.5.101
-127.0.5.102
-127.0.5.103
-127.0.5.104
-127.0.5.105
-127.0.5.106
-127.0.5.107
-127.0.5.108
-127.0.5.109
-127.0.5.110
-127.0.5.111
-127.0.5.112
-127.0.5.113
-127.0.5.114
-127.0.5.115
-127.0.5.116
-127.0.5.117
-127.0.5.118
-127.0.5.119
-127.0.5.120
-127.0.5.121
-127.0.5.122
-127.0.5.123
-127.0.5.124
-127.0.5.125
-127.0.5.126
-127.0.5.127
-127.0.5.128
-127.0.5.129
-127.0.5.130
-127.0.5.131
-127.0.5.132
-127.0.5.133
-127.0.5.134
-127.0.5.135
-127.0.5.136
-127.0.5.137
-127.0.5.138
-127.0.5.139
-127.0.5.140
-127.0.5.141
-127.0.5.142
-127.0.5.143
-127.0.5.144
-127.0.5.145
-127.0.5.146
-127.0.5.147
-127.0.5.148
-127.0.5.149
-127.0.5.150
-127.0.5.151
-127.0.5.152
-127.0.5.153
-127.0.5.154
-127.0.5.155
-127.0.5.156
-127.0.5.157
-127.0.5.158
-127.0.5.159
-127.0.5.160
-127.0.5.161
-127.0.5.162
-127.0.5.163
-127.0.5.164
-127.0.5.165
-127.0.5.166
-127.0.5.167
-127.0.5.168
-127.0.5.169
-127.0.5.170
-127.0.5.171
-127.0.5.172
-127.0.5.173
-127.0.5.174
-127.0.5.175
-127.0.5.176
-127.0.5.177
-127.0.5.178
-127.0.5.179
-127.0.5.180
-127.0.5.181
-127.0.5.182
-127.0.5.183
-127.0.5.184
-127.0.5.185
-127.0.5.186
-127.0.5.187
-127.0.5.188
-127.0.5.189
-127.0.5.190
-127.0.5.191
-127.0.5.192
-127.0.5.193
-127.0.5.194
-127.0.5.195
-127.0.5.196
-127.0.5.197
-127.0.5.198
-127.0.5.199
-127.0.5.200
-127.0.5.201
-127.0.5.202
-127.0.5.203
-127.0.5.204
-127.0.5.205
-127.0.5.206
-127.0.5.207
-127.0.5.208
-127.0.5.209
-127.0.5.210
-127.0.5.211
-127.0.5.212
-127.0.5.213
-127.0.5.214
-127.0.5.215
-127.0.5.216
-127.0.5.217
-127.0.5.218
-127.0.5.219
-127.0.5.220
-127.0.5.221
-127.0.5.222
-127.0.5.223
-127.0.5.224
-127.0.5.225
-127.0.5.226
-127.0.5.227
-127.0.5.228
-127.0.5.229
-127.0.5.230
-127.0.5.231
-127.0.5.232
-127.0.5.233
-127.0.5.234
-127.0.5.235
-127.0.5.236
-127.0.5.237
-127.0.5.238
-127.0.5.239
-127.0.5.240
-127.0.5.241
-127.0.5.242
-127.0.5.243
-127.0.5.244
-127.0.5.245
-127.0.5.246
-127.0.5.247
-127.0.5.248
-127.0.5.249
-127.0.5.250
-127.0.5.251
-127.0.5.252
-127.0.5.253
-127.0.5.254
-127.0.6.1
-127.0.6.2
-127.0.6.3
-127.0.6.4
-127.0.6.5
-127.0.6.6
-127.0.6.7
-127.0.6.8
-127.0.6.9
-127.0.6.10
-127.0.6.11
-127.0.6.12
-127.0.6.13
-127.0.6.14
-127.0.6.15
-127.0.6.16
-127.0.6.17
-127.0.6.18
-127.0.6.19
-127.0.6.20
-127.0.6.21
-127.0.6.22
-127.0.6.23
-127.0.6.24
-127.0.6.25
-127.0.6.26
-127.0.6.27
-127.0.6.28
-127.0.6.29
-127.0.6.30
-127.0.6.31
-127.0.6.32
-127.0.6.33
-127.0.6.34
-127.0.6.35
-127.0.6.36
-127.0.6.37
-127.0.6.38
-127.0.6.39
-127.0.6.40
-127.0.6.41
-127.0.6.42
-127.0.6.43
-127.0.6.44
-127.0.6.45
-127.0.6.46
-127.0.6.47
-127.0.6.48
-127.0.6.49
-127.0.6.50
-127.0.6.51
-127.0.6.52
-127.0.6.53
-127.0.6.54
-127.0.6.55
-127.0.6.56
-127.0.6.57
-127.0.6.58
-127.0.6.59
-127.0.6.60
-127.0.6.61
-127.0.6.62
-127.0.6.63
-127.0.6.64
-127.0.6.65
-127.0.6.66
-127.0.6.67
-127.0.6.68
-127.0.6.69
-127.0.6.70
-127.0.6.71
-127.0.6.72
-127.0.6.73
-127.0.6.74
-127.0.6.75
-127.0.6.76
-127.0.6.77
-127.0.6.78
-127.0.6.79
-127.0.6.80
-127.0.6.81
-127.0.6.82
-127.0.6.83
-127.0.6.84
-127.0.6.85
-127.0.6.86
-127.0.6.87
-127.0.6.88
-127.0.6.89
-127.0.6.90
-127.0.6.91
-127.0.6.92
-127.0.6.93
-127.0.6.94
-127.0.6.95
-127.0.6.96
-127.0.6.97
-127.0.6.98
-127.0.6.99
-127.0.6.100
-127.0.6.101
-127.0.6.102
-127.0.6.103
-127.0.6.104
-127.0.6.105
-127.0.6.106
-127.0.6.107
-127.0.6.108
-127.0.6.109
-127.0.6.110
-127.0.6.111
-127.0.6.112
-127.0.6.113
-127.0.6.114
-127.0.6.115
-127.0.6.116
-127.0.6.117
-127.0.6.118
-127.0.6.119
-127.0.6.120
-127.0.6.121
-127.0.6.122
-127.0.6.123
-127.0.6.124
-127.0.6.125
-127.0.6.126
-127.0.6.127
-127.0.6.128
-127.0.6.129
-127.0.6.130
-127.0.6.131
-127.0.6.132
-127.0.6.133
-127.0.6.134
-127.0.6.135
-127.0.6.136
-127.0.6.137
-127.0.6.138
-127.0.6.139
-127.0.6.140
-127.0.6.141
-127.0.6.142
-127.0.6.143
-127.0.6.144
-127.0.6.145
-127.0.6.146
-127.0.6.147
-127.0.6.148
-127.0.6.149
-127.0.6.150
-127.0.6.151
-127.0.6.152
-127.0.6.153
-127.0.6.154
-127.0.6.155
-127.0.6.156
-127.0.6.157
-127.0.6.158
-127.0.6.159
-127.0.6.160
-127.0.6.161
-127.0.6.162
-127.0.6.163
-127.0.6.164
-127.0.6.165
-127.0.6.166
-127.0.6.167
-127.0.6.168
-127.0.6.169
-127.0.6.170
-127.0.6.171
-127.0.6.172
-127.0.6.173
-127.0.6.174
-127.0.6.175
-127.0.6.176
-127.0.6.177
-127.0.6.178
-127.0.6.179
-127.0.6.180
-127.0.6.181
-127.0.6.182
-127.0.6.183
-127.0.6.184
-127.0.6.185
-127.0.6.186
-127.0.6.187
-127.0.6.188
-127.0.6.189
-127.0.6.190
-127.0.6.191
-127.0.6.192
-127.0.6.193
-127.0.6.194
-127.0.6.195
-127.0.6.196
-127.0.6.197
-127.0.6.198
-127.0.6.199
-127.0.6.200
-127.0.6.201
-127.0.6.202
-127.0.6.203
-127.0.6.204
-127.0.6.205
-127.0.6.206
-127.0.6.207
-127.0.6.208
-127.0.6.209
-127.0.6.210
-127.0.6.211
-127.0.6.212
-127.0.6.213
-127.0.6.214
-127.0.6.215
-127.0.6.216
-127.0.6.217
-127.0.6.218
-127.0.6.219
-127.0.6.220
-127.0.6.221
-127.0.6.222
-127.0.6.223
-127.0.6.224
-127.0.6.225
-127.0.6.226
-127.0.6.227
-127.0.6.228
-127.0.6.229
-127.0.6.230
-127.0.6.231
-127.0.6.232
-127.0.6.233
-127.0.6.234
-127.0.6.235
-127.0.6.236
-127.0.6.237
-127.0.6.238
-127.0.6.239
-127.0.6.240
-127.0.6.241
-127.0.6.242
-127.0.6.243
-127.0.6.244
-127.0.6.245
-127.0.6.246
-127.0.6.247
-127.0.6.248
-127.0.6.249
-127.0.6.250
-127.0.6.251
-127.0.6.252
-127.0.6.253
-127.0.6.254
-127.0.7.1
-127.0.7.2
-127.0.7.3
-127.0.7.4
-127.0.7.5
-127.0.7.6
-127.0.7.7
-127.0.7.8
-127.0.7.9
-127.0.7.10
-127.0.7.11
-127.0.7.12
-127.0.7.13
-127.0.7.14
-127.0.7.15
-127.0.7.16
-127.0.7.17
-127.0.7.18
-127.0.7.19
-127.0.7.20
-127.0.7.21
-127.0.7.22
-127.0.7.23
-127.0.7.24
-127.0.7.25
-127.0.7.26
-127.0.7.27
-127.0.7.28
-127.0.7.29
-127.0.7.30
-127.0.7.31
-127.0.7.32
-127.0.7.33
-127.0.7.34
-127.0.7.35
-127.0.7.36
-127.0.7.37
-127.0.7.38
-127.0.7.39
-127.0.7.40
-127.0.7.41
-127.0.7.42
-127.0.7.43
-127.0.7.44
-127.0.7.45
-127.0.7.46
-127.0.7.47
-127.0.7.48
-127.0.7.49
-127.0.7.50
-127.0.7.51
-127.0.7.52
-127.0.7.53
-127.0.7.54
-127.0.7.55
-127.0.7.56
-127.0.7.57
-127.0.7.58
-127.0.7.59
-127.0.7.60
-127.0.7.61
-127.0.7.62
-127.0.7.63
-127.0.7.64
-127.0.7.65
-127.0.7.66
-127.0.7.67
-127.0.7.68
-127.0.7.69
-127.0.7.70
-127.0.7.71
-127.0.7.72
-127.0.7.73
-127.0.7.74
-127.0.7.75
-127.0.7.76
-127.0.7.77
-127.0.7.78
-127.0.7.79
-127.0.7.80
-127.0.7.81
-127.0.7.82
-127.0.7.83
-127.0.7.84
-127.0.7.85
-127.0.7.86
-127.0.7.87
-127.0.7.88
-127.0.7.89
-127.0.7.90
-127.0.7.91
-127.0.7.92
-127.0.7.93
-127.0.7.94
-127.0.7.95
-127.0.7.96
-127.0.7.97
-127.0.7.98
-127.0.7.99
-127.0.7.100
-127.0.7.101
-127.0.7.102
-127.0.7.103
-127.0.7.104
-127.0.7.105
-127.0.7.106
-127.0.7.107
-127.0.7.108
-127.0.7.109
-127.0.7.110
-127.0.7.111
-127.0.7.112
-127.0.7.113
-127.0.7.114
-127.0.7.115
-127.0.7.116
-127.0.7.117
-127.0.7.118
-127.0.7.119
-127.0.7.120
-127.0.7.121
-127.0.7.122
-127.0.7.123
-127.0.7.124
-127.0.7.125
-127.0.7.126
-127.0.7.127
-127.0.7.128
-127.0.7.129
-127.0.7.130
-127.0.7.131
-127.0.7.132
-127.0.7.133
-127.0.7.134
-127.0.7.135
-127.0.7.136
-127.0.7.137
-127.0.7.138
-127.0.7.139
-127.0.7.140
-127.0.7.141
-127.0.7.142
-127.0.7.143
-127.0.7.144
-127.0.7.145
-127.0.7.146
-127.0.7.147
-127.0.7.148
-127.0.7.149
-127.0.7.150
-127.0.7.151
-127.0.7.152
-127.0.7.153
-127.0.7.154
-127.0.7.155
-127.0.7.156
-127.0.7.157
-127.0.7.158
-127.0.7.159
-127.0.7.160
-127.0.7.161
-127.0.7.162
-127.0.7.163
-127.0.7.164
-127.0.7.165
-127.0.7.166
-127.0.7.167
-127.0.7.168
-127.0.7.169
-127.0.7.170
-127.0.7.171
-127.0.7.172
-127.0.7.173
-127.0.7.174
-127.0.7.175
-127.0.7.176
-127.0.7.177
-127.0.7.178
-127.0.7.179
-127.0.7.180
-127.0.7.181
-127.0.7.182
-127.0.7.183
-127.0.7.184
-127.0.7.185
-127.0.7.186
-127.0.7.187
-127.0.7.188
-127.0.7.189
-127.0.7.190
-127.0.7.191
-127.0.7.192
-127.0.7.193
-127.0.7.194
-127.0.7.195
-127.0.7.196
-127.0.7.197
-127.0.7.198
-127.0.7.199
-127.0.7.200
-127.0.7.201
-127.0.7.202
-127.0.7.203
-127.0.7.204
-127.0.7.205
-127.0.7.206
-127.0.7.207
-127.0.7.208
-127.0.7.209
-127.0.7.210
-127.0.7.211
-127.0.7.212
-127.0.7.213
-127.0.7.214
-127.0.7.215
-127.0.7.216
-127.0.7.217
-127.0.7.218
-127.0.7.219
-127.0.7.220
-127.0.7.221
-127.0.7.222
-127.0.7.223
-127.0.7.224
-127.0.7.225
-127.0.7.226
-127.0.7.227
-127.0.7.228
-127.0.7.229
-127.0.7.230
-127.0.7.231
-127.0.7.232
-127.0.7.233
-127.0.7.234
-127.0.7.235
-127.0.7.236
-127.0.7.237
-127.0.7.238
-127.0.7.239
-127.0.7.240
-127.0.7.241
-127.0.7.242
-127.0.7.243
-127.0.7.244
-127.0.7.245
-127.0.7.246
-127.0.7.247
-127.0.7.248
-127.0.7.249
-127.0.7.250
-127.0.7.251
-127.0.7.252
-127.0.7.253
-127.0.7.254
-127.0.8.1
-127.0.8.2
-127.0.8.3
-127.0.8.4
-127.0.8.5
-127.0.8.6
-127.0.8.7
-127.0.8.8
-127.0.8.9
-127.0.8.10
-127.0.8.11
-127.0.8.12
-127.0.8.13
-127.0.8.14
-127.0.8.15
-127.0.8.16
-127.0.8.17
-127.0.8.18
-127.0.8.19
-127.0.8.20
-127.0.8.21
-127.0.8.22
-127.0.8.23
-127.0.8.24
-127.0.8.25
-127.0.8.26
-127.0.8.27
-127.0.8.28
-127.0.8.29
-127.0.8.30
-127.0.8.31
-127.0.8.32
-127.0.8.33
-127.0.8.34
-127.0.8.35
-127.0.8.36
-127.0.8.37
-127.0.8.38
-127.0.8.39
-127.0.8.40
-127.0.8.41
-127.0.8.42
-127.0.8.43
-127.0.8.44
-127.0.8.45
-127.0.8.46
-127.0.8.47
-127.0.8.48
-127.0.8.49
-127.0.8.50
-127.0.8.51
-127.0.8.52
-127.0.8.53
-127.0.8.54
-127.0.8.55
-127.0.8.56
-127.0.8.57
-127.0.8.58
-127.0.8.59
-127.0.8.60
-127.0.8.61
-127.0.8.62
-127.0.8.63
-127.0.8.64
-127.0.8.65
-127.0.8.66
-127.0.8.67
-127.0.8.68
-127.0.8.69
-127.0.8.70
-127.0.8.71
-127.0.8.72
-127.0.8.73
-127.0.8.74
-127.0.8.75
-127.0.8.76
-127.0.8.77
-127.0.8.78
-127.0.8.79
-127.0.8.80
-127.0.8.81
-127.0.8.82
-127.0.8.83
-127.0.8.84
-127.0.8.85
-127.0.8.86
-127.0.8.87
-127.0.8.88
-127.0.8.89
-127.0.8.90
-127.0.8.91
-127.0.8.92
-127.0.8.93
-127.0.8.94
-127.0.8.95
-127.0.8.96
-127.0.8.97
-127.0.8.98
-127.0.8.99
-127.0.8.100
-127.0.8.101
-127.0.8.102
-127.0.8.103
-127.0.8.104
-127.0.8.105
-127.0.8.106
-127.0.8.107
-127.0.8.108
-127.0.8.109
-127.0.8.110
-127.0.8.111
-127.0.8.112
-127.0.8.113
-127.0.8.114
-127.0.8.115
-127.0.8.116
-127.0.8.117
-127.0.8.118
-127.0.8.119
-127.0.8.120
-127.0.8.121
-127.0.8.122
-127.0.8.123
-127.0.8.124
-127.0.8.125
-127.0.8.126
-127.0.8.127
-127.0.8.128
-127.0.8.129
-127.0.8.130
-127.0.8.131
-127.0.8.132
-127.0.8.133
-127.0.8.134
-127.0.8.135
-127.0.8.136
-127.0.8.137
-127.0.8.138
-127.0.8.139
-127.0.8.140
-127.0.8.141
-127.0.8.142
-127.0.8.143
-127.0.8.144
-127.0.8.145
-127.0.8.146
-127.0.8.147
-127.0.8.148
-127.0.8.149
-127.0.8.150
-127.0.8.151
-127.0.8.152
-127.0.8.153
-127.0.8.154
-127.0.8.155
-127.0.8.156
-127.0.8.157
-127.0.8.158
-127.0.8.159
-127.0.8.160
-127.0.8.161
-127.0.8.162
-127.0.8.163
-127.0.8.164
-127.0.8.165
-127.0.8.166
-127.0.8.167
-127.0.8.168
-127.0.8.169
-127.0.8.170
-127.0.8.171
-127.0.8.172
-127.0.8.173
-127.0.8.174
-127.0.8.175
-127.0.8.176
-127.0.8.177
-127.0.8.178
-127.0.8.179
-127.0.8.180
-127.0.8.181
-127.0.8.182
-127.0.8.183
-127.0.8.184
-127.0.8.185
-127.0.8.186
-127.0.8.187
-127.0.8.188
-127.0.8.189
-127.0.8.190
-127.0.8.191
-127.0.8.192
-127.0.8.193
-127.0.8.194
-127.0.8.195
-127.0.8.196
-127.0.8.197
-127.0.8.198
-127.0.8.199
-127.0.8.200
-127.0.8.201
-127.0.8.202
-127.0.8.203
-127.0.8.204
-127.0.8.205
-127.0.8.206
-127.0.8.207
-127.0.8.208
-127.0.8.209
-127.0.8.210
-127.0.8.211
-127.0.8.212
-127.0.8.213
-127.0.8.214
-127.0.8.215
-127.0.8.216
-127.0.8.217
-127.0.8.218
-127.0.8.219
-127.0.8.220
-127.0.8.221
-127.0.8.222
-127.0.8.223
-127.0.8.224
-127.0.8.225
-127.0.8.226
-127.0.8.227
-127.0.8.228
-127.0.8.229
-127.0.8.230
-127.0.8.231
-127.0.8.232
-127.0.8.233
-127.0.8.234
-127.0.8.235
-127.0.8.236
-127.0.8.237
-127.0.8.238
-127.0.8.239
-127.0.8.240
-127.0.8.241
-127.0.8.242
-127.0.8.243
-127.0.8.244
-127.0.8.245
-127.0.8.246
-127.0.8.247
-127.0.8.248
-127.0.8.249
-127.0.8.250
-127.0.8.251
-127.0.8.252
-127.0.8.253
-127.0.8.254
-127.0.9.1
-127.0.9.2
-127.0.9.3
-127.0.9.4
-127.0.9.5
-127.0.9.6
-127.0.9.7
-127.0.9.8
-127.0.9.9
-127.0.9.10
-127.0.9.11
-127.0.9.12
-127.0.9.13
-127.0.9.14
-127.0.9.15
-127.0.9.16
-127.0.9.17
-127.0.9.18
-127.0.9.19
-127.0.9.20
-127.0.9.21
-127.0.9.22
-127.0.9.23
-127.0.9.24
-127.0.9.25
-127.0.9.26
-127.0.9.27
-127.0.9.28
-127.0.9.29
-127.0.9.30
-127.0.9.31
-127.0.9.32
-127.0.9.33
-127.0.9.34
-127.0.9.35
-127.0.9.36
-127.0.9.37
-127.0.9.38
-127.0.9.39
-127.0.9.40
-127.0.9.41
-127.0.9.42
-127.0.9.43
-127.0.9.44
-127.0.9.45
-127.0.9.46
-127.0.9.47
-127.0.9.48
-127.0.9.49
-127.0.9.50
-127.0.9.51
-127.0.9.52
-127.0.9.53
-127.0.9.54
-127.0.9.55
-127.0.9.56
-127.0.9.57
-127.0.9.58
-127.0.9.59
-127.0.9.60
-127.0.9.61
-127.0.9.62
-127.0.9.63
-127.0.9.64
-127.0.9.65
-127.0.9.66
-127.0.9.67
-127.0.9.68
-127.0.9.69
-127.0.9.70
-127.0.9.71
-127.0.9.72
-127.0.9.73
-127.0.9.74
-127.0.9.75
-127.0.9.76
-127.0.9.77
-127.0.9.78
-127.0.9.79
-127.0.9.80
-127.0.9.81
-127.0.9.82
-127.0.9.83
-127.0.9.84
-127.0.9.85
-127.0.9.86
-127.0.9.87
-127.0.9.88
-127.0.9.89
-127.0.9.90
-127.0.9.91
-127.0.9.92
-127.0.9.93
-127.0.9.94
-127.0.9.95
-127.0.9.96
-127.0.9.97
-127.0.9.98
-127.0.9.99
-127.0.9.100
-127.0.9.101
-127.0.9.102
-127.0.9.103
-127.0.9.104
-127.0.9.105
-127.0.9.106
-127.0.9.107
-127.0.9.108
-127.0.9.109
-127.0.9.110
-127.0.9.111
-127.0.9.112
-127.0.9.113
-127.0.9.114
-127.0.9.115
-127.0.9.116
-127.0.9.117
-127.0.9.118
-127.0.9.119
-127.0.9.120
-127.0.9.121
-127.0.9.122
-127.0.9.123
-127.0.9.124
-127.0.9.125
-127.0.9.126
-127.0.9.127
-127.0.9.128
-127.0.9.129
-127.0.9.130
-127.0.9.131
-127.0.9.132
-127.0.9.133
-127.0.9.134
-127.0.9.135
-127.0.9.136
-127.0.9.137
-127.0.9.138
-127.0.9.139
-127.0.9.140
-127.0.9.141
-127.0.9.142
-127.0.9.143
-127.0.9.144
-127.0.9.145
-127.0.9.146
-127.0.9.147
-127.0.9.148
-127.0.9.149
-127.0.9.150
-127.0.9.151
-127.0.9.152
-127.0.9.153
-127.0.9.154
-127.0.9.155
-127.0.9.156
-127.0.9.157
-127.0.9.158
-127.0.9.159
-127.0.9.160
-127.0.9.161
-127.0.9.162
-127.0.9.163
-127.0.9.164
-127.0.9.165
-127.0.9.166
-127.0.9.167
-127.0.9.168
-127.0.9.169
-127.0.9.170
-127.0.9.171
-127.0.9.172
-127.0.9.173
-127.0.9.174
-127.0.9.175
-127.0.9.176
-127.0.9.177
-127.0.9.178
-127.0.9.179
-127.0.9.180
-127.0.9.181
-127.0.9.182
-127.0.9.183
-127.0.9.184
-127.0.9.185
-127.0.9.186
-127.0.9.187
-127.0.9.188
-127.0.9.189
-127.0.9.190
-127.0.9.191
-127.0.9.192
-127.0.9.193
-127.0.9.194
-127.0.9.195
-127.0.9.196
-127.0.9.197
-127.0.9.198
-127.0.9.199
-127.0.9.200
-127.0.9.201
-127.0.9.202
-127.0.9.203
-127.0.9.204
-127.0.9.205
-127.0.9.206
-127.0.9.207
-127.0.9.208
-127.0.9.209
-127.0.9.210
-127.0.9.211
-127.0.9.212
-127.0.9.213
-127.0.9.214
-127.0.9.215
-127.0.9.216
-127.0.9.217
-127.0.9.218
-127.0.9.219
-127.0.9.220
-127.0.9.221
-127.0.9.222
-127.0.9.223
-127.0.9.224
-127.0.9.225
-127.0.9.226
-127.0.9.227
-127.0.9.228
-127.0.9.229
-127.0.9.230
-127.0.9.231
-127.0.9.232
-127.0.9.233
-127.0.9.234
-127.0.9.235
-127.0.9.236
-127.0.9.237
-127.0.9.238
-127.0.9.239
-127.0.9.240
-127.0.9.241
-127.0.9.242
-127.0.9.243
-127.0.9.244
-127.0.9.245
-127.0.9.246
-127.0.9.247
-127.0.9.248
-127.0.9.249
-127.0.9.250
-127.0.9.251
-127.0.9.252
-127.0.9.253
-127.0.9.254
diff --git a/test/samples/inv_md b/test/samples/inv_md
deleted file mode 100644
index 013bdc6966..0000000000
--- a/test/samples/inv_md
+++ /dev/null
@@ -1,1270 +0,0 @@
-127.0.0.1
-127.0.0.2
-127.0.0.3
-127.0.0.4
-127.0.0.5
-127.0.0.6
-127.0.0.7
-127.0.0.8
-127.0.0.9
-127.0.0.10
-127.0.0.11
-127.0.0.12
-127.0.0.13
-127.0.0.14
-127.0.0.15
-127.0.0.16
-127.0.0.17
-127.0.0.18
-127.0.0.19
-127.0.0.20
-127.0.0.21
-127.0.0.22
-127.0.0.23
-127.0.0.24
-127.0.0.25
-127.0.0.26
-127.0.0.27
-127.0.0.28
-127.0.0.29
-127.0.0.30
-127.0.0.31
-127.0.0.32
-127.0.0.33
-127.0.0.34
-127.0.0.35
-127.0.0.36
-127.0.0.37
-127.0.0.38
-127.0.0.39
-127.0.0.40
-127.0.0.41
-127.0.0.42
-127.0.0.43
-127.0.0.44
-127.0.0.45
-127.0.0.46
-127.0.0.47
-127.0.0.48
-127.0.0.49
-127.0.0.50
-127.0.0.51
-127.0.0.52
-127.0.0.53
-127.0.0.54
-127.0.0.55
-127.0.0.56
-127.0.0.57
-127.0.0.58
-127.0.0.59
-127.0.0.60
-127.0.0.61
-127.0.0.62
-127.0.0.63
-127.0.0.64
-127.0.0.65
-127.0.0.66
-127.0.0.67
-127.0.0.68
-127.0.0.69
-127.0.0.70
-127.0.0.71
-127.0.0.72
-127.0.0.73
-127.0.0.74
-127.0.0.75
-127.0.0.76
-127.0.0.77
-127.0.0.78
-127.0.0.79
-127.0.0.80
-127.0.0.81
-127.0.0.82
-127.0.0.83
-127.0.0.84
-127.0.0.85
-127.0.0.86
-127.0.0.87
-127.0.0.88
-127.0.0.89
-127.0.0.90
-127.0.0.91
-127.0.0.92
-127.0.0.93
-127.0.0.94
-127.0.0.95
-127.0.0.96
-127.0.0.97
-127.0.0.98
-127.0.0.99
-127.0.0.100
-127.0.0.101
-127.0.0.102
-127.0.0.103
-127.0.0.104
-127.0.0.105
-127.0.0.106
-127.0.0.107
-127.0.0.108
-127.0.0.109
-127.0.0.110
-127.0.0.111
-127.0.0.112
-127.0.0.113
-127.0.0.114
-127.0.0.115
-127.0.0.116
-127.0.0.117
-127.0.0.118
-127.0.0.119
-127.0.0.120
-127.0.0.121
-127.0.0.122
-127.0.0.123
-127.0.0.124
-127.0.0.125
-127.0.0.126
-127.0.0.127
-127.0.0.128
-127.0.0.129
-127.0.0.130
-127.0.0.131
-127.0.0.132
-127.0.0.133
-127.0.0.134
-127.0.0.135
-127.0.0.136
-127.0.0.137
-127.0.0.138
-127.0.0.139
-127.0.0.140
-127.0.0.141
-127.0.0.142
-127.0.0.143
-127.0.0.144
-127.0.0.145
-127.0.0.146
-127.0.0.147
-127.0.0.148
-127.0.0.149
-127.0.0.150
-127.0.0.151
-127.0.0.152
-127.0.0.153
-127.0.0.154
-127.0.0.155
-127.0.0.156
-127.0.0.157
-127.0.0.158
-127.0.0.159
-127.0.0.160
-127.0.0.161
-127.0.0.162
-127.0.0.163
-127.0.0.164
-127.0.0.165
-127.0.0.166
-127.0.0.167
-127.0.0.168
-127.0.0.169
-127.0.0.170
-127.0.0.171
-127.0.0.172
-127.0.0.173
-127.0.0.174
-127.0.0.175
-127.0.0.176
-127.0.0.177
-127.0.0.178
-127.0.0.179
-127.0.0.180
-127.0.0.181
-127.0.0.182
-127.0.0.183
-127.0.0.184
-127.0.0.185
-127.0.0.186
-127.0.0.187
-127.0.0.188
-127.0.0.189
-127.0.0.190
-127.0.0.191
-127.0.0.192
-127.0.0.193
-127.0.0.194
-127.0.0.195
-127.0.0.196
-127.0.0.197
-127.0.0.198
-127.0.0.199
-127.0.0.200
-127.0.0.201
-127.0.0.202
-127.0.0.203
-127.0.0.204
-127.0.0.205
-127.0.0.206
-127.0.0.207
-127.0.0.208
-127.0.0.209
-127.0.0.210
-127.0.0.211
-127.0.0.212
-127.0.0.213
-127.0.0.214
-127.0.0.215
-127.0.0.216
-127.0.0.217
-127.0.0.218
-127.0.0.219
-127.0.0.220
-127.0.0.221
-127.0.0.222
-127.0.0.223
-127.0.0.224
-127.0.0.225
-127.0.0.226
-127.0.0.227
-127.0.0.228
-127.0.0.229
-127.0.0.230
-127.0.0.231
-127.0.0.232
-127.0.0.233
-127.0.0.234
-127.0.0.235
-127.0.0.236
-127.0.0.237
-127.0.0.238
-127.0.0.239
-127.0.0.240
-127.0.0.241
-127.0.0.242
-127.0.0.243
-127.0.0.244
-127.0.0.245
-127.0.0.246
-127.0.0.247
-127.0.0.248
-127.0.0.249
-127.0.0.250
-127.0.0.251
-127.0.0.252
-127.0.0.253
-127.0.0.254
-127.0.1.1
-127.0.1.2
-127.0.1.3
-127.0.1.4
-127.0.1.5
-127.0.1.6
-127.0.1.7
-127.0.1.8
-127.0.1.9
-127.0.1.10
-127.0.1.11
-127.0.1.12
-127.0.1.13
-127.0.1.14
-127.0.1.15
-127.0.1.16
-127.0.1.17
-127.0.1.18
-127.0.1.19
-127.0.1.20
-127.0.1.21
-127.0.1.22
-127.0.1.23
-127.0.1.24
-127.0.1.25
-127.0.1.26
-127.0.1.27
-127.0.1.28
-127.0.1.29
-127.0.1.30
-127.0.1.31
-127.0.1.32
-127.0.1.33
-127.0.1.34
-127.0.1.35
-127.0.1.36
-127.0.1.37
-127.0.1.38
-127.0.1.39
-127.0.1.40
-127.0.1.41
-127.0.1.42
-127.0.1.43
-127.0.1.44
-127.0.1.45
-127.0.1.46
-127.0.1.47
-127.0.1.48
-127.0.1.49
-127.0.1.50
-127.0.1.51
-127.0.1.52
-127.0.1.53
-127.0.1.54
-127.0.1.55
-127.0.1.56
-127.0.1.57
-127.0.1.58
-127.0.1.59
-127.0.1.60
-127.0.1.61
-127.0.1.62
-127.0.1.63
-127.0.1.64
-127.0.1.65
-127.0.1.66
-127.0.1.67
-127.0.1.68
-127.0.1.69
-127.0.1.70
-127.0.1.71
-127.0.1.72
-127.0.1.73
-127.0.1.74
-127.0.1.75
-127.0.1.76
-127.0.1.77
-127.0.1.78
-127.0.1.79
-127.0.1.80
-127.0.1.81
-127.0.1.82
-127.0.1.83
-127.0.1.84
-127.0.1.85
-127.0.1.86
-127.0.1.87
-127.0.1.88
-127.0.1.89
-127.0.1.90
-127.0.1.91
-127.0.1.92
-127.0.1.93
-127.0.1.94
-127.0.1.95
-127.0.1.96
-127.0.1.97
-127.0.1.98
-127.0.1.99
-127.0.1.100
-127.0.1.101
-127.0.1.102
-127.0.1.103
-127.0.1.104
-127.0.1.105
-127.0.1.106
-127.0.1.107
-127.0.1.108
-127.0.1.109
-127.0.1.110
-127.0.1.111
-127.0.1.112
-127.0.1.113
-127.0.1.114
-127.0.1.115
-127.0.1.116
-127.0.1.117
-127.0.1.118
-127.0.1.119
-127.0.1.120
-127.0.1.121
-127.0.1.122
-127.0.1.123
-127.0.1.124
-127.0.1.125
-127.0.1.126
-127.0.1.127
-127.0.1.128
-127.0.1.129
-127.0.1.130
-127.0.1.131
-127.0.1.132
-127.0.1.133
-127.0.1.134
-127.0.1.135
-127.0.1.136
-127.0.1.137
-127.0.1.138
-127.0.1.139
-127.0.1.140
-127.0.1.141
-127.0.1.142
-127.0.1.143
-127.0.1.144
-127.0.1.145
-127.0.1.146
-127.0.1.147
-127.0.1.148
-127.0.1.149
-127.0.1.150
-127.0.1.151
-127.0.1.152
-127.0.1.153
-127.0.1.154
-127.0.1.155
-127.0.1.156
-127.0.1.157
-127.0.1.158
-127.0.1.159
-127.0.1.160
-127.0.1.161
-127.0.1.162
-127.0.1.163
-127.0.1.164
-127.0.1.165
-127.0.1.166
-127.0.1.167
-127.0.1.168
-127.0.1.169
-127.0.1.170
-127.0.1.171
-127.0.1.172
-127.0.1.173
-127.0.1.174
-127.0.1.175
-127.0.1.176
-127.0.1.177
-127.0.1.178
-127.0.1.179
-127.0.1.180
-127.0.1.181
-127.0.1.182
-127.0.1.183
-127.0.1.184
-127.0.1.185
-127.0.1.186
-127.0.1.187
-127.0.1.188
-127.0.1.189
-127.0.1.190
-127.0.1.191
-127.0.1.192
-127.0.1.193
-127.0.1.194
-127.0.1.195
-127.0.1.196
-127.0.1.197
-127.0.1.198
-127.0.1.199
-127.0.1.200
-127.0.1.201
-127.0.1.202
-127.0.1.203
-127.0.1.204
-127.0.1.205
-127.0.1.206
-127.0.1.207
-127.0.1.208
-127.0.1.209
-127.0.1.210
-127.0.1.211
-127.0.1.212
-127.0.1.213
-127.0.1.214
-127.0.1.215
-127.0.1.216
-127.0.1.217
-127.0.1.218
-127.0.1.219
-127.0.1.220
-127.0.1.221
-127.0.1.222
-127.0.1.223
-127.0.1.224
-127.0.1.225
-127.0.1.226
-127.0.1.227
-127.0.1.228
-127.0.1.229
-127.0.1.230
-127.0.1.231
-127.0.1.232
-127.0.1.233
-127.0.1.234
-127.0.1.235
-127.0.1.236
-127.0.1.237
-127.0.1.238
-127.0.1.239
-127.0.1.240
-127.0.1.241
-127.0.1.242
-127.0.1.243
-127.0.1.244
-127.0.1.245
-127.0.1.246
-127.0.1.247
-127.0.1.248
-127.0.1.249
-127.0.1.250
-127.0.1.251
-127.0.1.252
-127.0.1.253
-127.0.1.254
-127.0.2.1
-127.0.2.2
-127.0.2.3
-127.0.2.4
-127.0.2.5
-127.0.2.6
-127.0.2.7
-127.0.2.8
-127.0.2.9
-127.0.2.10
-127.0.2.11
-127.0.2.12
-127.0.2.13
-127.0.2.14
-127.0.2.15
-127.0.2.16
-127.0.2.17
-127.0.2.18
-127.0.2.19
-127.0.2.20
-127.0.2.21
-127.0.2.22
-127.0.2.23
-127.0.2.24
-127.0.2.25
-127.0.2.26
-127.0.2.27
-127.0.2.28
-127.0.2.29
-127.0.2.30
-127.0.2.31
-127.0.2.32
-127.0.2.33
-127.0.2.34
-127.0.2.35
-127.0.2.36
-127.0.2.37
-127.0.2.38
-127.0.2.39
-127.0.2.40
-127.0.2.41
-127.0.2.42
-127.0.2.43
-127.0.2.44
-127.0.2.45
-127.0.2.46
-127.0.2.47
-127.0.2.48
-127.0.2.49
-127.0.2.50
-127.0.2.51
-127.0.2.52
-127.0.2.53
-127.0.2.54
-127.0.2.55
-127.0.2.56
-127.0.2.57
-127.0.2.58
-127.0.2.59
-127.0.2.60
-127.0.2.61
-127.0.2.62
-127.0.2.63
-127.0.2.64
-127.0.2.65
-127.0.2.66
-127.0.2.67
-127.0.2.68
-127.0.2.69
-127.0.2.70
-127.0.2.71
-127.0.2.72
-127.0.2.73
-127.0.2.74
-127.0.2.75
-127.0.2.76
-127.0.2.77
-127.0.2.78
-127.0.2.79
-127.0.2.80
-127.0.2.81
-127.0.2.82
-127.0.2.83
-127.0.2.84
-127.0.2.85
-127.0.2.86
-127.0.2.87
-127.0.2.88
-127.0.2.89
-127.0.2.90
-127.0.2.91
-127.0.2.92
-127.0.2.93
-127.0.2.94
-127.0.2.95
-127.0.2.96
-127.0.2.97
-127.0.2.98
-127.0.2.99
-127.0.2.100
-127.0.2.101
-127.0.2.102
-127.0.2.103
-127.0.2.104
-127.0.2.105
-127.0.2.106
-127.0.2.107
-127.0.2.108
-127.0.2.109
-127.0.2.110
-127.0.2.111
-127.0.2.112
-127.0.2.113
-127.0.2.114
-127.0.2.115
-127.0.2.116
-127.0.2.117
-127.0.2.118
-127.0.2.119
-127.0.2.120
-127.0.2.121
-127.0.2.122
-127.0.2.123
-127.0.2.124
-127.0.2.125
-127.0.2.126
-127.0.2.127
-127.0.2.128
-127.0.2.129
-127.0.2.130
-127.0.2.131
-127.0.2.132
-127.0.2.133
-127.0.2.134
-127.0.2.135
-127.0.2.136
-127.0.2.137
-127.0.2.138
-127.0.2.139
-127.0.2.140
-127.0.2.141
-127.0.2.142
-127.0.2.143
-127.0.2.144
-127.0.2.145
-127.0.2.146
-127.0.2.147
-127.0.2.148
-127.0.2.149
-127.0.2.150
-127.0.2.151
-127.0.2.152
-127.0.2.153
-127.0.2.154
-127.0.2.155
-127.0.2.156
-127.0.2.157
-127.0.2.158
-127.0.2.159
-127.0.2.160
-127.0.2.161
-127.0.2.162
-127.0.2.163
-127.0.2.164
-127.0.2.165
-127.0.2.166
-127.0.2.167
-127.0.2.168
-127.0.2.169
-127.0.2.170
-127.0.2.171
-127.0.2.172
-127.0.2.173
-127.0.2.174
-127.0.2.175
-127.0.2.176
-127.0.2.177
-127.0.2.178
-127.0.2.179
-127.0.2.180
-127.0.2.181
-127.0.2.182
-127.0.2.183
-127.0.2.184
-127.0.2.185
-127.0.2.186
-127.0.2.187
-127.0.2.188
-127.0.2.189
-127.0.2.190
-127.0.2.191
-127.0.2.192
-127.0.2.193
-127.0.2.194
-127.0.2.195
-127.0.2.196
-127.0.2.197
-127.0.2.198
-127.0.2.199
-127.0.2.200
-127.0.2.201
-127.0.2.202
-127.0.2.203
-127.0.2.204
-127.0.2.205
-127.0.2.206
-127.0.2.207
-127.0.2.208
-127.0.2.209
-127.0.2.210
-127.0.2.211
-127.0.2.212
-127.0.2.213
-127.0.2.214
-127.0.2.215
-127.0.2.216
-127.0.2.217
-127.0.2.218
-127.0.2.219
-127.0.2.220
-127.0.2.221
-127.0.2.222
-127.0.2.223
-127.0.2.224
-127.0.2.225
-127.0.2.226
-127.0.2.227
-127.0.2.228
-127.0.2.229
-127.0.2.230
-127.0.2.231
-127.0.2.232
-127.0.2.233
-127.0.2.234
-127.0.2.235
-127.0.2.236
-127.0.2.237
-127.0.2.238
-127.0.2.239
-127.0.2.240
-127.0.2.241
-127.0.2.242
-127.0.2.243
-127.0.2.244
-127.0.2.245
-127.0.2.246
-127.0.2.247
-127.0.2.248
-127.0.2.249
-127.0.2.250
-127.0.2.251
-127.0.2.252
-127.0.2.253
-127.0.2.254
-127.0.3.1
-127.0.3.2
-127.0.3.3
-127.0.3.4
-127.0.3.5
-127.0.3.6
-127.0.3.7
-127.0.3.8
-127.0.3.9
-127.0.3.10
-127.0.3.11
-127.0.3.12
-127.0.3.13
-127.0.3.14
-127.0.3.15
-127.0.3.16
-127.0.3.17
-127.0.3.18
-127.0.3.19
-127.0.3.20
-127.0.3.21
-127.0.3.22
-127.0.3.23
-127.0.3.24
-127.0.3.25
-127.0.3.26
-127.0.3.27
-127.0.3.28
-127.0.3.29
-127.0.3.30
-127.0.3.31
-127.0.3.32
-127.0.3.33
-127.0.3.34
-127.0.3.35
-127.0.3.36
-127.0.3.37
-127.0.3.38
-127.0.3.39
-127.0.3.40
-127.0.3.41
-127.0.3.42
-127.0.3.43
-127.0.3.44
-127.0.3.45
-127.0.3.46
-127.0.3.47
-127.0.3.48
-127.0.3.49
-127.0.3.50
-127.0.3.51
-127.0.3.52
-127.0.3.53
-127.0.3.54
-127.0.3.55
-127.0.3.56
-127.0.3.57
-127.0.3.58
-127.0.3.59
-127.0.3.60
-127.0.3.61
-127.0.3.62
-127.0.3.63
-127.0.3.64
-127.0.3.65
-127.0.3.66
-127.0.3.67
-127.0.3.68
-127.0.3.69
-127.0.3.70
-127.0.3.71
-127.0.3.72
-127.0.3.73
-127.0.3.74
-127.0.3.75
-127.0.3.76
-127.0.3.77
-127.0.3.78
-127.0.3.79
-127.0.3.80
-127.0.3.81
-127.0.3.82
-127.0.3.83
-127.0.3.84
-127.0.3.85
-127.0.3.86
-127.0.3.87
-127.0.3.88
-127.0.3.89
-127.0.3.90
-127.0.3.91
-127.0.3.92
-127.0.3.93
-127.0.3.94
-127.0.3.95
-127.0.3.96
-127.0.3.97
-127.0.3.98
-127.0.3.99
-127.0.3.100
-127.0.3.101
-127.0.3.102
-127.0.3.103
-127.0.3.104
-127.0.3.105
-127.0.3.106
-127.0.3.107
-127.0.3.108
-127.0.3.109
-127.0.3.110
-127.0.3.111
-127.0.3.112
-127.0.3.113
-127.0.3.114
-127.0.3.115
-127.0.3.116
-127.0.3.117
-127.0.3.118
-127.0.3.119
-127.0.3.120
-127.0.3.121
-127.0.3.122
-127.0.3.123
-127.0.3.124
-127.0.3.125
-127.0.3.126
-127.0.3.127
-127.0.3.128
-127.0.3.129
-127.0.3.130
-127.0.3.131
-127.0.3.132
-127.0.3.133
-127.0.3.134
-127.0.3.135
-127.0.3.136
-127.0.3.137
-127.0.3.138
-127.0.3.139
-127.0.3.140
-127.0.3.141
-127.0.3.142
-127.0.3.143
-127.0.3.144
-127.0.3.145
-127.0.3.146
-127.0.3.147
-127.0.3.148
-127.0.3.149
-127.0.3.150
-127.0.3.151
-127.0.3.152
-127.0.3.153
-127.0.3.154
-127.0.3.155
-127.0.3.156
-127.0.3.157
-127.0.3.158
-127.0.3.159
-127.0.3.160
-127.0.3.161
-127.0.3.162
-127.0.3.163
-127.0.3.164
-127.0.3.165
-127.0.3.166
-127.0.3.167
-127.0.3.168
-127.0.3.169
-127.0.3.170
-127.0.3.171
-127.0.3.172
-127.0.3.173
-127.0.3.174
-127.0.3.175
-127.0.3.176
-127.0.3.177
-127.0.3.178
-127.0.3.179
-127.0.3.180
-127.0.3.181
-127.0.3.182
-127.0.3.183
-127.0.3.184
-127.0.3.185
-127.0.3.186
-127.0.3.187
-127.0.3.188
-127.0.3.189
-127.0.3.190
-127.0.3.191
-127.0.3.192
-127.0.3.193
-127.0.3.194
-127.0.3.195
-127.0.3.196
-127.0.3.197
-127.0.3.198
-127.0.3.199
-127.0.3.200
-127.0.3.201
-127.0.3.202
-127.0.3.203
-127.0.3.204
-127.0.3.205
-127.0.3.206
-127.0.3.207
-127.0.3.208
-127.0.3.209
-127.0.3.210
-127.0.3.211
-127.0.3.212
-127.0.3.213
-127.0.3.214
-127.0.3.215
-127.0.3.216
-127.0.3.217
-127.0.3.218
-127.0.3.219
-127.0.3.220
-127.0.3.221
-127.0.3.222
-127.0.3.223
-127.0.3.224
-127.0.3.225
-127.0.3.226
-127.0.3.227
-127.0.3.228
-127.0.3.229
-127.0.3.230
-127.0.3.231
-127.0.3.232
-127.0.3.233
-127.0.3.234
-127.0.3.235
-127.0.3.236
-127.0.3.237
-127.0.3.238
-127.0.3.239
-127.0.3.240
-127.0.3.241
-127.0.3.242
-127.0.3.243
-127.0.3.244
-127.0.3.245
-127.0.3.246
-127.0.3.247
-127.0.3.248
-127.0.3.249
-127.0.3.250
-127.0.3.251
-127.0.3.252
-127.0.3.253
-127.0.3.254
-127.0.4.1
-127.0.4.2
-127.0.4.3
-127.0.4.4
-127.0.4.5
-127.0.4.6
-127.0.4.7
-127.0.4.8
-127.0.4.9
-127.0.4.10
-127.0.4.11
-127.0.4.12
-127.0.4.13
-127.0.4.14
-127.0.4.15
-127.0.4.16
-127.0.4.17
-127.0.4.18
-127.0.4.19
-127.0.4.20
-127.0.4.21
-127.0.4.22
-127.0.4.23
-127.0.4.24
-127.0.4.25
-127.0.4.26
-127.0.4.27
-127.0.4.28
-127.0.4.29
-127.0.4.30
-127.0.4.31
-127.0.4.32
-127.0.4.33
-127.0.4.34
-127.0.4.35
-127.0.4.36
-127.0.4.37
-127.0.4.38
-127.0.4.39
-127.0.4.40
-127.0.4.41
-127.0.4.42
-127.0.4.43
-127.0.4.44
-127.0.4.45
-127.0.4.46
-127.0.4.47
-127.0.4.48
-127.0.4.49
-127.0.4.50
-127.0.4.51
-127.0.4.52
-127.0.4.53
-127.0.4.54
-127.0.4.55
-127.0.4.56
-127.0.4.57
-127.0.4.58
-127.0.4.59
-127.0.4.60
-127.0.4.61
-127.0.4.62
-127.0.4.63
-127.0.4.64
-127.0.4.65
-127.0.4.66
-127.0.4.67
-127.0.4.68
-127.0.4.69
-127.0.4.70
-127.0.4.71
-127.0.4.72
-127.0.4.73
-127.0.4.74
-127.0.4.75
-127.0.4.76
-127.0.4.77
-127.0.4.78
-127.0.4.79
-127.0.4.80
-127.0.4.81
-127.0.4.82
-127.0.4.83
-127.0.4.84
-127.0.4.85
-127.0.4.86
-127.0.4.87
-127.0.4.88
-127.0.4.89
-127.0.4.90
-127.0.4.91
-127.0.4.92
-127.0.4.93
-127.0.4.94
-127.0.4.95
-127.0.4.96
-127.0.4.97
-127.0.4.98
-127.0.4.99
-127.0.4.100
-127.0.4.101
-127.0.4.102
-127.0.4.103
-127.0.4.104
-127.0.4.105
-127.0.4.106
-127.0.4.107
-127.0.4.108
-127.0.4.109
-127.0.4.110
-127.0.4.111
-127.0.4.112
-127.0.4.113
-127.0.4.114
-127.0.4.115
-127.0.4.116
-127.0.4.117
-127.0.4.118
-127.0.4.119
-127.0.4.120
-127.0.4.121
-127.0.4.122
-127.0.4.123
-127.0.4.124
-127.0.4.125
-127.0.4.126
-127.0.4.127
-127.0.4.128
-127.0.4.129
-127.0.4.130
-127.0.4.131
-127.0.4.132
-127.0.4.133
-127.0.4.134
-127.0.4.135
-127.0.4.136
-127.0.4.137
-127.0.4.138
-127.0.4.139
-127.0.4.140
-127.0.4.141
-127.0.4.142
-127.0.4.143
-127.0.4.144
-127.0.4.145
-127.0.4.146
-127.0.4.147
-127.0.4.148
-127.0.4.149
-127.0.4.150
-127.0.4.151
-127.0.4.152
-127.0.4.153
-127.0.4.154
-127.0.4.155
-127.0.4.156
-127.0.4.157
-127.0.4.158
-127.0.4.159
-127.0.4.160
-127.0.4.161
-127.0.4.162
-127.0.4.163
-127.0.4.164
-127.0.4.165
-127.0.4.166
-127.0.4.167
-127.0.4.168
-127.0.4.169
-127.0.4.170
-127.0.4.171
-127.0.4.172
-127.0.4.173
-127.0.4.174
-127.0.4.175
-127.0.4.176
-127.0.4.177
-127.0.4.178
-127.0.4.179
-127.0.4.180
-127.0.4.181
-127.0.4.182
-127.0.4.183
-127.0.4.184
-127.0.4.185
-127.0.4.186
-127.0.4.187
-127.0.4.188
-127.0.4.189
-127.0.4.190
-127.0.4.191
-127.0.4.192
-127.0.4.193
-127.0.4.194
-127.0.4.195
-127.0.4.196
-127.0.4.197
-127.0.4.198
-127.0.4.199
-127.0.4.200
-127.0.4.201
-127.0.4.202
-127.0.4.203
-127.0.4.204
-127.0.4.205
-127.0.4.206
-127.0.4.207
-127.0.4.208
-127.0.4.209
-127.0.4.210
-127.0.4.211
-127.0.4.212
-127.0.4.213
-127.0.4.214
-127.0.4.215
-127.0.4.216
-127.0.4.217
-127.0.4.218
-127.0.4.219
-127.0.4.220
-127.0.4.221
-127.0.4.222
-127.0.4.223
-127.0.4.224
-127.0.4.225
-127.0.4.226
-127.0.4.227
-127.0.4.228
-127.0.4.229
-127.0.4.230
-127.0.4.231
-127.0.4.232
-127.0.4.233
-127.0.4.234
-127.0.4.235
-127.0.4.236
-127.0.4.237
-127.0.4.238
-127.0.4.239
-127.0.4.240
-127.0.4.241
-127.0.4.242
-127.0.4.243
-127.0.4.244
-127.0.4.245
-127.0.4.246
-127.0.4.247
-127.0.4.248
-127.0.4.249
-127.0.4.250
-127.0.4.251
-127.0.4.252
-127.0.4.253
-127.0.4.254
diff --git a/test/samples/inv_sm b/test/samples/inv_sm
deleted file mode 100644
index dafa73d870..0000000000
--- a/test/samples/inv_sm
+++ /dev/null
@@ -1,254 +0,0 @@
-127.0.0.1
-127.0.0.2
-127.0.0.3
-127.0.0.4
-127.0.0.5
-127.0.0.6
-127.0.0.7
-127.0.0.8
-127.0.0.9
-127.0.0.10
-127.0.0.11
-127.0.0.12
-127.0.0.13
-127.0.0.14
-127.0.0.15
-127.0.0.16
-127.0.0.17
-127.0.0.18
-127.0.0.19
-127.0.0.20
-127.0.0.21
-127.0.0.22
-127.0.0.23
-127.0.0.24
-127.0.0.25
-127.0.0.26
-127.0.0.27
-127.0.0.28
-127.0.0.29
-127.0.0.30
-127.0.0.31
-127.0.0.32
-127.0.0.33
-127.0.0.34
-127.0.0.35
-127.0.0.36
-127.0.0.37
-127.0.0.38
-127.0.0.39
-127.0.0.40
-127.0.0.41
-127.0.0.42
-127.0.0.43
-127.0.0.44
-127.0.0.45
-127.0.0.46
-127.0.0.47
-127.0.0.48
-127.0.0.49
-127.0.0.50
-127.0.0.51
-127.0.0.52
-127.0.0.53
-127.0.0.54
-127.0.0.55
-127.0.0.56
-127.0.0.57
-127.0.0.58
-127.0.0.59
-127.0.0.60
-127.0.0.61
-127.0.0.62
-127.0.0.63
-127.0.0.64
-127.0.0.65
-127.0.0.66
-127.0.0.67
-127.0.0.68
-127.0.0.69
-127.0.0.70
-127.0.0.71
-127.0.0.72
-127.0.0.73
-127.0.0.74
-127.0.0.75
-127.0.0.76
-127.0.0.77
-127.0.0.78
-127.0.0.79
-127.0.0.80
-127.0.0.81
-127.0.0.82
-127.0.0.83
-127.0.0.84
-127.0.0.85
-127.0.0.86
-127.0.0.87
-127.0.0.88
-127.0.0.89
-127.0.0.90
-127.0.0.91
-127.0.0.92
-127.0.0.93
-127.0.0.94
-127.0.0.95
-127.0.0.96
-127.0.0.97
-127.0.0.98
-127.0.0.99
-127.0.0.100
-127.0.0.101
-127.0.0.102
-127.0.0.103
-127.0.0.104
-127.0.0.105
-127.0.0.106
-127.0.0.107
-127.0.0.108
-127.0.0.109
-127.0.0.110
-127.0.0.111
-127.0.0.112
-127.0.0.113
-127.0.0.114
-127.0.0.115
-127.0.0.116
-127.0.0.117
-127.0.0.118
-127.0.0.119
-127.0.0.120
-127.0.0.121
-127.0.0.122
-127.0.0.123
-127.0.0.124
-127.0.0.125
-127.0.0.126
-127.0.0.127
-127.0.0.128
-127.0.0.129
-127.0.0.130
-127.0.0.131
-127.0.0.132
-127.0.0.133
-127.0.0.134
-127.0.0.135
-127.0.0.136
-127.0.0.137
-127.0.0.138
-127.0.0.139
-127.0.0.140
-127.0.0.141
-127.0.0.142
-127.0.0.143
-127.0.0.144
-127.0.0.145
-127.0.0.146
-127.0.0.147
-127.0.0.148
-127.0.0.149
-127.0.0.150
-127.0.0.151
-127.0.0.152
-127.0.0.153
-127.0.0.154
-127.0.0.155
-127.0.0.156
-127.0.0.157
-127.0.0.158
-127.0.0.159
-127.0.0.160
-127.0.0.161
-127.0.0.162
-127.0.0.163
-127.0.0.164
-127.0.0.165
-127.0.0.166
-127.0.0.167
-127.0.0.168
-127.0.0.169
-127.0.0.170
-127.0.0.171
-127.0.0.172
-127.0.0.173
-127.0.0.174
-127.0.0.175
-127.0.0.176
-127.0.0.177
-127.0.0.178
-127.0.0.179
-127.0.0.180
-127.0.0.181
-127.0.0.182
-127.0.0.183
-127.0.0.184
-127.0.0.185
-127.0.0.186
-127.0.0.187
-127.0.0.188
-127.0.0.189
-127.0.0.190
-127.0.0.191
-127.0.0.192
-127.0.0.193
-127.0.0.194
-127.0.0.195
-127.0.0.196
-127.0.0.197
-127.0.0.198
-127.0.0.199
-127.0.0.200
-127.0.0.201
-127.0.0.202
-127.0.0.203
-127.0.0.204
-127.0.0.205
-127.0.0.206
-127.0.0.207
-127.0.0.208
-127.0.0.209
-127.0.0.210
-127.0.0.211
-127.0.0.212
-127.0.0.213
-127.0.0.214
-127.0.0.215
-127.0.0.216
-127.0.0.217
-127.0.0.218
-127.0.0.219
-127.0.0.220
-127.0.0.221
-127.0.0.222
-127.0.0.223
-127.0.0.224
-127.0.0.225
-127.0.0.226
-127.0.0.227
-127.0.0.228
-127.0.0.229
-127.0.0.230
-127.0.0.231
-127.0.0.232
-127.0.0.233
-127.0.0.234
-127.0.0.235
-127.0.0.236
-127.0.0.237
-127.0.0.238
-127.0.0.239
-127.0.0.240
-127.0.0.241
-127.0.0.242
-127.0.0.243
-127.0.0.244
-127.0.0.245
-127.0.0.246
-127.0.0.247
-127.0.0.248
-127.0.0.249
-127.0.0.250
-127.0.0.251
-127.0.0.252
-127.0.0.253
-127.0.0.254
diff --git a/test/samples/l1_include.yml b/test/samples/l1_include.yml
deleted file mode 100644
index 6003df99fb..0000000000
--- a/test/samples/l1_include.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-- debug: msg="this is the l1 include"
-- include: common_include.yml
diff --git a/test/samples/l2_include.yml b/test/samples/l2_include.yml
deleted file mode 100644
index fb29683a62..0000000000
--- a/test/samples/l2_include.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-- debug: msg="this is the l2 include"
-- debug: msg="a second task for l2"
-- include: common_include.yml
diff --git a/test/samples/l3_include.yml b/test/samples/l3_include.yml
deleted file mode 100644
index 389adf1b3b..0000000000
--- a/test/samples/l3_include.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-- debug: msg="this is the l3 include"
-- debug: msg="a second task for l3"
-- debug: msg="a third task for l3"
-- include: common_include.yml
diff --git a/test/samples/localhost_include.yml b/test/samples/localhost_include.yml
deleted file mode 100644
index 05ce4edc2e..0000000000
--- a/test/samples/localhost_include.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-- debug: msg="this is the localhost include"
-- include: common_include.yml
diff --git a/test/samples/localhosts b/test/samples/localhosts
deleted file mode 100644
index ff893524f4..0000000000
--- a/test/samples/localhosts
+++ /dev/null
@@ -1,3 +0,0 @@
-l1 ansible_ssh_host=127.0.0.1
-l2 ansible_ssh_host=127.0.0.2
-l3 ansible_ssh_host=127.0.0.3
diff --git a/test/samples/lookup_file.yml b/test/samples/lookup_file.yml
deleted file mode 100644
index 15cec9d294..0000000000
--- a/test/samples/lookup_file.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- tasks:
- - debug: msg="the pubkey is {{lookup('file', '~/.ssh/id_rsa.pub')}}"
diff --git a/test/samples/lookup_password.yml b/test/samples/lookup_password.yml
deleted file mode 100644
index 07bc71358b..0000000000
--- a/test/samples/lookup_password.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: localhost
- gather_facts: no
- #vars:
- # my_password: "{{ lookup('password', '/tmp/test_lookup_password length=15') }}"
- tasks:
- #- debug: msg="the password is {{my_password}}"
- - debug: msg="the password is {{ lookup('password', '/tmp/test_lookup_password length=15') }}"
diff --git a/test/samples/lookup_pipe.yml b/test/samples/lookup_pipe.yml
deleted file mode 100644
index 4430c76fc5..0000000000
--- a/test/samples/lookup_pipe.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-- hosts: localhost
- gather_facts: no
- tasks:
- - debug: msg="the date is {{ lookup('pipe', 'date') }}"
diff --git a/test/samples/lookup_template.yml b/test/samples/lookup_template.yml
deleted file mode 100644
index b8db342e2c..0000000000
--- a/test/samples/lookup_template.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-- hosts: localhost
- gather_facts: no
- vars:
- my_var: "Bazinga!"
- tasks:
- - debug: msg="the rendered template is {{ lookup('template', 'template.j2') }}"
diff --git a/test/samples/multi.py b/test/samples/multi.py
deleted file mode 100644
index ab82fe2ecd..0000000000
--- a/test/samples/multi.py
+++ /dev/null
@@ -1,163 +0,0 @@
-#!/usr/bin/env python
-
-import time
-import Queue
-import traceback
-from multiprocessing import Process, Manager, Pipe, RLock
-
-from ansible.playbook.play import Play
-from ansible.playbook.task import Task
-
-from ansible.utils.display import Display
-display = Display()
-debug = display.debug
-
-NUM_WORKERS = 50
-NUM_HOSTS = 2500
-NUM_TASKS = 1
-
-class Foo:
- def __init__(self, i, j):
- self._foo = "FOO_%05d_%05d" % (i, j)
-
- def __repr__(self):
- return self._foo
-
- def __getstate__(self):
- debug("pickling %s" % self._foo)
- return dict(foo=self._foo)
-
- def __setstate__(self, data):
- debug("unpickling...")
- self._foo = data.get('foo', "BAD PICKLE!")
- debug("unpickled %s" % self._foo)
-
-def results(pipe, workers):
- cur_worker = 0
- def _read_worker_result(cur_worker):
- result = None
- starting_point = cur_worker
- while True:
- (worker_prc, main_pipe, res_pipe) = workers[cur_worker]
- cur_worker += 1
- if cur_worker >= len(workers):
- cur_worker = 0
-
- if res_pipe[1].poll(0.01):
- debug("worker %d has data to read" % cur_worker)
- result = res_pipe[1].recv()
- debug("got a result from worker %d: %s" % (cur_worker, result))
- break
-
- if cur_worker == starting_point:
- break
-
- return (result, cur_worker)
-
- while True:
- result = None
- try:
- (result, cur_worker) = _read_worker_result(cur_worker)
- if result is None:
- time.sleep(0.01)
- continue
- pipe.send(result)
- except (IOError, EOFError, KeyboardInterrupt) as e:
- debug("got a breaking error: %s" % e)
- break
- except Exception as e:
- debug("EXCEPTION DURING RESULTS PROCESSING: %s" % e)
- traceback.print_exc()
- break
-
-def worker(main_pipe, res_pipe):
- while True:
- foo = None
- try:
- if main_pipe.poll(0.01):
- foo = main_pipe.recv()
- time.sleep(0.07)
- res_pipe.send(foo)
- else:
- time.sleep(0.01)
- except (IOError, EOFError, KeyboardInterrupt), e:
- debug("got a breaking error: %s" % e)
- break
- except Exception, e:
- debug("EXCEPTION DURING WORKER PROCESSING: %s" % e)
- traceback.print_exc()
- break
-
-workers = []
-for i in range(NUM_WORKERS):
- (main_p1, main_p2) = Pipe()
- (res_p1, res_p2) = Pipe()
- worker_p = Process(target=worker, args=(main_p2, res_p1))
- worker_p.start()
- workers.append((worker_p, (main_p1, main_p2), (res_p1, res_p2)))
-
-in_p, out_p = Pipe()
-res_p = Process(target=results, args=(in_p, workers))
-res_p.start()
-
-def send_data(obj):
- global cur_worker
- global workers
- global pending_results
-
- (w_proc, main_pipe, res_pipe) = workers[cur_worker]
- cur_worker += 1
- if cur_worker >= len(workers):
- cur_worker = 0
-
- pending_results += 1
- main_pipe[0].send(obj)
-
-def _process_pending_results():
- global out_p
- global pending_results
-
- try:
- #p_lock.acquire()
- while out_p.poll(0.01):
- result = out_p.recv()
- debug("got final result: %s" % (result,))
- pending_results -= 1
- finally:
- #p_lock.release()
- pass
-
-def _wait_on_pending_results():
- global pending_results
- while pending_results > 0:
- debug("waiting for pending results (%d left)" % pending_results)
- _process_pending_results()
- time.sleep(0.01)
-
-
-debug("starting")
-cur_worker = 0
-pending_results = 0
-
-sample_play = Play()
-for i in range(NUM_TASKS):
- for j in range(NUM_HOSTS):
- debug("queuing %d, %d" % (i, j))
- send_data(Task().load(dict(name="task %d %d" % (i,j), ping=""), sample_play))
- debug("done queuing %d, %d" % (i, j))
- _process_pending_results()
- debug("waiting for the results to drain...")
- _wait_on_pending_results()
-
-in_p.close()
-out_p.close()
-res_p.terminate()
-
-for (w_p, main_pipe, res_pipe) in workers:
- res_pipe[1].close()
- res_pipe[0].close()
- main_pipe[1].close()
- main_pipe[0].close()
- w_p.terminate()
-
-debug("done")
diff --git a/test/samples/multi_queues.py b/test/samples/multi_queues.py
deleted file mode 100644
index 52015702b2..0000000000
--- a/test/samples/multi_queues.py
+++ /dev/null
@@ -1,177 +0,0 @@
-#!/usr/bin/env python
-
-import sys
-import time
-import Queue
-import traceback
-import multiprocessing
-
-from ansible.inventory import Inventory
-from ansible.inventory.host import Host
-from ansible.playbook.play import Play
-from ansible.playbook.play_context import PlayContext
-from ansible.playbook.task import Task
-from ansible.executor.task_executor import TaskExecutor
-from ansible.executor.task_result import TaskResult
-from ansible.parsing.dataloader import DataLoader
-from ansible.vars import VariableManager
-
-from ansible.utils.display import Display
-display = Display()
-debug = display.debug
-
-NUM_WORKERS = 20
-NUM_HOSTS = 1778
-NUM_TASKS = 1
-
-def results(final_q, workers):
- cur_worker = 0
- def _read_worker_result(cur_worker):
- result = None
- starting_point = cur_worker
- while True:
- (worker_prc, main_q, res_q) = workers[cur_worker]
- cur_worker += 1
- if cur_worker >= len(workers):
- cur_worker = 0
-
- try:
- if not res_q.empty():
- debug("worker %d has data to read" % cur_worker)
- result = res_q.get()
- debug("got a result from worker %d: %s" % (cur_worker, result))
- break
- except:
- pass
-
- if cur_worker == starting_point:
- break
-
- return (result, cur_worker)
-
- while True:
- result = None
- try:
- (result, cur_worker) = _read_worker_result(cur_worker)
- if result is None:
- time.sleep(0.01)
- continue
- final_q.put(result, block=False)
- except (IOError, EOFError, KeyboardInterrupt) as e:
- debug("got a breaking error: %s" % e)
- break
- except Exception as e:
- debug("EXCEPTION DURING RESULTS PROCESSING: %s" % e)
- traceback.print_exc()
- break
-
-def worker(main_q, res_q, loader):
- while True:
- task = None
- try:
- if not main_q.empty():
- (host, task, task_vars, conn_info) = main_q.get(block=False)
- executor_result = TaskExecutor(host, task, task_vars, conn_info, loader).run()
- debug("executor result: %s" % executor_result)
- task_result = TaskResult(host, task, executor_result)
- res_q.put(task_result)
- else:
- time.sleep(0.01)
- except Queue.Empty:
- pass
- except (IOError, EOFError, KeyboardInterrupt) as e:
- debug("got a breaking error: %s" % e)
- break
- except Exception as e:
- debug("EXCEPTION DURING WORKER PROCESSING: %s" % e)
- traceback.print_exc()
- break
-
-loader = DataLoader()
-
-workers = []
-for i in range(NUM_WORKERS):
- main_q = multiprocessing.Queue()
- res_q = multiprocessing.Queue()
- worker_p = multiprocessing.Process(target=worker, args=(main_q, res_q, loader))
- worker_p.start()
- workers.append((worker_p, main_q, res_q))
-
-res_q = multiprocessing.Queue()
-res_p = multiprocessing.Process(target=results, args=(res_q, workers))
-res_p.start()
-
-def send_data(obj):
- global cur_worker
- global workers
- global pending_results
-
- (w_proc, main_q, wrkr_q) = workers[cur_worker]
- cur_worker += 1
- if cur_worker >= len(workers):
- cur_worker = 0
-
- pending_results += 1
- main_q.put(obj, block=False)
-
-def _process_pending_results():
- global res_q
- global pending_results
-
- while not res_q.empty():
- try:
- result = res_q.get(block=False)
- debug("got final result: %s" % (result,))
- pending_results -= 1
- except Queue.Empty:
- pass
-
-def _wait_on_pending_results():
- global pending_results
- while pending_results > 0:
- debug("waiting for pending results (%d left)" % pending_results)
- _process_pending_results()
- time.sleep(0.01)
-
-
-debug("starting")
-cur_worker = 0
-pending_results = 0
-
-
-var_manager = VariableManager()
-
-debug("loading inventory")
-inventory = Inventory(host_list='/tmp/med_inventory', loader=loader, variable_manager=var_manager)
-hosts = inventory.get_hosts()[:]
-debug("done loading inventory")
-
-play_context = PlayContext()
-play_context.connection = 'local'
-
-for i in range(NUM_TASKS):
- #for j in range(NUM_HOSTS):
- for h in hosts:
- debug("queuing %s %d" % (h, i))
- #h = Host(name="host%06d" % j)
- t = Task().load(dict(name="task %d" % (i,), debug="msg='hello from %s, %d'" % (h,i)))
- #t = Task().load(dict(name="task %d" % (i,), ping=""))
- #task_vars = var_manager.get_vars(loader=loader, host=h, task=t)
- task_vars = dict()
- new_t = t.copy()
- new_t.post_validate(task_vars)
- send_data((h, t, task_vars, play_context))
- debug("done queuing %s %d" % (h, i))
- _process_pending_results()
- debug("waiting for the results to drain...")
- _wait_on_pending_results()
-
-res_q.close()
-res_p.terminate()
-
-for (w_p, main_q, wrkr_q) in workers:
- main_q.close()
- wrkr_q.close()
- w_p.terminate()
-
-debug("done")
diff --git a/test/samples/roles/common/meta/main.yml b/test/samples/roles/common/meta/main.yml
deleted file mode 100644
index e69de29bb2..0000000000
--- a/test/samples/roles/common/meta/main.yml
+++ /dev/null
diff --git a/test/samples/roles/common/tasks/main.yml b/test/samples/roles/common/tasks/main.yml
deleted file mode 100644
index abe6960707..0000000000
--- a/test/samples/roles/common/tasks/main.yml
+++ /dev/null
@@ -1 +0,0 @@
-- debug: msg="this is a task from the common role"
diff --git a/test/samples/roles/role_a/meta/main.yml b/test/samples/roles/role_a/meta/main.yml
deleted file mode 100644
index 4a41c133d7..0000000000
--- a/test/samples/roles/role_a/meta/main.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-dependencies:
-- common
diff --git a/test/samples/roles/role_a/tasks/main.yml b/test/samples/roles/role_a/tasks/main.yml
deleted file mode 100644
index b5b28331a1..0000000000
--- a/test/samples/roles/role_a/tasks/main.yml
+++ /dev/null
@@ -1 +0,0 @@
-- debug: msg="this is a task from role A"
diff --git a/test/samples/roles/role_b/meta/main.yml b/test/samples/roles/role_b/meta/main.yml
deleted file mode 100644
index 4a41c133d7..0000000000
--- a/test/samples/roles/role_b/meta/main.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-dependencies:
-- common
diff --git a/test/samples/roles/role_b/tasks/main.yml b/test/samples/roles/role_b/tasks/main.yml
deleted file mode 100644
index 28a158227c..0000000000
--- a/test/samples/roles/role_b/tasks/main.yml
+++ /dev/null
@@ -1 +0,0 @@
-- debug: msg="this is a task from role B"
diff --git a/test/samples/roles/test_become_r1/meta/main.yml b/test/samples/roles/test_become_r1/meta/main.yml
deleted file mode 100644
index 603a2d53a2..0000000000
--- a/test/samples/roles/test_become_r1/meta/main.yml
+++ /dev/null
@@ -1 +0,0 @@
-allow_duplicates: yes
diff --git a/test/samples/roles/test_become_r1/tasks/main.yml b/test/samples/roles/test_become_r1/tasks/main.yml
deleted file mode 100644
index ef8d396978..0000000000
--- a/test/samples/roles/test_become_r1/tasks/main.yml
+++ /dev/null
@@ -1 +0,0 @@
-- command: whoami
diff --git a/test/samples/roles/test_become_r2/meta/main.yml b/test/samples/roles/test_become_r2/meta/main.yml
deleted file mode 100644
index 9304df73a0..0000000000
--- a/test/samples/roles/test_become_r2/meta/main.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-allow_duplicates: yes
-dependencies:
- - test_become_r1
diff --git a/test/samples/roles/test_become_r2/tasks/main.yml b/test/samples/roles/test_become_r2/tasks/main.yml
deleted file mode 100644
index ef8d396978..0000000000
--- a/test/samples/roles/test_become_r2/tasks/main.yml
+++ /dev/null
@@ -1 +0,0 @@
-- command: whoami
diff --git a/test/samples/roles/test_role/meta/main.yml b/test/samples/roles/test_role/meta/main.yml
deleted file mode 100644
index bc0f245cc8..0000000000
--- a/test/samples/roles/test_role/meta/main.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-dependencies:
- - test_role_dep
diff --git a/test/samples/roles/test_role/tasks/main.yml b/test/samples/roles/test_role/tasks/main.yml
deleted file mode 100644
index c0f2a9f041..0000000000
--- a/test/samples/roles/test_role/tasks/main.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-- debug: msg="here we are in the role, foo={{foo}}"
-- fail:
- when: foo != "bar"
diff --git a/test/samples/roles/test_role_dep/tasks/main.yml b/test/samples/roles/test_role_dep/tasks/main.yml
deleted file mode 100644
index b319918f38..0000000000
--- a/test/samples/roles/test_role_dep/tasks/main.yml
+++ /dev/null
@@ -1 +0,0 @@
-- debug: msg="here we are in the role dependency"
diff --git a/test/samples/src b/test/samples/src
deleted file mode 100644
index 5fc24f20db..0000000000
--- a/test/samples/src
+++ /dev/null
@@ -1,5 +0,0 @@
-num_retries: 2
-frag 1
-frag 2
-frag 3
-vars_file_var: "this is in a vars file"
diff --git a/test/samples/template.j2 b/test/samples/template.j2
deleted file mode 100644
index b564862cc7..0000000000
--- a/test/samples/template.j2
+++ /dev/null
@@ -1 +0,0 @@
-the variable is {{my_var}}
diff --git a/test/samples/test_become.yml b/test/samples/test_become.yml
deleted file mode 100644
index 3dd318c899..0000000000
--- a/test/samples/test_become.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-- hosts: all
- gather_facts: no
- remote_user: root
- roles:
- - { role: test_become_r2 }
- - { role: test_become_r2, sudo_user: testing }
- tasks:
- - command: whoami
- - command: whoami
- become_user: testing
- - block:
- - command: whoami
- - block:
- - command: whoami
- become_user: testing
diff --git a/test/samples/test_big_debug.yml b/test/samples/test_big_debug.yml
deleted file mode 100644
index 09770f7eb4..0000000000
--- a/test/samples/test_big_debug.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-- hosts: all
- gather_facts: no
- tasks:
- - debug: msg="hi"
diff --git a/test/samples/test_big_ping.yml b/test/samples/test_big_ping.yml
deleted file mode 100644
index 7f275cb8d5..0000000000
--- a/test/samples/test_big_ping.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-- hosts: all
- gather_facts: no
- tasks:
- #- debug: msg="hi"
- - ping:
diff --git a/test/samples/test_block.yml b/test/samples/test_block.yml
deleted file mode 100644
index 626fef5e33..0000000000
--- a/test/samples/test_block.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-- hosts: all
- gather_facts: yes
- tasks:
- - block:
- - debug: msg="this is the first task"
- - fail:
- when: inventory_hostname == "l2"
- - debug: msg="only l1 and l3 should see me"
- rescue:
- - debug: msg="this is the rescue"
- - command: /bin/false
- - debug: msg="no host should see this run"
- always:
- - debug: msg="this is the always block, it will always be seen"
- when: foo|default('') != "some value"
- tags:
- - foo
- - bar
- - debug: msg="you should only see l1 and l3 run this"
diff --git a/test/samples/test_blocks_of_blocks.yml b/test/samples/test_blocks_of_blocks.yml
deleted file mode 100644
index 5be603cc96..0000000000
--- a/test/samples/test_blocks_of_blocks.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-- hosts: localhost
- gather_facts: no
- tasks:
- - block:
- - block:
- - block:
- - block:
- - debug: msg="are we there yet {{foo}}?"
- always:
- - debug: msg="a random always block"
- - fail:
- rescue:
- - debug: msg="rescuing from the fail"
- when: not skip_me|default(False)
- - debug: msg="i am the last task"
- vars:
- foo: bar
diff --git a/test/samples/test_fact_gather.yml b/test/samples/test_fact_gather.yml
deleted file mode 100644
index adf7f5df36..0000000000
--- a/test/samples/test_fact_gather.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: localhost
- tasks:
- - debug: msg="this is play 1"
-
-- hosts: localhost
- tasks:
- - debug: msg="this is play 2, facts should not have gathered"
diff --git a/test/samples/test_free.yml b/test/samples/test_free.yml
deleted file mode 100644
index d5f8bcaac9..0000000000
--- a/test/samples/test_free.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-- hosts: all
- strategy: free
- gather_facts: no
- tasks:
- - debug: msg="all hosts should print this"
- - pause: seconds=5
- when: inventory_hostname == 'l2'
- - pause: seconds=10
- when: inventory_hostname == 'l3'
- - debug: msg="and we're done"
diff --git a/test/samples/test_include.yml b/test/samples/test_include.yml
deleted file mode 100644
index 97407b13b2..0000000000
--- a/test/samples/test_include.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-- hosts: all
- gather_facts: no
- tasks:
- - block:
- - include: include.yml a=1
- when: 1 == 1
- notify: foo
- - include: include.yml a={{item}}
- with_items:
- - foo
- - bar
- - bam
- - include: "{{inventory_hostname}}_include.yml"
- - fail:
-
- rescue:
- - include: include.yml a=rescue
-
- always:
- - include: include.yml a=always
-
- #handlers:
- #- name: foo
- # include: include.yml a="this is a handler"
diff --git a/test/samples/test_pb.yml b/test/samples/test_pb.yml
deleted file mode 100644
index c2e8208708..0000000000
--- a/test/samples/test_pb.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-# will use linear strategy by default
-- hosts: "{{hosts|default('all')}}"
- #gather_facts: false
- strategy: "{{strategy|default('linear')}}"
- vars:
- play_var: foo
- test_dict:
- a: 1
- b: 2
- vars_files:
- - testing/vars.yml
- tasks:
- - block:
- - debug: msg="in block for {{inventory_hostname}} ({{ansible_nodename}}), group_var is {{group_var}}, host var is {{host_var}}"
- notify: foo
- - command: hostname
- register: hostname_result
- - debug: msg="registered result is {{hostname_result.stdout}}"
- - command: whoami
- sudo: true
- sudo_user: testing
- - assemble: src=./testing/ dest=/tmp/output.txt remote_src=no
- - copy: content="hello world\n" dest=/tmp/copy_content.out mode=600
- #- command: /bin/false
- # retries: "{{num_retries|default(5)}}"
- # delay: 1
- #- debug: msg="you shouldn't see me"
- rescue:
- - debug: msg="this is the rescue"
- - command: /bin/false
- - debug: msg="you should not see this rescue message"
- always:
- - debug: msg="this is the always block, it should always be seen"
- #- command: /bin/false
- #- debug: msg="you should not see this always message"
-
- handlers:
- - name: foo
- debug: msg="this is the foo handler"
- - name: bar
- debug: msg="this is the bar handler, you should not see this"
diff --git a/test/samples/test_play_failure.yml b/test/samples/test_play_failure.yml
deleted file mode 100644
index b33fc2e757..0000000000
--- a/test/samples/test_play_failure.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-- hosts: localhost
- gather_facts: no
- tasks:
- - fail:
-
-- hosts: localhost
- gather_facts: no
- tasks:
- - debug: msg="you should not see me..."
diff --git a/test/samples/test_playbook.include b/test/samples/test_playbook.include
deleted file mode 100644
index 95c1a82147..0000000000
--- a/test/samples/test_playbook.include
+++ /dev/null
@@ -1,2 +0,0 @@
-- include: included_playbook.yml a=1
- tags: include
diff --git a/test/samples/test_role.yml b/test/samples/test_role.yml
deleted file mode 100644
index a5ca620c54..0000000000
--- a/test/samples/test_role.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- vars:
- foo: "BAD!!"
- roles:
- - { role: test_role, foo: bar }
- tasks:
- - debug: msg="done"
diff --git a/test/samples/test_roles_complex.yml b/test/samples/test_roles_complex.yml
deleted file mode 100644
index 4665c4ca8a..0000000000
--- a/test/samples/test_roles_complex.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-- hosts: localhost
- gather_facts: no
- roles:
- - { role: role_a, tags: A, when: skip != "A" }
- - { role: role_b, tags: B, when: skip != "B" }
diff --git a/test/samples/test_run_once.yml b/test/samples/test_run_once.yml
deleted file mode 100644
index 2b42f7af68..0000000000
--- a/test/samples/test_run_once.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-- hosts: all
- gather_facts: no
- tasks:
- - ping:
- run_once: yes
- - add_host: name=foo
diff --git a/test/samples/test_sudo.yml b/test/samples/test_sudo.yml
deleted file mode 100644
index b8f7e168d0..0000000000
--- a/test/samples/test_sudo.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: ubuntu1404
- gather_facts: no
- remote_user: testing
- tasks:
- - command: whoami
- - apt: update_cache=yes
- sudo: yes
diff --git a/test/samples/test_tags.yml b/test/samples/test_tags.yml
deleted file mode 100644
index d352cf9bfb..0000000000
--- a/test/samples/test_tags.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-- hosts: localhost
- gather_facts: no
- vars:
- a: "tags"
- tags:
- - play
- tasks:
- - block:
- - debug: msg="this is the tagged block"
- tags:
- - block
- - include: include.yml
- tags:
- - include
- - block:
- - debug: msg="tagged debug from second block"
- tags:
- - tag1
- - fail:
- tags:
- - tag1
- rescue:
- - debug: msg="tagged rescue from second block"
- tags:
- - rescue_tag
- always:
- - debug: msg="tagged always from second block"
- tags:
- - always_tag
diff --git a/test/samples/testing/extra_vars.yml b/test/samples/testing/extra_vars.yml
deleted file mode 100644
index 1f1cdb46f8..0000000000
--- a/test/samples/testing/extra_vars.yml
+++ /dev/null
@@ -1 +0,0 @@
-num_retries: 2
diff --git a/test/samples/testing/frag1 b/test/samples/testing/frag1
deleted file mode 100644
index a9575ae04b..0000000000
--- a/test/samples/testing/frag1
+++ /dev/null
@@ -1 +0,0 @@
-frag 1
diff --git a/test/samples/testing/frag2 b/test/samples/testing/frag2
deleted file mode 100644
index 7a15a34848..0000000000
--- a/test/samples/testing/frag2
+++ /dev/null
@@ -1 +0,0 @@
-frag 2
diff --git a/test/samples/testing/frag3 b/test/samples/testing/frag3
deleted file mode 100644
index d79a92e92c..0000000000
--- a/test/samples/testing/frag3
+++ /dev/null
@@ -1 +0,0 @@
-frag 3
diff --git a/test/samples/testing/vars.yml b/test/samples/testing/vars.yml
deleted file mode 100644
index d7323611b4..0000000000
--- a/test/samples/testing/vars.yml
+++ /dev/null
@@ -1 +0,0 @@
-vars_file_var: "this is in a vars file"
diff --git a/test/samples/with_dict.yml b/test/samples/with_dict.yml
deleted file mode 100644
index 59aa3da16e..0000000000
--- a/test/samples/with_dict.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- vars:
- users:
- alice:
- name: Alice Appleworth
- telephone: 123-456-7890
- bob:
- name: Bob Bananarama
- telephone: 987-654-3210
- tasks:
- - name: Print phone records
- debug: msg="User {{ item.key }} is {{ item.value.name }} ({{ item.value.telephone }})"
- with_dict: users
diff --git a/test/samples/with_env.yml b/test/samples/with_env.yml
deleted file mode 100644
index 856df20867..0000000000
--- a/test/samples/with_env.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- tasks:
- - debug: msg="{{ lookup('env','HOME') }} is an environment variable"
diff --git a/test/samples/with_fileglob.yml b/test/samples/with_fileglob.yml
deleted file mode 100644
index f955ee2132..0000000000
--- a/test/samples/with_fileglob.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- tasks:
- - debug: msg="file is {{item}}"
- with_fileglob:
- - "*.yml"
diff --git a/test/samples/with_first_found.yml b/test/samples/with_first_found.yml
deleted file mode 100644
index e64b36cb50..0000000000
--- a/test/samples/with_first_found.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- tasks:
- - debug: msg="file is {{item}}"
- with_first_found:
- - /etc/foo
- - /etc/bar
- - /etc/passwd
- - /etc/shadow
diff --git a/test/samples/with_flattened.yml b/test/samples/with_flattened.yml
deleted file mode 100644
index b5d2876ace..0000000000
--- a/test/samples/with_flattened.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts:
- vars:
- list_a:
- - ['foo', 'bar']
- list_b:
- - [['bam', 'baz']]
- tasks:
- - debug: msg="item is {{item}}"
- with_flattened:
- - list_a
- - list_b
diff --git a/test/samples/with_indexed_items.yml b/test/samples/with_indexed_items.yml
deleted file mode 100644
index de8fdf1888..0000000000
--- a/test/samples/with_indexed_items.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- vars:
- some_list:
- - a
- - b
- - c
- tasks:
- - debug: msg="at array position {{ item.0 }} there is a value {{ item.1 }}"
- with_indexed_items: some_list
diff --git a/test/samples/with_items.yml b/test/samples/with_items.yml
deleted file mode 100644
index c486cf686e..0000000000
--- a/test/samples/with_items.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-- hosts: localhost
- connection: local
- vars:
- my_list:
- - a
- - b
- - c
- gather_facts: no
- tasks:
- - debug: msg="item is {{item}}"
- with_items: my_list
diff --git a/test/samples/with_lines.yml b/test/samples/with_lines.yml
deleted file mode 100644
index ab00491028..0000000000
--- a/test/samples/with_lines.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-- hosts: localhost
- gather_facts: no
- tasks:
- - debug: msg="line is {{item}}"
- with_lines:
- - "cat /etc/hosts"
diff --git a/test/samples/with_nested.yml b/test/samples/with_nested.yml
deleted file mode 100644
index aa295554fd..0000000000
--- a/test/samples/with_nested.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- vars:
- users:
- - foo
- - bar
- - bam
- tasks:
- - debug: msg="item.0={{ item[0] }} item.1={{ item[1] }}"
- with_nested:
- - users
- - [ 'clientdb', 'employeedb', 'providerdb' ]
diff --git a/test/samples/with_random_choice.yml b/test/samples/with_random_choice.yml
deleted file mode 100644
index 4ad4fc1a35..0000000000
--- a/test/samples/with_random_choice.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- tasks:
- - debug: msg={{ item }}
- with_random_choice:
- - "go through the door"
- - "drink from the goblet"
- - "press the red button"
- - "do nothing"
diff --git a/test/samples/with_sequence.yml b/test/samples/with_sequence.yml
deleted file mode 100644
index f25e9d24b3..0000000000
--- a/test/samples/with_sequence.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- tasks:
-
- - debug: msg="name={{ item }} state=present groups=evens"
- with_sequence: start=0 end=32 format=testuser%02x
-
- - debug: msg="dest=/var/stuff/{{ item }} state=directory"
- with_sequence: start=4 end=16 stride=2
-
- - debug: msg="name=group{{ item }} state=present"
- with_sequence: count=4
diff --git a/test/samples/with_subelements.yml b/test/samples/with_subelements.yml
deleted file mode 100644
index 0037f4a631..0000000000
--- a/test/samples/with_subelements.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- vars:
- users:
- - name: alice
- authorized:
- - /tmp/alice/onekey.pub
- - /tmp/alice/twokey.pub
- - name: bob
- authorized:
- - /tmp/bob/id_rsa.pub
-
- tasks:
- - debug: msg="user={{ item.0.name }} key='{{ item.1 }}'"
- with_subelements:
- - "{{ users }}"
- - authorized
diff --git a/test/samples/with_together.yml b/test/samples/with_together.yml
deleted file mode 100644
index d511f15c2e..0000000000
--- a/test/samples/with_together.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- vars:
- alpha: [ 'a', 'b', 'c', 'd' ]
- numbers: [ 1, 2, 3, 4 ]
- tasks:
- - debug: msg="{{ item.0 }} and {{ item.1 }}"
- with_together:
- - alpha
- - numbers