kanrisuru 0.12.1 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (214) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/kanrisuru/version.rb +1 -1
  4. data/spec/functional/result_spec.rb +150 -0
  5. data/spec/{hosts.json → helper/hosts.json} +0 -0
  6. data/spec/helper/simplecov.rb +21 -0
  7. data/spec/helper/test_hosts.rb +1 -1
  8. data/spec/integration/core/apt/debian_spec.rb +9 -0
  9. data/spec/integration/core/apt/ubuntu_spec.rb +9 -0
  10. data/spec/integration/core/archive/centos_spec.rb +9 -0
  11. data/spec/integration/core/archive/debian_spec.rb +9 -0
  12. data/spec/integration/core/archive/fedora_spec.rb +9 -0
  13. data/spec/integration/core/archive/opensuse_spec.rb +9 -0
  14. data/spec/integration/core/archive/rhel_spec.rb +9 -0
  15. data/spec/integration/core/archive/sles_spec.rb +9 -0
  16. data/spec/integration/core/archive/ubuntu_spec.rb +9 -0
  17. data/spec/integration/core/disk/centos_spec.rb +9 -0
  18. data/spec/integration/core/disk/debian_spec.rb +9 -0
  19. data/spec/integration/core/disk/fedora_spec.rb +9 -0
  20. data/spec/integration/core/disk/opensuse_spec.rb +9 -0
  21. data/spec/integration/core/disk/rhel_spec.rb +9 -0
  22. data/spec/integration/core/disk/sles_spec.rb +9 -0
  23. data/spec/integration/core/disk/ubuntu_spec.rb +9 -0
  24. data/spec/integration/core/dmi/centos_spec.rb +9 -0
  25. data/spec/integration/core/dmi/debian_spec.rb +9 -0
  26. data/spec/integration/core/dmi/fedora_spec.rb +9 -0
  27. data/spec/integration/core/dmi/opensuse_spec.rb +9 -0
  28. data/spec/integration/core/dmi/rhel_spec.rb +9 -0
  29. data/spec/integration/core/dmi/sles_spec.rb +9 -0
  30. data/spec/integration/core/dmi/ubuntu_spec.rb +9 -0
  31. data/spec/integration/core/file/centos_spec.rb +9 -0
  32. data/spec/integration/core/file/debian_spec.rb +9 -0
  33. data/spec/integration/core/file/fedora_spec.rb +9 -0
  34. data/spec/integration/core/file/opensuse_spec.rb +9 -0
  35. data/spec/integration/core/file/rhel_spec.rb +9 -0
  36. data/spec/integration/core/file/sles_spec.rb +9 -0
  37. data/spec/integration/core/file/ubuntu_spec.rb +9 -0
  38. data/spec/integration/core/find/centos_spec.rb +9 -0
  39. data/spec/integration/core/find/debian_spec.rb +9 -0
  40. data/spec/integration/core/find/fedora_spec.rb +9 -0
  41. data/spec/integration/core/find/opensuse_spec.rb +9 -0
  42. data/spec/integration/core/find/rhel_spec.rb +9 -0
  43. data/spec/integration/core/find/sles_spec.rb +9 -0
  44. data/spec/integration/core/find/ubuntu_spec.rb +9 -0
  45. data/spec/integration/core/group/centos_spec.rb +9 -0
  46. data/spec/integration/core/group/debian_spec.rb +9 -0
  47. data/spec/integration/core/group/fedora_spec.rb +9 -0
  48. data/spec/integration/core/group/opensuse_spec.rb +9 -0
  49. data/spec/integration/core/group/rhel_spec.rb +9 -0
  50. data/spec/integration/core/group/sles_spec.rb +9 -0
  51. data/spec/integration/core/group/ubuntu_spec.rb +9 -0
  52. data/spec/integration/core/ip/centos_spec.rb +9 -0
  53. data/spec/integration/core/ip/debian_spec.rb +9 -0
  54. data/spec/integration/core/ip/fedora_spec.rb +9 -0
  55. data/spec/integration/core/ip/opensuse_spec.rb +9 -0
  56. data/spec/integration/core/ip/rhel_spec.rb +9 -0
  57. data/spec/integration/core/ip/sles_spec.rb +9 -0
  58. data/spec/integration/core/ip/ubuntu_spec.rb +9 -0
  59. data/spec/integration/core/path/centos_spec.rb +9 -0
  60. data/spec/integration/core/path/debian_spec.rb +9 -0
  61. data/spec/integration/core/path/fedora_spec.rb +9 -0
  62. data/spec/integration/core/path/opensuse_spec.rb +9 -0
  63. data/spec/integration/core/path/rhel_spec.rb +9 -0
  64. data/spec/integration/core/path/sles_spec.rb +9 -0
  65. data/spec/integration/core/path/ubuntu_spec.rb +9 -0
  66. data/spec/integration/core/socket/centos_spec.rb +9 -0
  67. data/spec/integration/core/socket/debian_spec.rb +9 -0
  68. data/spec/integration/core/socket/fedora_spec.rb +9 -0
  69. data/spec/integration/core/socket/opensuse_spec.rb +9 -0
  70. data/spec/integration/core/socket/rhel_spec.rb +9 -0
  71. data/spec/integration/core/socket/sles_spec.rb +9 -0
  72. data/spec/integration/core/socket/ubuntu_spec.rb +9 -0
  73. data/spec/integration/core/stat/centos_spec.rb +9 -0
  74. data/spec/integration/core/stat/debian_spec.rb +9 -0
  75. data/spec/integration/core/stat/fedora_spec.rb +9 -0
  76. data/spec/integration/core/stat/opensuse_spec.rb +9 -0
  77. data/spec/integration/core/stat/rhel_spec.rb +9 -0
  78. data/spec/integration/core/stat/sles_spec.rb +9 -0
  79. data/spec/integration/core/stat/ubuntu_spec.rb +9 -0
  80. data/spec/integration/core/stream/centos_spec.rb +9 -0
  81. data/spec/integration/core/stream/debian_spec.rb +9 -0
  82. data/spec/integration/core/stream/fedora_spec.rb +9 -0
  83. data/spec/integration/core/stream/opensuse_spec.rb +9 -0
  84. data/spec/integration/core/stream/rhel_spec.rb +9 -0
  85. data/spec/integration/core/stream/sles_spec.rb +9 -0
  86. data/spec/integration/core/stream/ubuntu_spec.rb +9 -0
  87. data/spec/integration/core/system/centos_spec.rb +9 -0
  88. data/spec/integration/core/system/debian_spec.rb +9 -0
  89. data/spec/integration/core/system/fedora_spec.rb +9 -0
  90. data/spec/integration/core/system/opensuse_spec.rb +9 -0
  91. data/spec/integration/core/system/rhel_spec.rb +9 -0
  92. data/spec/integration/core/system/sles_spec.rb +9 -0
  93. data/spec/integration/core/system/ubuntu_spec.rb +9 -0
  94. data/spec/integration/core/transfer/centos_spec.rb +9 -0
  95. data/spec/integration/core/transfer/debian_spec.rb +9 -0
  96. data/spec/integration/core/transfer/fedora_spec.rb +9 -0
  97. data/spec/integration/core/transfer/opensuse_spec.rb +9 -0
  98. data/spec/integration/core/transfer/rhel_spec.rb +9 -0
  99. data/spec/integration/core/transfer/sles_spec.rb +9 -0
  100. data/spec/integration/core/transfer/ubuntu_spec.rb +9 -0
  101. data/spec/integration/core/user/centos_spec.rb +9 -0
  102. data/spec/integration/core/user/debian_spec.rb +9 -0
  103. data/spec/integration/core/user/fedora_spec.rb +9 -0
  104. data/spec/integration/core/user/opensuse_spec.rb +9 -0
  105. data/spec/integration/core/user/rhel_spec.rb +9 -0
  106. data/spec/integration/core/user/sles_spec.rb +9 -0
  107. data/spec/integration/core/user/ubuntu_spec.rb +9 -0
  108. data/spec/integration/core/yum/centos_spec.rb +9 -0
  109. data/spec/integration/core/yum/fedora_spec.rb +9 -0
  110. data/spec/integration/core/yum/rhel_spec.rb +9 -0
  111. data/spec/integration/core/zypper/opensuse_spec.rb +9 -0
  112. data/spec/integration/core/zypper/sles_spec.rb +9 -0
  113. data/spec/integration/remote/cluster/ubuntu_spec.rb +9 -0
  114. data/spec/integration/remote/cpu/centos_spec.rb +9 -0
  115. data/spec/integration/remote/cpu/debian_spec.rb +9 -0
  116. data/spec/integration/remote/cpu/fedora_spec.rb +9 -0
  117. data/spec/integration/remote/cpu/opensuse_spec.rb +9 -0
  118. data/spec/integration/remote/cpu/rhel_spec.rb +9 -0
  119. data/spec/integration/remote/cpu/sles_spec.rb +9 -0
  120. data/spec/integration/remote/cpu/ubuntu_spec.rb +9 -0
  121. data/spec/integration/remote/env/centos_spec.rb +9 -0
  122. data/spec/integration/remote/env/debian_spec.rb +9 -0
  123. data/spec/integration/remote/env/fedora_spec.rb +9 -0
  124. data/spec/integration/remote/env/opensuse_spec.rb +9 -0
  125. data/spec/integration/remote/env/rhel_spec.rb +9 -0
  126. data/spec/integration/remote/env/sles_spec.rb +9 -0
  127. data/spec/integration/remote/env/ubuntu_spec.rb +9 -0
  128. data/spec/integration/remote/fstab/centos_spec.rb +9 -0
  129. data/spec/integration/remote/fstab/debian_spec.rb +9 -0
  130. data/spec/integration/remote/fstab/fedora_spec.rb +9 -0
  131. data/spec/integration/remote/fstab/opensuse_spec.rb +9 -0
  132. data/spec/integration/remote/fstab/rhel_spec.rb +9 -0
  133. data/spec/integration/remote/fstab/sles_spec.rb +9 -0
  134. data/spec/integration/remote/fstab/ubuntu_spec.rb +9 -0
  135. data/spec/integration/remote/host/centos_spec.rb +9 -0
  136. data/spec/integration/remote/host/debian_spec.rb +9 -0
  137. data/spec/integration/remote/host/fedora_spec.rb +9 -0
  138. data/spec/integration/remote/host/opensuse_spec.rb +9 -0
  139. data/spec/integration/remote/host/rhel_spec.rb +9 -0
  140. data/spec/integration/remote/host/sles_spec.rb +9 -0
  141. data/spec/integration/remote/host/ubuntu_spec.rb +9 -0
  142. data/spec/integration/remote/memory/centos_spec.rb +9 -0
  143. data/spec/integration/remote/memory/debian_spec.rb +9 -0
  144. data/spec/integration/remote/memory/fedora_spec.rb +9 -0
  145. data/spec/integration/remote/memory/opensuse_spec.rb +9 -0
  146. data/spec/integration/remote/memory/rhel_spec.rb +9 -0
  147. data/spec/integration/remote/memory/sles_spec.rb +9 -0
  148. data/spec/integration/remote/memory/ubuntu_spec.rb +9 -0
  149. data/spec/integration/remote/os/centos_spec.rb +9 -0
  150. data/spec/integration/remote/os/debian_spec.rb +9 -0
  151. data/spec/integration/remote/os/fedora_spec.rb +9 -0
  152. data/spec/integration/remote/os/opensuse_spec.rb +9 -0
  153. data/spec/integration/remote/os/rhel_spec.rb +9 -0
  154. data/spec/integration/remote/os/sles_spec.rb +9 -0
  155. data/spec/integration/remote/os/ubuntu_spec.rb +9 -0
  156. data/spec/integration/remote/remote_file/centos_spec.rb +9 -0
  157. data/spec/integration/remote/remote_file/debian_spec.rb +9 -0
  158. data/spec/integration/remote/remote_file/fedora_spec.rb +9 -0
  159. data/spec/integration/remote/remote_file/opensuse_spec.rb +9 -0
  160. data/spec/integration/remote/remote_file/rhel_spec.rb +9 -0
  161. data/spec/integration/remote/remote_file/sles_spec.rb +9 -0
  162. data/spec/integration/remote/remote_file/ubuntu_spec.rb +9 -0
  163. data/spec/spec_helper.rb +2 -11
  164. data/spec/support/shared_examples/integration/core/apt.rb +117 -0
  165. data/spec/support/shared_examples/integration/core/archive.rb +221 -0
  166. data/spec/support/shared_examples/integration/core/disk.rb +91 -0
  167. data/spec/support/shared_examples/integration/core/dmi.rb +34 -0
  168. data/spec/support/shared_examples/integration/core/file.rb +357 -0
  169. data/spec/support/shared_examples/integration/core/find.rb +50 -0
  170. data/spec/support/shared_examples/integration/core/group.rb +62 -0
  171. data/spec/support/shared_examples/integration/core/ip.rb +68 -0
  172. data/spec/support/shared_examples/integration/core/path.rb +90 -0
  173. data/spec/support/shared_examples/integration/core/socket.rb +27 -0
  174. data/spec/support/shared_examples/integration/core/stat.rb +95 -0
  175. data/spec/support/shared_examples/integration/core/stream.rb +112 -0
  176. data/spec/support/shared_examples/integration/core/system.rb +155 -0
  177. data/spec/support/shared_examples/integration/core/transfer.rb +101 -0
  178. data/spec/support/shared_examples/integration/core/user.rb +72 -0
  179. data/spec/support/shared_examples/integration/core/yum.rb +115 -0
  180. data/spec/support/shared_examples/integration/core/zypper.rb +196 -0
  181. data/spec/{integration/remote/cluster_spec.rb → support/shared_examples/integration/remote/cluster.rb} +2 -2
  182. data/spec/support/shared_examples/integration/remote/cpu.rb +38 -0
  183. data/spec/support/shared_examples/integration/remote/env_spec.rb +33 -0
  184. data/spec/support/shared_examples/integration/remote/fstab.rb +89 -0
  185. data/spec/support/shared_examples/integration/remote/host.rb +65 -0
  186. data/spec/support/shared_examples/integration/remote/memory.rb +27 -0
  187. data/spec/support/shared_examples/integration/remote/os.rb +60 -0
  188. data/spec/support/shared_examples/integration/remote/remote_file.rb +172 -0
  189. metadata +185 -29
  190. data/spec/integration/core/apt_spec.rb +0 -119
  191. data/spec/integration/core/archive_spec.rb +0 -223
  192. data/spec/integration/core/disk_spec.rb +0 -93
  193. data/spec/integration/core/dmi_spec.rb +0 -36
  194. data/spec/integration/core/file_spec.rb +0 -359
  195. data/spec/integration/core/find_spec.rb +0 -52
  196. data/spec/integration/core/group_spec.rb +0 -64
  197. data/spec/integration/core/ip_spec.rb +0 -70
  198. data/spec/integration/core/path_spec.rb +0 -92
  199. data/spec/integration/core/socket_spec.rb +0 -29
  200. data/spec/integration/core/stat_spec.rb +0 -97
  201. data/spec/integration/core/stream_spec.rb +0 -114
  202. data/spec/integration/core/system_spec.rb +0 -142
  203. data/spec/integration/core/transfer_spec.rb +0 -103
  204. data/spec/integration/core/user_spec.rb +0 -74
  205. data/spec/integration/core/yum_spec.rb +0 -117
  206. data/spec/integration/core/zypper_spec.rb +0 -198
  207. data/spec/integration/remote/cpu_spec.rb +0 -40
  208. data/spec/integration/remote/env_spec.rb +0 -35
  209. data/spec/integration/remote/fstab_spec.rb +0 -91
  210. data/spec/integration/remote/host_spec.rb +0 -67
  211. data/spec/integration/remote/memory_spec.rb +0 -29
  212. data/spec/integration/remote/os_spec.rb +0 -62
  213. data/spec/integration/remote/remote_file_spec.rb +0 -174
  214. data/spec/zz_reboot_spec.rb +0 -46
@@ -0,0 +1,357 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ RSpec.shared_examples 'file' do |os_name, host_json, spec_dir|
6
+ context "with #{os_name}" do
7
+ before(:all) do
8
+ host = Kanrisuru::Remote::Host.new(
9
+ host: host_json['hostname'],
10
+ username: host_json['username'],
11
+ keys: [host_json['ssh_key']]
12
+ )
13
+
14
+ host.mkdir(spec_dir, silent: true)
15
+ host.disconnect
16
+ end
17
+
18
+ let(:host) do
19
+ Kanrisuru::Remote::Host.new(
20
+ host: host_json['hostname'],
21
+ username: host_json['username'],
22
+ keys: [host_json['ssh_key']]
23
+ )
24
+ end
25
+
26
+ after do
27
+ host.disconnect
28
+ end
29
+
30
+ after(:all) do
31
+ host = Kanrisuru::Remote::Host.new(
32
+ host: host_json['hostname'],
33
+ username: host_json['username'],
34
+ keys: [host_json['ssh_key']]
35
+ )
36
+
37
+ host.rm(spec_dir, force: true, recursive: true)
38
+ host.disconnect
39
+ end
40
+
41
+ it 'changes file permission flags' do
42
+ host.su('root')
43
+
44
+ path = "#{spec_dir}/test.txt"
45
+ host.touch(path)
46
+
47
+ mode = host.stat(path).mode
48
+
49
+ expect(mode).to be_instance_of(Kanrisuru::Mode)
50
+
51
+ mode.numeric = 0o777
52
+
53
+ mode = host.chmod(path, mode).mode
54
+
55
+ expect(mode).to be_instance_of(Kanrisuru::Mode)
56
+ expect(mode.numeric).to eq('777')
57
+
58
+ mode.symbolic = 'g=r,o=r'
59
+
60
+ mode = host.chmod(path, mode).mode
61
+ expect(mode.symbolic).to eq('-rwxr--r--')
62
+ expect(mode.to_i).to eq(0o744)
63
+
64
+ expect do
65
+ host.chmod(path, 600)
66
+ end.to raise_error(ArgumentError)
67
+ end
68
+
69
+ it 'changes file owner and group' do
70
+ path = "#{spec_dir}/test-owner.txt"
71
+
72
+ host.touch(path)
73
+
74
+ host.su('root')
75
+ result = host.chown(path, owner: host_json['username'], group: host_json['username'])
76
+
77
+ expect(result.user).to eq(host_json['username'])
78
+ expect(result.uid).to eq(1000)
79
+
80
+ case os_name
81
+ when 'opensuse', 'sles'
82
+ expect(result.group).to eq('users')
83
+ expect(result.gid).to eq(100)
84
+ else
85
+ expect(result.group).to eq(host_json['username'])
86
+ expect(result.gid).to eq(1000)
87
+ end
88
+
89
+ host.su('root')
90
+ result = host.chown(path, owner: 'root', group: 'root')
91
+
92
+ expect(result.user).to eq('root')
93
+ expect(result.uid).to eq(0)
94
+ expect(result.group).to eq('root')
95
+ expect(result.gid).to eq(0)
96
+ end
97
+
98
+ it 'touches files' do
99
+ result = host.touch("#{spec_dir}/test-date.txt", date: '2021-01-01')
100
+
101
+ expect(result.success?).to eq(true)
102
+ expect(result[0].last_modified).to be_instance_of(DateTime)
103
+ expect(result[0].last_modified.to_date.to_s).to eq('2021-01-01')
104
+
105
+ paths = ["#{spec_dir}/test1.config", "#{spec_dir}/test2.config", "#{spec_dir}/test3.config"]
106
+ host.touch(paths)
107
+
108
+ realpaths = paths.map do |path|
109
+ host.realpath(path).path
110
+ end
111
+
112
+ result = host.touch(paths)
113
+ expect(result.data).to be_instance_of(Array)
114
+
115
+ current_date = Time.now.to_date.to_s
116
+
117
+ result.each do |item|
118
+ expect(realpaths.include?(item.path)).to eq(true)
119
+ expect(item.user).to eq(host_json['username'])
120
+ expect(item.fsize).to eq(0)
121
+ expect(item.last_modified.to_date.to_s).to eq(current_date)
122
+ expect(item.last_access.to_date.to_s).to eq(current_date)
123
+ expect(item.last_changed.to_date.to_s).to eq(current_date)
124
+ end
125
+ end
126
+
127
+ it 'soft links file' do
128
+ path = "#{spec_dir}/test-file.txt"
129
+
130
+ result_a = host.touch(path)[0]
131
+ expect(result_a.path).to eq(host.realpath(path).path)
132
+
133
+ result_b = host.symlink(path, "#{spec_dir}/test-symlink.txt")
134
+
135
+ expect(host.realpath(result_b.path).path).to eq(result_a.path)
136
+ expect(result_b.file_type).to eq('symbolic link')
137
+ end
138
+
139
+ it 'hard links file' do
140
+ path = "#{spec_dir}/test-file-ln.txt"
141
+ host.touch(path)
142
+
143
+ result_a = host.touch(path)[0]
144
+ result_b = host.link(path, "#{spec_dir}/test-link.txt")
145
+
146
+ expect(result_b.inode).to eq(result_a.inode)
147
+ expect(result_b.file_type).to eq('regular empty file')
148
+
149
+ result = host.find(inode: result_a.inode)
150
+ files = result.map do |item|
151
+ host.realpath(item.path).path
152
+ end
153
+
154
+ expect(files.include?(host.realpath(result_a.path).path)).to eq(true)
155
+ expect(files.include?(host.realpath(result_b.path).path)).to eq(true)
156
+
157
+ ## Can't hard link dir
158
+ expect(host.link(spec_dir.to_s, "#{spec_dir}/tmpb")).to eq(false)
159
+
160
+ host.rm("#{spec_dir}/test-link.txt")
161
+ end
162
+
163
+ it 'creates directory' do
164
+ path = "#{spec_dir}/test-dir/"
165
+ result = host.mkdir(path)
166
+
167
+ expect(result).to be_success
168
+ expect(result.path).to eq(path)
169
+ expect(result.mode.numeric).to eq('755')
170
+ expect(result.file_type).to eq('directory')
171
+ expect(result.uid).to eq(1000)
172
+ expect(result.user).to eq(host_json['username'])
173
+
174
+ case os_name
175
+ when 'sles', 'opensuse'
176
+ expect(result.gid).to eq(100)
177
+ expect(result.group).to eq('users')
178
+ else
179
+ expect(result.gid).to eq(1000)
180
+ expect(result.group).to eq(host_json['username'])
181
+ end
182
+
183
+ result = host.ls(path: spec_dir)
184
+ expect(result.success?).to eq(true)
185
+ selected = result.find { |item| item.path == 'test-dir' }
186
+
187
+ expect(selected.path).to eq('test-dir')
188
+ end
189
+
190
+ it 'copies a file' do
191
+ path = "#{spec_dir}/remote-file.txt"
192
+ copied_path = "#{spec_dir}/remote-file-copied.txt"
193
+
194
+ file = host.file(path)
195
+ file.touch
196
+ file.append do |f|
197
+ f << 'Hello'
198
+ f << 'World'
199
+ end
200
+
201
+ result = host.cp(path, copied_path)
202
+ expect(result.success?).to eq(true)
203
+
204
+ result = host.cat(copied_path)
205
+ expect(result.success?).to eq(true)
206
+ expect(result.data).to eq(%w[Hello World])
207
+ end
208
+
209
+ it 'copies directories' do
210
+ path = "#{spec_dir}/remote-dir"
211
+ subdir_path = "#{path}/subdir"
212
+ copied_path = "#{spec_dir}/copied-dir"
213
+
214
+ result = host.mkdir(path)
215
+ expect(result.success?).to eq(true)
216
+
217
+ result = host.mkdir(subdir_path)
218
+ expect(result.success?).to eq(true)
219
+
220
+ file = host.file("#{subdir_path}/test-nested.txt")
221
+ file.touch
222
+ file.append do |f|
223
+ f << 'This is a'
224
+ f << 'test file...'
225
+ end
226
+
227
+ result = host.cp(path, copied_path, recursive: true)
228
+ expect(result.success?).to eq(true)
229
+ end
230
+
231
+ it 'copies with a backup' do
232
+ path = "#{spec_dir}/remote-file-to-backup.txt"
233
+ copied_path = "#{spec_dir}/remote-file-copied-with-backup.txt"
234
+
235
+ file = host.file(path)
236
+ file.touch
237
+ file.append do |f|
238
+ f << 'Hello'
239
+ f << 'World'
240
+ end
241
+
242
+ result = host.cp(path, copied_path)
243
+ expect(result).to be_success
244
+
245
+ file.append do |f|
246
+ f << 'New Content'
247
+ end
248
+
249
+ result = host.cp(path, copied_path, backup: true)
250
+ expect(result.success?).to eq(true)
251
+
252
+ result = host.ls(path: spec_dir)
253
+ backup = result.find { |f| f.path == 'remote-file-copied-with-backup.txt~' }
254
+ expect(backup.path).to eq('remote-file-copied-with-backup.txt~')
255
+ end
256
+
257
+ it 'moves files' do
258
+ path = "#{spec_dir}/remote-file-to-move.txt"
259
+ new_path = "#{spec_dir}/remote-file-moved.txt"
260
+
261
+ file = host.file(path)
262
+ file.touch
263
+ file.append do |f|
264
+ f << 'Hello'
265
+ f << 'World'
266
+ end
267
+
268
+ result = host.mv(path, new_path, no_target_directory: true)
269
+ expect(result.success?).to eq(true)
270
+
271
+ result = host.cat(new_path)
272
+ expect(result).to be_success
273
+ expect(result.data).to eq(%w[Hello World])
274
+ end
275
+
276
+ it 'moves files into a folder' do
277
+ paths = ['file1.txt', 'file2.txt', 'file3.txt']
278
+ paths = paths.map { |p| "#{spec_dir}/#{p}" }
279
+ new_dir = "#{spec_dir}/new_dir"
280
+
281
+ result = host.mkdir(new_dir)
282
+ expect(result).to be_success
283
+
284
+ paths.each do |path|
285
+ file = host.file(path)
286
+ file.touch
287
+ file.append do |f|
288
+ f << 'this is a file'
289
+ end
290
+ end
291
+
292
+ result = host.mv(paths, new_dir, target_directory: true)
293
+ expect(result).to be_success
294
+ end
295
+
296
+ it 'moves folders' do
297
+ path = "#{spec_dir}/remote-dir-to-move"
298
+ moved_path = "#{spec_dir}/moved-dir"
299
+
300
+ result = host.mkdir(path)
301
+ expect(result).to be_success
302
+
303
+ result = host.mv(path, moved_path)
304
+ expect(result).to be_success
305
+ end
306
+
307
+ it 'removes file' do
308
+ path = "#{spec_dir}/test-rm-file.txt"
309
+
310
+ result = host.touch(path)[0]
311
+ expect(host.empty_file?(result.path)).to eq(true)
312
+
313
+ result = host.rm(path)
314
+ expect(result.success?).to eq(true)
315
+ expect(host.empty_file?(path)).to eq(false)
316
+ end
317
+
318
+ it 'removes directories' do
319
+ result = host.mkdir("#{spec_dir}/directory/1", silent: true)
320
+ expect(result).to be_success
321
+
322
+ result = host.mkdir("#{spec_dir}/directory/2", silent: true)
323
+ expect(result).to be_success
324
+
325
+ result = host.mkdir("#{spec_dir}/directory/3", silent: true)
326
+ expect(result).to be_success
327
+
328
+ result = host.rmdir(["#{spec_dir}/directory/1", "#{spec_dir}/directory/2"])
329
+ expect(result).to be_success
330
+
331
+ ## Can't delete non empty dir
332
+ result = host.rmdir("#{spec_dir}/directory")
333
+ expect(result).to be_failure
334
+
335
+ result = host.rmdir("#{spec_dir}/directory/3")
336
+ expect(result).to be_success
337
+ end
338
+
339
+ it 'counts a file' do
340
+ result = host.wc('/etc/hosts')
341
+
342
+ expect(result.success?).to eq(true)
343
+ expect(result).to respond_to(:lines, :words, :characters)
344
+
345
+ ## Need to remap data including newline chars to get byte size
346
+ data = host.cat('/etc/hosts').command.raw_result
347
+ doc = data.map(&:lines).flatten
348
+
349
+ words = doc.map(&:split).flatten
350
+ chars = doc.map(&:length).flatten
351
+
352
+ expect(result.lines).to eq(doc.length)
353
+ expect(result.words).to eq(words.length)
354
+ expect(result.characters).to eq(chars.sum)
355
+ end
356
+ end
357
+ end
@@ -0,0 +1,50 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ RSpec.shared_examples 'find' do |os_name, host_json, _spec_dir|
6
+ context "with #{os_name}" do
7
+ let(:host) do
8
+ Kanrisuru::Remote::Host.new(
9
+ host: host_json['hostname'],
10
+ username: host_json['username'],
11
+ keys: [host_json['ssh_key']]
12
+ )
13
+ end
14
+
15
+ after do
16
+ host.disconnect
17
+ end
18
+
19
+ it 'finds home directory' do
20
+ host.su('root')
21
+ result = host.find(paths: '/home')
22
+ home = result.find { |item| item.path == host_json['home'] }
23
+ expect(home.path).to eq(host_json['home'])
24
+
25
+ result = host.find(paths: ['/home'])
26
+ home = result.find { |item| item.path == host_json['home'] }
27
+ expect(home.path).to eq(host_json['home'])
28
+ end
29
+
30
+ it 'finds /etc/hosts file' do
31
+ host.su('root')
32
+ result = host.find(paths: '/etc', type: 'file', name: 'hosts', uid: 0, gid: 0, writeable: true, maxdepth: 1)
33
+ expect(result[0].path).to eq('/etc/hosts')
34
+
35
+ file = host.stat(result[0].path)
36
+ expect(file.uid).to eq(0)
37
+ expect(file.gid).to eq(0)
38
+ end
39
+
40
+ it 'finds files with regex' do
41
+ result = host.find(paths: '~', regex: '.*.\\(js\\|rb\\)')
42
+ expect(result.data).to be_instance_of(Array)
43
+ end
44
+
45
+ it 'finds files by size' do
46
+ result = host.find(paths: '~', size: '+2M', type: 'file')
47
+ expect(result.data).to be_instance_of(Array)
48
+ end
49
+ end
50
+ end
@@ -0,0 +1,62 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ RSpec.shared_examples 'group' do |os_name, host_json, _spec_dir|
6
+ context "with #{os_name}" do
7
+ let(:host) do
8
+ Kanrisuru::Remote::Host.new(
9
+ host: host_json['hostname'],
10
+ username: host_json['username'],
11
+ keys: [host_json['ssh_key']]
12
+ )
13
+ end
14
+
15
+ after do
16
+ host.disconnect
17
+ end
18
+
19
+ it 'gets gid for group' do
20
+ case os_name
21
+ when 'opensuse', 'sles'
22
+ expect(host.get_gid('users').to_i).to eq(100)
23
+ else
24
+ expect(host.get_gid(host_json['username']).to_i).to eq(1000)
25
+ end
26
+
27
+ expect(host.get_gid('asdf').to_i).to eq(nil)
28
+ end
29
+
30
+ it 'gets group details' do
31
+ case os_name
32
+ when 'opensuse', 'sles'
33
+ result = host.get_group('users')
34
+ expect(result.success?).to eq(true)
35
+ expect(result.gid).to eq(100)
36
+ expect(result.name).to eq('users')
37
+ else
38
+ result = host.get_group(host_json['username'])
39
+ expect(result.success?).to eq(true)
40
+ expect(result.gid).to eq(1000)
41
+ expect(result.name).to eq(host_json['username'])
42
+ end
43
+
44
+ expect(result).to respond_to(:users)
45
+ end
46
+
47
+ it 'manages a group' do
48
+ ## Need priviledge escalation to manage group
49
+ host.su('root')
50
+
51
+ if host.group?('rspec')
52
+ expect(host.delete_group('rspec').success?).to eq(true)
53
+ elsif host.group?('minitest')
54
+ expect(host.delete_group('minitest').success?).to eq(true)
55
+ end
56
+
57
+ expect(host.create_group('rspec').gid).to be >= 1000
58
+ expect(host.update_group('rspec', gid: 1005, new_name: 'minitest').gid).to eq(1005)
59
+ expect(host.delete_group('minitest').success?).to eq(true)
60
+ end
61
+ end
62
+ end
@@ -0,0 +1,68 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ RSpec.shared_examples 'ip' do |os_name, host_json, _spec_dir|
6
+ context "with #{os_name}" do
7
+ let(:host) do
8
+ Kanrisuru::Remote::Host.new(
9
+ host: host_json['hostname'],
10
+ username: host_json['username'],
11
+ keys: [host_json['ssh_key']]
12
+ )
13
+ end
14
+
15
+ after do
16
+ host.disconnect
17
+ end
18
+
19
+ describe 'ip address' do
20
+ it 'show' do
21
+ result = host.ip('address', 'show', stats: true)
22
+ expect(result).to be_success
23
+ end
24
+ end
25
+
26
+ describe 'ip link' do
27
+ it 'show' do
28
+ result = host.ip('link', 'show', stats: true)
29
+ expect(result).to be_success
30
+ end
31
+ end
32
+
33
+ describe 'ip addrlabel' do
34
+ it 'list' do
35
+ result = host.ip('addrlabel', 'list')
36
+ expect(result).to be_success
37
+ end
38
+ end
39
+
40
+ describe 'ip route' do
41
+ it 'show' do
42
+ result = host.ip('route', 'show')
43
+ expect(result).to be_success
44
+ end
45
+ end
46
+
47
+ describe 'ip rule' do
48
+ it 'show' do
49
+ result = host.ip('rule', 'show')
50
+ expect(result).to be_success
51
+ end
52
+ end
53
+
54
+ describe 'ip neighbour' do
55
+ it 'show' do
56
+ result = host.ip('neighbour', 'show', stats: true)
57
+ expect(result).to be_success
58
+ end
59
+ end
60
+
61
+ describe 'ip maddress' do
62
+ it 'show' do
63
+ result = host.ip('maddress', 'show')
64
+ expect(result).to be_success
65
+ end
66
+ end
67
+ end
68
+ end
@@ -0,0 +1,90 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ RSpec.shared_examples 'path' do |os_name, host_json, _spec_dir|
6
+ context "with #{os_name}" do
7
+ let(:host) do
8
+ Kanrisuru::Remote::Host.new(
9
+ host: host_json['hostname'],
10
+ username: host_json['username'],
11
+ keys: [host_json['ssh_key']]
12
+ )
13
+ end
14
+
15
+ after do
16
+ host.disconnect
17
+ end
18
+
19
+ it 'lists files and directories' do
20
+ result = host.ls(all: true)
21
+ expect(result.data).to be_instance_of(Array)
22
+
23
+ dir = result.find { |file| file.path == '.' }
24
+ expect(dir.path).to eq('.')
25
+
26
+ result = host.ls(path: host_json['home'], id: true, all: true)
27
+ expect(result.data).to be_instance_of(Array)
28
+
29
+ file = result.find { |f| f.path == '.bashrc' }
30
+ expect(file.owner).to eq(1000)
31
+
32
+ case os_name
33
+ when 'opensuse', 'sles'
34
+ expect(file.group).to eq(100)
35
+ else
36
+ expect(file.group).to eq(1000)
37
+ end
38
+ end
39
+
40
+ it 'gets whoami' do
41
+ expect(host.whoami.user).to eq(host_json['username'])
42
+ end
43
+
44
+ it 'gets pwd' do
45
+ expect(host.pwd.path).to eq(host_json['home'])
46
+ end
47
+
48
+ it 'uses which to get path for bash' do
49
+ result = host.which('bash', all: true)
50
+ paths = result.map(&:path)
51
+
52
+ case os_name
53
+ when 'ubuntu'
54
+ if host.os.version <= 18.04
55
+ expect(paths).to include('/bin/bash')
56
+ else
57
+ expect(paths).to include('/usr/bin/bash', '/bin/bash')
58
+ end
59
+ when 'opensuse'
60
+ ## Ignore for local testing
61
+ when 'sles'
62
+ expect(paths).to include('/bin/bash')
63
+ else
64
+ expect(paths).to include('/usr/bin/bash', '/bin/bash')
65
+ end
66
+ end
67
+
68
+ it 'gets realpath for dir' do
69
+ case os_name
70
+ when 'sles'
71
+ expect(host.realpath('/var/run').path).to eq('/run')
72
+ when 'rhel'
73
+ expect(host.realpath('/bin').path).to eq('/usr/bin')
74
+ else
75
+ expect(host.realpath('/etc/os-release').path).to eq('/usr/lib/os-release')
76
+ end
77
+ end
78
+
79
+ it 'gets full path for dir with readlink' do
80
+ case os_name
81
+ when 'sles'
82
+ expect(host.readlink('/var/run', canonicalize: true).path).to eq('/run')
83
+ when 'rhel'
84
+ expect(host.readlink('/bin', canonicalize: true).path).to eq('/usr/bin')
85
+ else
86
+ expect(host.readlink('/etc/os-release', canonicalize: true).path).to eq('/usr/lib/os-release')
87
+ end
88
+ end
89
+ end
90
+ end
@@ -0,0 +1,27 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ RSpec.shared_examples 'socket' do |os_name, host_json, _spec_dir|
6
+ context "with #{os_name}" do
7
+ let(:host) do
8
+ Kanrisuru::Remote::Host.new(
9
+ host: host_json['hostname'],
10
+ username: host_json['username'],
11
+ keys: [host_json['ssh_key']]
12
+ )
13
+ end
14
+
15
+ after do
16
+ host.disconnect
17
+ end
18
+
19
+ it 'gets socket details' do
20
+ result = host.ss
21
+ expect(result).to be_success
22
+
23
+ result = host.ss(state: 'listening')
24
+ expect(result).to be_success
25
+ end
26
+ end
27
+ end