kanrisuru 0.12.1 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/kanrisuru/version.rb +1 -1
- data/spec/functional/result_spec.rb +150 -0
- data/spec/{hosts.json → helper/hosts.json} +0 -0
- data/spec/helper/simplecov.rb +21 -0
- data/spec/helper/test_hosts.rb +1 -1
- data/spec/integration/core/apt/debian_spec.rb +9 -0
- data/spec/integration/core/apt/ubuntu_spec.rb +9 -0
- data/spec/integration/core/archive/centos_spec.rb +9 -0
- data/spec/integration/core/archive/debian_spec.rb +9 -0
- data/spec/integration/core/archive/fedora_spec.rb +9 -0
- data/spec/integration/core/archive/opensuse_spec.rb +9 -0
- data/spec/integration/core/archive/rhel_spec.rb +9 -0
- data/spec/integration/core/archive/sles_spec.rb +9 -0
- data/spec/integration/core/archive/ubuntu_spec.rb +9 -0
- data/spec/integration/core/disk/centos_spec.rb +9 -0
- data/spec/integration/core/disk/debian_spec.rb +9 -0
- data/spec/integration/core/disk/fedora_spec.rb +9 -0
- data/spec/integration/core/disk/opensuse_spec.rb +9 -0
- data/spec/integration/core/disk/rhel_spec.rb +9 -0
- data/spec/integration/core/disk/sles_spec.rb +9 -0
- data/spec/integration/core/disk/ubuntu_spec.rb +9 -0
- data/spec/integration/core/dmi/centos_spec.rb +9 -0
- data/spec/integration/core/dmi/debian_spec.rb +9 -0
- data/spec/integration/core/dmi/fedora_spec.rb +9 -0
- data/spec/integration/core/dmi/opensuse_spec.rb +9 -0
- data/spec/integration/core/dmi/rhel_spec.rb +9 -0
- data/spec/integration/core/dmi/sles_spec.rb +9 -0
- data/spec/integration/core/dmi/ubuntu_spec.rb +9 -0
- data/spec/integration/core/file/centos_spec.rb +9 -0
- data/spec/integration/core/file/debian_spec.rb +9 -0
- data/spec/integration/core/file/fedora_spec.rb +9 -0
- data/spec/integration/core/file/opensuse_spec.rb +9 -0
- data/spec/integration/core/file/rhel_spec.rb +9 -0
- data/spec/integration/core/file/sles_spec.rb +9 -0
- data/spec/integration/core/file/ubuntu_spec.rb +9 -0
- data/spec/integration/core/find/centos_spec.rb +9 -0
- data/spec/integration/core/find/debian_spec.rb +9 -0
- data/spec/integration/core/find/fedora_spec.rb +9 -0
- data/spec/integration/core/find/opensuse_spec.rb +9 -0
- data/spec/integration/core/find/rhel_spec.rb +9 -0
- data/spec/integration/core/find/sles_spec.rb +9 -0
- data/spec/integration/core/find/ubuntu_spec.rb +9 -0
- data/spec/integration/core/group/centos_spec.rb +9 -0
- data/spec/integration/core/group/debian_spec.rb +9 -0
- data/spec/integration/core/group/fedora_spec.rb +9 -0
- data/spec/integration/core/group/opensuse_spec.rb +9 -0
- data/spec/integration/core/group/rhel_spec.rb +9 -0
- data/spec/integration/core/group/sles_spec.rb +9 -0
- data/spec/integration/core/group/ubuntu_spec.rb +9 -0
- data/spec/integration/core/ip/centos_spec.rb +9 -0
- data/spec/integration/core/ip/debian_spec.rb +9 -0
- data/spec/integration/core/ip/fedora_spec.rb +9 -0
- data/spec/integration/core/ip/opensuse_spec.rb +9 -0
- data/spec/integration/core/ip/rhel_spec.rb +9 -0
- data/spec/integration/core/ip/sles_spec.rb +9 -0
- data/spec/integration/core/ip/ubuntu_spec.rb +9 -0
- data/spec/integration/core/path/centos_spec.rb +9 -0
- data/spec/integration/core/path/debian_spec.rb +9 -0
- data/spec/integration/core/path/fedora_spec.rb +9 -0
- data/spec/integration/core/path/opensuse_spec.rb +9 -0
- data/spec/integration/core/path/rhel_spec.rb +9 -0
- data/spec/integration/core/path/sles_spec.rb +9 -0
- data/spec/integration/core/path/ubuntu_spec.rb +9 -0
- data/spec/integration/core/socket/centos_spec.rb +9 -0
- data/spec/integration/core/socket/debian_spec.rb +9 -0
- data/spec/integration/core/socket/fedora_spec.rb +9 -0
- data/spec/integration/core/socket/opensuse_spec.rb +9 -0
- data/spec/integration/core/socket/rhel_spec.rb +9 -0
- data/spec/integration/core/socket/sles_spec.rb +9 -0
- data/spec/integration/core/socket/ubuntu_spec.rb +9 -0
- data/spec/integration/core/stat/centos_spec.rb +9 -0
- data/spec/integration/core/stat/debian_spec.rb +9 -0
- data/spec/integration/core/stat/fedora_spec.rb +9 -0
- data/spec/integration/core/stat/opensuse_spec.rb +9 -0
- data/spec/integration/core/stat/rhel_spec.rb +9 -0
- data/spec/integration/core/stat/sles_spec.rb +9 -0
- data/spec/integration/core/stat/ubuntu_spec.rb +9 -0
- data/spec/integration/core/stream/centos_spec.rb +9 -0
- data/spec/integration/core/stream/debian_spec.rb +9 -0
- data/spec/integration/core/stream/fedora_spec.rb +9 -0
- data/spec/integration/core/stream/opensuse_spec.rb +9 -0
- data/spec/integration/core/stream/rhel_spec.rb +9 -0
- data/spec/integration/core/stream/sles_spec.rb +9 -0
- data/spec/integration/core/stream/ubuntu_spec.rb +9 -0
- data/spec/integration/core/system/centos_spec.rb +9 -0
- data/spec/integration/core/system/debian_spec.rb +9 -0
- data/spec/integration/core/system/fedora_spec.rb +9 -0
- data/spec/integration/core/system/opensuse_spec.rb +9 -0
- data/spec/integration/core/system/rhel_spec.rb +9 -0
- data/spec/integration/core/system/sles_spec.rb +9 -0
- data/spec/integration/core/system/ubuntu_spec.rb +9 -0
- data/spec/integration/core/transfer/centos_spec.rb +9 -0
- data/spec/integration/core/transfer/debian_spec.rb +9 -0
- data/spec/integration/core/transfer/fedora_spec.rb +9 -0
- data/spec/integration/core/transfer/opensuse_spec.rb +9 -0
- data/spec/integration/core/transfer/rhel_spec.rb +9 -0
- data/spec/integration/core/transfer/sles_spec.rb +9 -0
- data/spec/integration/core/transfer/ubuntu_spec.rb +9 -0
- data/spec/integration/core/user/centos_spec.rb +9 -0
- data/spec/integration/core/user/debian_spec.rb +9 -0
- data/spec/integration/core/user/fedora_spec.rb +9 -0
- data/spec/integration/core/user/opensuse_spec.rb +9 -0
- data/spec/integration/core/user/rhel_spec.rb +9 -0
- data/spec/integration/core/user/sles_spec.rb +9 -0
- data/spec/integration/core/user/ubuntu_spec.rb +9 -0
- data/spec/integration/core/yum/centos_spec.rb +9 -0
- data/spec/integration/core/yum/fedora_spec.rb +9 -0
- data/spec/integration/core/yum/rhel_spec.rb +9 -0
- data/spec/integration/core/zypper/opensuse_spec.rb +9 -0
- data/spec/integration/core/zypper/sles_spec.rb +9 -0
- data/spec/integration/remote/cluster/ubuntu_spec.rb +9 -0
- data/spec/integration/remote/cpu/centos_spec.rb +9 -0
- data/spec/integration/remote/cpu/debian_spec.rb +9 -0
- data/spec/integration/remote/cpu/fedora_spec.rb +9 -0
- data/spec/integration/remote/cpu/opensuse_spec.rb +9 -0
- data/spec/integration/remote/cpu/rhel_spec.rb +9 -0
- data/spec/integration/remote/cpu/sles_spec.rb +9 -0
- data/spec/integration/remote/cpu/ubuntu_spec.rb +9 -0
- data/spec/integration/remote/env/centos_spec.rb +9 -0
- data/spec/integration/remote/env/debian_spec.rb +9 -0
- data/spec/integration/remote/env/fedora_spec.rb +9 -0
- data/spec/integration/remote/env/opensuse_spec.rb +9 -0
- data/spec/integration/remote/env/rhel_spec.rb +9 -0
- data/spec/integration/remote/env/sles_spec.rb +9 -0
- data/spec/integration/remote/env/ubuntu_spec.rb +9 -0
- data/spec/integration/remote/fstab/centos_spec.rb +9 -0
- data/spec/integration/remote/fstab/debian_spec.rb +9 -0
- data/spec/integration/remote/fstab/fedora_spec.rb +9 -0
- data/spec/integration/remote/fstab/opensuse_spec.rb +9 -0
- data/spec/integration/remote/fstab/rhel_spec.rb +9 -0
- data/spec/integration/remote/fstab/sles_spec.rb +9 -0
- data/spec/integration/remote/fstab/ubuntu_spec.rb +9 -0
- data/spec/integration/remote/host/centos_spec.rb +9 -0
- data/spec/integration/remote/host/debian_spec.rb +9 -0
- data/spec/integration/remote/host/fedora_spec.rb +9 -0
- data/spec/integration/remote/host/opensuse_spec.rb +9 -0
- data/spec/integration/remote/host/rhel_spec.rb +9 -0
- data/spec/integration/remote/host/sles_spec.rb +9 -0
- data/spec/integration/remote/host/ubuntu_spec.rb +9 -0
- data/spec/integration/remote/memory/centos_spec.rb +9 -0
- data/spec/integration/remote/memory/debian_spec.rb +9 -0
- data/spec/integration/remote/memory/fedora_spec.rb +9 -0
- data/spec/integration/remote/memory/opensuse_spec.rb +9 -0
- data/spec/integration/remote/memory/rhel_spec.rb +9 -0
- data/spec/integration/remote/memory/sles_spec.rb +9 -0
- data/spec/integration/remote/memory/ubuntu_spec.rb +9 -0
- data/spec/integration/remote/os/centos_spec.rb +9 -0
- data/spec/integration/remote/os/debian_spec.rb +9 -0
- data/spec/integration/remote/os/fedora_spec.rb +9 -0
- data/spec/integration/remote/os/opensuse_spec.rb +9 -0
- data/spec/integration/remote/os/rhel_spec.rb +9 -0
- data/spec/integration/remote/os/sles_spec.rb +9 -0
- data/spec/integration/remote/os/ubuntu_spec.rb +9 -0
- data/spec/integration/remote/remote_file/centos_spec.rb +9 -0
- data/spec/integration/remote/remote_file/debian_spec.rb +9 -0
- data/spec/integration/remote/remote_file/fedora_spec.rb +9 -0
- data/spec/integration/remote/remote_file/opensuse_spec.rb +9 -0
- data/spec/integration/remote/remote_file/rhel_spec.rb +9 -0
- data/spec/integration/remote/remote_file/sles_spec.rb +9 -0
- data/spec/integration/remote/remote_file/ubuntu_spec.rb +9 -0
- data/spec/spec_helper.rb +2 -11
- data/spec/support/shared_examples/integration/core/apt.rb +117 -0
- data/spec/support/shared_examples/integration/core/archive.rb +221 -0
- data/spec/support/shared_examples/integration/core/disk.rb +91 -0
- data/spec/support/shared_examples/integration/core/dmi.rb +34 -0
- data/spec/support/shared_examples/integration/core/file.rb +357 -0
- data/spec/support/shared_examples/integration/core/find.rb +50 -0
- data/spec/support/shared_examples/integration/core/group.rb +62 -0
- data/spec/support/shared_examples/integration/core/ip.rb +68 -0
- data/spec/support/shared_examples/integration/core/path.rb +90 -0
- data/spec/support/shared_examples/integration/core/socket.rb +27 -0
- data/spec/support/shared_examples/integration/core/stat.rb +95 -0
- data/spec/support/shared_examples/integration/core/stream.rb +112 -0
- data/spec/support/shared_examples/integration/core/system.rb +155 -0
- data/spec/support/shared_examples/integration/core/transfer.rb +101 -0
- data/spec/support/shared_examples/integration/core/user.rb +72 -0
- data/spec/support/shared_examples/integration/core/yum.rb +115 -0
- data/spec/support/shared_examples/integration/core/zypper.rb +196 -0
- data/spec/{integration/remote/cluster_spec.rb → support/shared_examples/integration/remote/cluster.rb} +2 -2
- data/spec/support/shared_examples/integration/remote/cpu.rb +38 -0
- data/spec/support/shared_examples/integration/remote/env_spec.rb +33 -0
- data/spec/support/shared_examples/integration/remote/fstab.rb +89 -0
- data/spec/support/shared_examples/integration/remote/host.rb +65 -0
- data/spec/support/shared_examples/integration/remote/memory.rb +27 -0
- data/spec/support/shared_examples/integration/remote/os.rb +60 -0
- data/spec/support/shared_examples/integration/remote/remote_file.rb +172 -0
- metadata +185 -29
- data/spec/integration/core/apt_spec.rb +0 -119
- data/spec/integration/core/archive_spec.rb +0 -223
- data/spec/integration/core/disk_spec.rb +0 -93
- data/spec/integration/core/dmi_spec.rb +0 -36
- data/spec/integration/core/file_spec.rb +0 -359
- data/spec/integration/core/find_spec.rb +0 -52
- data/spec/integration/core/group_spec.rb +0 -64
- data/spec/integration/core/ip_spec.rb +0 -70
- data/spec/integration/core/path_spec.rb +0 -92
- data/spec/integration/core/socket_spec.rb +0 -29
- data/spec/integration/core/stat_spec.rb +0 -97
- data/spec/integration/core/stream_spec.rb +0 -114
- data/spec/integration/core/system_spec.rb +0 -142
- data/spec/integration/core/transfer_spec.rb +0 -103
- data/spec/integration/core/user_spec.rb +0 -74
- data/spec/integration/core/yum_spec.rb +0 -117
- data/spec/integration/core/zypper_spec.rb +0 -198
- data/spec/integration/remote/cpu_spec.rb +0 -40
- data/spec/integration/remote/env_spec.rb +0 -35
- data/spec/integration/remote/fstab_spec.rb +0 -91
- data/spec/integration/remote/host_spec.rb +0 -67
- data/spec/integration/remote/memory_spec.rb +0 -29
- data/spec/integration/remote/os_spec.rb +0 -62
- data/spec/integration/remote/remote_file_spec.rb +0 -174
- data/spec/zz_reboot_spec.rb +0 -46
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kanrisuru
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Mammina
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: parallel_tests
|
@@ -218,37 +218,194 @@ files:
|
|
218
218
|
- spec/functional/remote/cluster_spec.rb
|
219
219
|
- spec/functional/remote/cpu_spec.rb
|
220
220
|
- spec/functional/remote/env_spec.rb
|
221
|
+
- spec/functional/result_spec.rb
|
221
222
|
- spec/helper/expect_helpers.rb
|
223
|
+
- spec/helper/hosts.json
|
224
|
+
- spec/helper/simplecov.rb
|
222
225
|
- spec/helper/stub_network.rb
|
223
226
|
- spec/helper/test_hosts.rb
|
224
|
-
- spec/
|
225
|
-
- spec/integration/core/
|
226
|
-
- spec/integration/core/
|
227
|
-
- spec/integration/core/
|
228
|
-
- spec/integration/core/
|
229
|
-
- spec/integration/core/
|
230
|
-
- spec/integration/core/
|
231
|
-
- spec/integration/core/
|
232
|
-
- spec/integration/core/
|
233
|
-
- spec/integration/core/
|
234
|
-
- spec/integration/core/
|
235
|
-
- spec/integration/core/
|
236
|
-
- spec/integration/core/
|
237
|
-
- spec/integration/core/
|
238
|
-
- spec/integration/core/
|
239
|
-
- spec/integration/core/
|
240
|
-
- spec/integration/core/
|
241
|
-
- spec/integration/core/
|
227
|
+
- spec/integration/core/apt/debian_spec.rb
|
228
|
+
- spec/integration/core/apt/ubuntu_spec.rb
|
229
|
+
- spec/integration/core/archive/centos_spec.rb
|
230
|
+
- spec/integration/core/archive/debian_spec.rb
|
231
|
+
- spec/integration/core/archive/fedora_spec.rb
|
232
|
+
- spec/integration/core/archive/opensuse_spec.rb
|
233
|
+
- spec/integration/core/archive/rhel_spec.rb
|
234
|
+
- spec/integration/core/archive/sles_spec.rb
|
235
|
+
- spec/integration/core/archive/ubuntu_spec.rb
|
236
|
+
- spec/integration/core/disk/centos_spec.rb
|
237
|
+
- spec/integration/core/disk/debian_spec.rb
|
238
|
+
- spec/integration/core/disk/fedora_spec.rb
|
239
|
+
- spec/integration/core/disk/opensuse_spec.rb
|
240
|
+
- spec/integration/core/disk/rhel_spec.rb
|
241
|
+
- spec/integration/core/disk/sles_spec.rb
|
242
|
+
- spec/integration/core/disk/ubuntu_spec.rb
|
243
|
+
- spec/integration/core/dmi/centos_spec.rb
|
244
|
+
- spec/integration/core/dmi/debian_spec.rb
|
245
|
+
- spec/integration/core/dmi/fedora_spec.rb
|
246
|
+
- spec/integration/core/dmi/opensuse_spec.rb
|
247
|
+
- spec/integration/core/dmi/rhel_spec.rb
|
248
|
+
- spec/integration/core/dmi/sles_spec.rb
|
249
|
+
- spec/integration/core/dmi/ubuntu_spec.rb
|
250
|
+
- spec/integration/core/file/centos_spec.rb
|
251
|
+
- spec/integration/core/file/debian_spec.rb
|
252
|
+
- spec/integration/core/file/fedora_spec.rb
|
253
|
+
- spec/integration/core/file/opensuse_spec.rb
|
254
|
+
- spec/integration/core/file/rhel_spec.rb
|
255
|
+
- spec/integration/core/file/sles_spec.rb
|
256
|
+
- spec/integration/core/file/ubuntu_spec.rb
|
257
|
+
- spec/integration/core/find/centos_spec.rb
|
258
|
+
- spec/integration/core/find/debian_spec.rb
|
259
|
+
- spec/integration/core/find/fedora_spec.rb
|
260
|
+
- spec/integration/core/find/opensuse_spec.rb
|
261
|
+
- spec/integration/core/find/rhel_spec.rb
|
262
|
+
- spec/integration/core/find/sles_spec.rb
|
263
|
+
- spec/integration/core/find/ubuntu_spec.rb
|
264
|
+
- spec/integration/core/group/centos_spec.rb
|
265
|
+
- spec/integration/core/group/debian_spec.rb
|
266
|
+
- spec/integration/core/group/fedora_spec.rb
|
267
|
+
- spec/integration/core/group/opensuse_spec.rb
|
268
|
+
- spec/integration/core/group/rhel_spec.rb
|
269
|
+
- spec/integration/core/group/sles_spec.rb
|
270
|
+
- spec/integration/core/group/ubuntu_spec.rb
|
271
|
+
- spec/integration/core/ip/centos_spec.rb
|
272
|
+
- spec/integration/core/ip/debian_spec.rb
|
273
|
+
- spec/integration/core/ip/fedora_spec.rb
|
274
|
+
- spec/integration/core/ip/opensuse_spec.rb
|
275
|
+
- spec/integration/core/ip/rhel_spec.rb
|
276
|
+
- spec/integration/core/ip/sles_spec.rb
|
277
|
+
- spec/integration/core/ip/ubuntu_spec.rb
|
278
|
+
- spec/integration/core/path/centos_spec.rb
|
279
|
+
- spec/integration/core/path/debian_spec.rb
|
280
|
+
- spec/integration/core/path/fedora_spec.rb
|
281
|
+
- spec/integration/core/path/opensuse_spec.rb
|
282
|
+
- spec/integration/core/path/rhel_spec.rb
|
283
|
+
- spec/integration/core/path/sles_spec.rb
|
284
|
+
- spec/integration/core/path/ubuntu_spec.rb
|
285
|
+
- spec/integration/core/socket/centos_spec.rb
|
286
|
+
- spec/integration/core/socket/debian_spec.rb
|
287
|
+
- spec/integration/core/socket/fedora_spec.rb
|
288
|
+
- spec/integration/core/socket/opensuse_spec.rb
|
289
|
+
- spec/integration/core/socket/rhel_spec.rb
|
290
|
+
- spec/integration/core/socket/sles_spec.rb
|
291
|
+
- spec/integration/core/socket/ubuntu_spec.rb
|
292
|
+
- spec/integration/core/stat/centos_spec.rb
|
293
|
+
- spec/integration/core/stat/debian_spec.rb
|
294
|
+
- spec/integration/core/stat/fedora_spec.rb
|
295
|
+
- spec/integration/core/stat/opensuse_spec.rb
|
296
|
+
- spec/integration/core/stat/rhel_spec.rb
|
297
|
+
- spec/integration/core/stat/sles_spec.rb
|
298
|
+
- spec/integration/core/stat/ubuntu_spec.rb
|
299
|
+
- spec/integration/core/stream/centos_spec.rb
|
300
|
+
- spec/integration/core/stream/debian_spec.rb
|
301
|
+
- spec/integration/core/stream/fedora_spec.rb
|
302
|
+
- spec/integration/core/stream/opensuse_spec.rb
|
303
|
+
- spec/integration/core/stream/rhel_spec.rb
|
304
|
+
- spec/integration/core/stream/sles_spec.rb
|
305
|
+
- spec/integration/core/stream/ubuntu_spec.rb
|
306
|
+
- spec/integration/core/system/centos_spec.rb
|
307
|
+
- spec/integration/core/system/debian_spec.rb
|
308
|
+
- spec/integration/core/system/fedora_spec.rb
|
309
|
+
- spec/integration/core/system/opensuse_spec.rb
|
310
|
+
- spec/integration/core/system/rhel_spec.rb
|
311
|
+
- spec/integration/core/system/sles_spec.rb
|
312
|
+
- spec/integration/core/system/ubuntu_spec.rb
|
313
|
+
- spec/integration/core/transfer/centos_spec.rb
|
314
|
+
- spec/integration/core/transfer/debian_spec.rb
|
315
|
+
- spec/integration/core/transfer/fedora_spec.rb
|
316
|
+
- spec/integration/core/transfer/opensuse_spec.rb
|
317
|
+
- spec/integration/core/transfer/rhel_spec.rb
|
318
|
+
- spec/integration/core/transfer/sles_spec.rb
|
319
|
+
- spec/integration/core/transfer/ubuntu_spec.rb
|
320
|
+
- spec/integration/core/user/centos_spec.rb
|
321
|
+
- spec/integration/core/user/debian_spec.rb
|
322
|
+
- spec/integration/core/user/fedora_spec.rb
|
323
|
+
- spec/integration/core/user/opensuse_spec.rb
|
324
|
+
- spec/integration/core/user/rhel_spec.rb
|
325
|
+
- spec/integration/core/user/sles_spec.rb
|
326
|
+
- spec/integration/core/user/ubuntu_spec.rb
|
327
|
+
- spec/integration/core/yum/centos_spec.rb
|
328
|
+
- spec/integration/core/yum/fedora_spec.rb
|
329
|
+
- spec/integration/core/yum/rhel_spec.rb
|
330
|
+
- spec/integration/core/zypper/opensuse_spec.rb
|
331
|
+
- spec/integration/core/zypper/sles_spec.rb
|
242
332
|
- spec/integration/os_package_spec.rb
|
243
|
-
- spec/integration/remote/
|
244
|
-
- spec/integration/remote/
|
245
|
-
- spec/integration/remote/
|
246
|
-
- spec/integration/remote/
|
247
|
-
- spec/integration/remote/
|
248
|
-
- spec/integration/remote/
|
249
|
-
- spec/integration/remote/
|
250
|
-
- spec/integration/remote/
|
333
|
+
- spec/integration/remote/cluster/ubuntu_spec.rb
|
334
|
+
- spec/integration/remote/cpu/centos_spec.rb
|
335
|
+
- spec/integration/remote/cpu/debian_spec.rb
|
336
|
+
- spec/integration/remote/cpu/fedora_spec.rb
|
337
|
+
- spec/integration/remote/cpu/opensuse_spec.rb
|
338
|
+
- spec/integration/remote/cpu/rhel_spec.rb
|
339
|
+
- spec/integration/remote/cpu/sles_spec.rb
|
340
|
+
- spec/integration/remote/cpu/ubuntu_spec.rb
|
341
|
+
- spec/integration/remote/env/centos_spec.rb
|
342
|
+
- spec/integration/remote/env/debian_spec.rb
|
343
|
+
- spec/integration/remote/env/fedora_spec.rb
|
344
|
+
- spec/integration/remote/env/opensuse_spec.rb
|
345
|
+
- spec/integration/remote/env/rhel_spec.rb
|
346
|
+
- spec/integration/remote/env/sles_spec.rb
|
347
|
+
- spec/integration/remote/env/ubuntu_spec.rb
|
348
|
+
- spec/integration/remote/fstab/centos_spec.rb
|
349
|
+
- spec/integration/remote/fstab/debian_spec.rb
|
350
|
+
- spec/integration/remote/fstab/fedora_spec.rb
|
351
|
+
- spec/integration/remote/fstab/opensuse_spec.rb
|
352
|
+
- spec/integration/remote/fstab/rhel_spec.rb
|
353
|
+
- spec/integration/remote/fstab/sles_spec.rb
|
354
|
+
- spec/integration/remote/fstab/ubuntu_spec.rb
|
355
|
+
- spec/integration/remote/host/centos_spec.rb
|
356
|
+
- spec/integration/remote/host/debian_spec.rb
|
357
|
+
- spec/integration/remote/host/fedora_spec.rb
|
358
|
+
- spec/integration/remote/host/opensuse_spec.rb
|
359
|
+
- spec/integration/remote/host/rhel_spec.rb
|
360
|
+
- spec/integration/remote/host/sles_spec.rb
|
361
|
+
- spec/integration/remote/host/ubuntu_spec.rb
|
362
|
+
- spec/integration/remote/memory/centos_spec.rb
|
363
|
+
- spec/integration/remote/memory/debian_spec.rb
|
364
|
+
- spec/integration/remote/memory/fedora_spec.rb
|
365
|
+
- spec/integration/remote/memory/opensuse_spec.rb
|
366
|
+
- spec/integration/remote/memory/rhel_spec.rb
|
367
|
+
- spec/integration/remote/memory/sles_spec.rb
|
368
|
+
- spec/integration/remote/memory/ubuntu_spec.rb
|
369
|
+
- spec/integration/remote/os/centos_spec.rb
|
370
|
+
- spec/integration/remote/os/debian_spec.rb
|
371
|
+
- spec/integration/remote/os/fedora_spec.rb
|
372
|
+
- spec/integration/remote/os/opensuse_spec.rb
|
373
|
+
- spec/integration/remote/os/rhel_spec.rb
|
374
|
+
- spec/integration/remote/os/sles_spec.rb
|
375
|
+
- spec/integration/remote/os/ubuntu_spec.rb
|
376
|
+
- spec/integration/remote/remote_file/centos_spec.rb
|
377
|
+
- spec/integration/remote/remote_file/debian_spec.rb
|
378
|
+
- spec/integration/remote/remote_file/fedora_spec.rb
|
379
|
+
- spec/integration/remote/remote_file/opensuse_spec.rb
|
380
|
+
- spec/integration/remote/remote_file/rhel_spec.rb
|
381
|
+
- spec/integration/remote/remote_file/sles_spec.rb
|
382
|
+
- spec/integration/remote/remote_file/ubuntu_spec.rb
|
251
383
|
- spec/spec_helper.rb
|
384
|
+
- spec/support/shared_examples/integration/core/apt.rb
|
385
|
+
- spec/support/shared_examples/integration/core/archive.rb
|
386
|
+
- spec/support/shared_examples/integration/core/disk.rb
|
387
|
+
- spec/support/shared_examples/integration/core/dmi.rb
|
388
|
+
- spec/support/shared_examples/integration/core/file.rb
|
389
|
+
- spec/support/shared_examples/integration/core/find.rb
|
390
|
+
- spec/support/shared_examples/integration/core/group.rb
|
391
|
+
- spec/support/shared_examples/integration/core/ip.rb
|
392
|
+
- spec/support/shared_examples/integration/core/path.rb
|
393
|
+
- spec/support/shared_examples/integration/core/socket.rb
|
394
|
+
- spec/support/shared_examples/integration/core/stat.rb
|
395
|
+
- spec/support/shared_examples/integration/core/stream.rb
|
396
|
+
- spec/support/shared_examples/integration/core/system.rb
|
397
|
+
- spec/support/shared_examples/integration/core/transfer.rb
|
398
|
+
- spec/support/shared_examples/integration/core/user.rb
|
399
|
+
- spec/support/shared_examples/integration/core/yum.rb
|
400
|
+
- spec/support/shared_examples/integration/core/zypper.rb
|
401
|
+
- spec/support/shared_examples/integration/remote/cluster.rb
|
402
|
+
- spec/support/shared_examples/integration/remote/cpu.rb
|
403
|
+
- spec/support/shared_examples/integration/remote/env_spec.rb
|
404
|
+
- spec/support/shared_examples/integration/remote/fstab.rb
|
405
|
+
- spec/support/shared_examples/integration/remote/host.rb
|
406
|
+
- spec/support/shared_examples/integration/remote/memory.rb
|
407
|
+
- spec/support/shared_examples/integration/remote/os.rb
|
408
|
+
- spec/support/shared_examples/integration/remote/remote_file.rb
|
252
409
|
- spec/unit/command_spec.rb
|
253
410
|
- spec/unit/core/apt_spec.rb
|
254
411
|
- spec/unit/core/archive_spec.rb
|
@@ -274,7 +431,6 @@ files:
|
|
274
431
|
- spec/unit/remote/fstab_spec.rb
|
275
432
|
- spec/unit/template_spec.rb
|
276
433
|
- spec/unit/util_spec.rb
|
277
|
-
- spec/zz_reboot_spec.rb
|
278
434
|
homepage: https://github.com/avamia/kanrisuru
|
279
435
|
licenses:
|
280
436
|
- MIT
|
@@ -1,119 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'spec_helper'
|
4
|
-
|
5
|
-
TestHosts.each_os(only: %w[debian ubuntu]) do |os_name, host_json|
|
6
|
-
RSpec.describe Kanrisuru::Core::Apt do
|
7
|
-
context "with #{os_name}" do
|
8
|
-
let(:host) do
|
9
|
-
Kanrisuru::Remote::Host.new(
|
10
|
-
host: host_json['hostname'],
|
11
|
-
username: host_json['username'],
|
12
|
-
keys: [host_json['ssh_key']]
|
13
|
-
)
|
14
|
-
end
|
15
|
-
|
16
|
-
after do
|
17
|
-
host.disconnect
|
18
|
-
end
|
19
|
-
|
20
|
-
it 'installs package' do
|
21
|
-
host.su('root')
|
22
|
-
result = host.apt('install', packages: %w[ffmpeg curl])
|
23
|
-
expect(result).to be_success
|
24
|
-
|
25
|
-
result = host.which('ffmpeg')
|
26
|
-
expect(result).to be_success
|
27
|
-
paths = result.map(&:path)
|
28
|
-
expect(paths).to include(match('ffmpeg'))
|
29
|
-
|
30
|
-
result = host.which('curl')
|
31
|
-
expect(result).to be_success
|
32
|
-
paths = result.map(&:path)
|
33
|
-
expect(paths).to include(match('curl'))
|
34
|
-
end
|
35
|
-
|
36
|
-
it 'removes installed packages' do
|
37
|
-
host.su('root')
|
38
|
-
result = host.apt('remove', packages: ['ffmpeg'])
|
39
|
-
expect(result).to be_success
|
40
|
-
end
|
41
|
-
|
42
|
-
it 'purges installed packages' do
|
43
|
-
host.su('root')
|
44
|
-
result = host.apt('purge', packages: ['ffmpeg'])
|
45
|
-
expect(result).to be_success
|
46
|
-
end
|
47
|
-
|
48
|
-
it 'removes unused packages' do
|
49
|
-
host.su('root')
|
50
|
-
result = host.apt('autoremove')
|
51
|
-
expect(result).to be_success
|
52
|
-
end
|
53
|
-
|
54
|
-
it 'cleans packages' do
|
55
|
-
host.su('root')
|
56
|
-
result = host.apt('clean')
|
57
|
-
expect(result).to be_success
|
58
|
-
end
|
59
|
-
|
60
|
-
it 'autocleans packages' do
|
61
|
-
host.su('root')
|
62
|
-
result = host.apt('autoclean')
|
63
|
-
expect(result).to be_success
|
64
|
-
end
|
65
|
-
|
66
|
-
it 'updates packages' do
|
67
|
-
host.su('root')
|
68
|
-
result = host.apt('update')
|
69
|
-
expect(result).to be_success
|
70
|
-
end
|
71
|
-
|
72
|
-
it 'upgrades packages' do
|
73
|
-
host.su('root')
|
74
|
-
result = host.apt('upgrade')
|
75
|
-
expect(result).to be_success
|
76
|
-
end
|
77
|
-
|
78
|
-
it 'fully upgrades packages' do
|
79
|
-
host.su('root')
|
80
|
-
result = host.apt('full-upgrade')
|
81
|
-
expect(result).to be_success
|
82
|
-
end
|
83
|
-
|
84
|
-
it 'shows details of listed packages' do
|
85
|
-
result = host.apt('show', packages: %w[wget curl git sudo])
|
86
|
-
expect(result).to be_success
|
87
|
-
end
|
88
|
-
|
89
|
-
it 'lists all packages' do
|
90
|
-
host.su('root')
|
91
|
-
result = host.apt('list')
|
92
|
-
expect(result).to be_success
|
93
|
-
end
|
94
|
-
|
95
|
-
it 'lists installed packages' do
|
96
|
-
host.su('root')
|
97
|
-
result = host.apt('list', installed: true)
|
98
|
-
expect(result).to be_success
|
99
|
-
end
|
100
|
-
|
101
|
-
it 'lists upgradable packages' do
|
102
|
-
host.su('root')
|
103
|
-
result = host.apt('list', upgradable: true)
|
104
|
-
expect(result).to be_success
|
105
|
-
end
|
106
|
-
|
107
|
-
it 'lists all versions for packages' do
|
108
|
-
host.su('root')
|
109
|
-
result = host.apt('list', all_versions: true)
|
110
|
-
expect(result).to be_success
|
111
|
-
end
|
112
|
-
|
113
|
-
it 'searches packages' do
|
114
|
-
result = host.apt('search', query: 'wget')
|
115
|
-
expect(result).to be_success
|
116
|
-
end
|
117
|
-
end
|
118
|
-
end
|
119
|
-
end
|
@@ -1,223 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'spec_helper'
|
4
|
-
|
5
|
-
TestHosts.each_os do |os_name, host_json, spec_dir|
|
6
|
-
RSpec.describe Kanrisuru::Core::Archive do
|
7
|
-
context "with #{os_name}" do
|
8
|
-
before(:all) do
|
9
|
-
host = Kanrisuru::Remote::Host.new(
|
10
|
-
host: host_json['hostname'],
|
11
|
-
username: host_json['username'],
|
12
|
-
keys: [host_json['ssh_key']]
|
13
|
-
)
|
14
|
-
|
15
|
-
host.mkdir(spec_dir, silent: true)
|
16
|
-
host.disconnect
|
17
|
-
end
|
18
|
-
|
19
|
-
let(:host) do
|
20
|
-
Kanrisuru::Remote::Host.new(
|
21
|
-
host: host_json['hostname'],
|
22
|
-
username: host_json['username'],
|
23
|
-
keys: [host_json['ssh_key']]
|
24
|
-
)
|
25
|
-
end
|
26
|
-
|
27
|
-
after do
|
28
|
-
host.disconnect
|
29
|
-
end
|
30
|
-
|
31
|
-
after(:all) do
|
32
|
-
host = Kanrisuru::Remote::Host.new(
|
33
|
-
host: host_json['hostname'],
|
34
|
-
username: host_json['username'],
|
35
|
-
keys: [host_json['ssh_key']]
|
36
|
-
)
|
37
|
-
|
38
|
-
host.rmdir(spec_dir)
|
39
|
-
host.rmdir("#{spec_dir}/extract-tar-files") if host.dir?("#{spec_dir}/extract-tar-files")
|
40
|
-
host.disconnect
|
41
|
-
end
|
42
|
-
|
43
|
-
it 'tars an archive' do
|
44
|
-
archive = 'archive.tar'
|
45
|
-
archive2 = 'archive2.tar'
|
46
|
-
directory = spec_dir
|
47
|
-
|
48
|
-
host.touch("#{spec_dir}/test-file.txt")
|
49
|
-
host.touch("#{spec_dir}/test1.txt")
|
50
|
-
host.touch("#{spec_dir}/test2.txt")
|
51
|
-
host.touch("#{spec_dir}/test3.txt")
|
52
|
-
|
53
|
-
host.touch("#{spec_dir}/test1.config")
|
54
|
-
host.touch("#{spec_dir}/test2.config")
|
55
|
-
host.touch("#{spec_dir}/test3.config")
|
56
|
-
|
57
|
-
host.cd(spec_dir)
|
58
|
-
result = host.tar('create', archive, paths: ['*.txt'], exclude: 'test-file.txt', directory: directory)
|
59
|
-
|
60
|
-
expect(result.success?).to eq(true)
|
61
|
-
|
62
|
-
file = host.file("#{spec_dir}/#{archive}")
|
63
|
-
|
64
|
-
expect(file.path).to eq("#{spec_dir}/archive.tar")
|
65
|
-
expect(file.user).to eq(host_json['username'])
|
66
|
-
|
67
|
-
case os_name
|
68
|
-
when 'opensuse', 'sles'
|
69
|
-
expect(file.group).to eq('users')
|
70
|
-
else
|
71
|
-
expect(file.group).to eq(host_json['username'])
|
72
|
-
end
|
73
|
-
|
74
|
-
result = host.tar('list', archive, directory: directory)
|
75
|
-
expect(result.success?).to eq(true)
|
76
|
-
paths = result.map(&:path)
|
77
|
-
expect(paths.include?('test-file.txt')).to eq(false)
|
78
|
-
|
79
|
-
result = host.tar('append', archive, paths: 'test-file.txt', directory: directory)
|
80
|
-
expect(result.success?).to eq(true)
|
81
|
-
|
82
|
-
result = host.tar('list', archive, directory: directory)
|
83
|
-
paths = result.map(&:path)
|
84
|
-
|
85
|
-
expect(paths.include?('test-file.txt')).to eq(true)
|
86
|
-
|
87
|
-
result = host.tar('create', archive2, paths: '*.config', directory: directory)
|
88
|
-
expect(result.success?).to eq(true)
|
89
|
-
|
90
|
-
file = host.file("#{spec_dir}/#{archive2}")
|
91
|
-
|
92
|
-
expect(file.path).to eq("#{spec_dir}/archive2.tar")
|
93
|
-
expect(file.user).to eq(host_json['username'])
|
94
|
-
|
95
|
-
case os_name
|
96
|
-
when 'opensuse', 'sles'
|
97
|
-
expect(file.group).to eq('users')
|
98
|
-
else
|
99
|
-
expect(file.group).to eq(host_json['username'])
|
100
|
-
end
|
101
|
-
|
102
|
-
result = host.tar('concat', archive, paths: archive2, directory: directory)
|
103
|
-
expect(result.success?).to eq(true)
|
104
|
-
|
105
|
-
result = host.tar('list', archive, directory: directory)
|
106
|
-
expect(result.success?).to eq(true)
|
107
|
-
paths = result.map(&:path)
|
108
|
-
|
109
|
-
expect(paths.include?('test1.config')).to eq(true)
|
110
|
-
expect(paths.include?('test2.config')).to eq(true)
|
111
|
-
expect(paths.include?('test3.config')).to eq(true)
|
112
|
-
|
113
|
-
result = host.tar('diff', archive, directory: directory)
|
114
|
-
expect(result.success?).to eq(true)
|
115
|
-
|
116
|
-
result = host.tar('delete', archive, directory: directory, paths: 'test2.config')
|
117
|
-
expect(result.success?).to eq(true)
|
118
|
-
|
119
|
-
result = host.tar('list', archive, directory: directory)
|
120
|
-
expect(result.success?).to eq(true)
|
121
|
-
paths = result.map(&:path)
|
122
|
-
expect(paths.include?('test2.config')).to eq(false)
|
123
|
-
|
124
|
-
host.mkdir("#{spec_dir}/extract-tar-files", silent: true)
|
125
|
-
host.tar('extract', 'archive.tar', directory: "#{spec_dir}/extract-tar-files")
|
126
|
-
|
127
|
-
result = host.ls(path: "#{spec_dir}/extract-tar-files")
|
128
|
-
paths = result.map(&:path)
|
129
|
-
|
130
|
-
expect(paths.include?('test1.config')).to eq(true)
|
131
|
-
expect(paths.include?('test3.config')).to eq(true)
|
132
|
-
expect(paths.include?('test-file.txt')).to eq(true)
|
133
|
-
expect(paths.include?('test1.txt')).to eq(true)
|
134
|
-
expect(paths.include?('test2.txt')).to eq(true)
|
135
|
-
expect(paths.include?('test3.txt')).to eq(true)
|
136
|
-
end
|
137
|
-
|
138
|
-
it 'compresses archive while tar' do
|
139
|
-
archive = 'archive.tar'
|
140
|
-
directory = spec_dir
|
141
|
-
|
142
|
-
host.touch("#{spec_dir}/test1.log")
|
143
|
-
host.touch("#{spec_dir}/test2.log")
|
144
|
-
host.touch("#{spec_dir}/test3.log")
|
145
|
-
|
146
|
-
host.cd(spec_dir)
|
147
|
-
result = host.tar('create', "#{archive}.gz", compress: 'gzip', paths: ['*.log'], directory: directory)
|
148
|
-
expect(result.success?).to eq(true)
|
149
|
-
|
150
|
-
file = host.file("#{spec_dir}/#{archive}.gz")
|
151
|
-
expect(file.path).to eq("#{spec_dir}/archive.tar.gz")
|
152
|
-
expect(file.uid).to eq(1000)
|
153
|
-
|
154
|
-
case os_name
|
155
|
-
when 'opensuse', 'sles'
|
156
|
-
expect(file.gid).to eq(100)
|
157
|
-
else
|
158
|
-
expect(file.gid).to eq(1000)
|
159
|
-
end
|
160
|
-
|
161
|
-
case os_name
|
162
|
-
when 'debian', 'ubuntu'
|
163
|
-
result = host.tar('create', "#{archive}.bz", compress: 'bzip2', paths: ['*.log'], directory: directory)
|
164
|
-
expect(result.success?).to eq(true)
|
165
|
-
|
166
|
-
file = host.file("#{spec_dir}/#{archive}.bz")
|
167
|
-
expect(file.path).to eq("#{spec_dir}/archive.tar.bz")
|
168
|
-
expect(file.uid).to eq(1000)
|
169
|
-
expect(file.gid).to eq(1000)
|
170
|
-
end
|
171
|
-
|
172
|
-
# case os_name
|
173
|
-
# when 'opensuse', 'sles'
|
174
|
-
# expect(file.gid).to eq(100)
|
175
|
-
# else
|
176
|
-
# end
|
177
|
-
|
178
|
-
case os_name
|
179
|
-
when 'debian'
|
180
|
-
## no op
|
181
|
-
else
|
182
|
-
result = host.tar('create', "#{archive}.xz", compress: 'xz', paths: ['*.log'], directory: directory)
|
183
|
-
expect(result.success?).to eq(true)
|
184
|
-
|
185
|
-
file = host.file("#{spec_dir}/#{archive}.xz")
|
186
|
-
expect(file.path).to eq("#{spec_dir}/archive.tar.xz")
|
187
|
-
expect(file.uid).to eq(1000)
|
188
|
-
|
189
|
-
case os_name
|
190
|
-
when 'opensuse', 'sles'
|
191
|
-
expect(file.gid).to eq(100)
|
192
|
-
else
|
193
|
-
expect(file.gid).to eq(1000)
|
194
|
-
end
|
195
|
-
end
|
196
|
-
|
197
|
-
case os_name
|
198
|
-
when 'centos', 'rhel', 'debian'
|
199
|
-
## no op
|
200
|
-
else
|
201
|
-
result = host.tar('create', "#{archive}.lzma", compress: 'lzma', paths: ['*.log'], directory: directory)
|
202
|
-
expect(result.success?).to eq(true)
|
203
|
-
|
204
|
-
file = host.file("#{spec_dir}/#{archive}.lzma")
|
205
|
-
expect(file.path).to eq("#{spec_dir}/archive.tar.lzma")
|
206
|
-
expect(file.uid).to eq(1000)
|
207
|
-
|
208
|
-
case os_name
|
209
|
-
when 'opensuse', 'sles'
|
210
|
-
expect(file.gid).to eq(100)
|
211
|
-
else
|
212
|
-
expect(file.gid).to eq(1000)
|
213
|
-
end
|
214
|
-
end
|
215
|
-
|
216
|
-
expect do
|
217
|
-
host.tar('create', "#{archive}.lzop", compress: 'lzop', paths: ['*.log'],
|
218
|
-
directory: directory)
|
219
|
-
end.to raise_error(ArgumentError)
|
220
|
-
end
|
221
|
-
end
|
222
|
-
end
|
223
|
-
end
|
@@ -1,93 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'spec_helper'
|
4
|
-
|
5
|
-
TestHosts.each_os do |os_name, host_json|
|
6
|
-
RSpec.describe Kanrisuru::Core::Disk do
|
7
|
-
context "with #{os_name}" do
|
8
|
-
let(:host) do
|
9
|
-
Kanrisuru::Remote::Host.new(
|
10
|
-
host: host_json['hostname'],
|
11
|
-
username: host_json['username'],
|
12
|
-
keys: [host_json['ssh_key']]
|
13
|
-
)
|
14
|
-
end
|
15
|
-
|
16
|
-
after do
|
17
|
-
host.disconnect
|
18
|
-
end
|
19
|
-
|
20
|
-
it 'searches detail on block devices' do
|
21
|
-
host.su('root')
|
22
|
-
result = host.blkid
|
23
|
-
expect(result.success?).to eq(true)
|
24
|
-
|
25
|
-
device = result[0]
|
26
|
-
expect(device).to respond_to(
|
27
|
-
:name, :label, :type, :uuid,
|
28
|
-
:label_fatboot, :part_uuid, :uuid_sub
|
29
|
-
)
|
30
|
-
|
31
|
-
result = host.blkid(uuid: device.uuid)
|
32
|
-
expect(result.success?).to eq(true)
|
33
|
-
expect(result.data).to eq(device.name)
|
34
|
-
|
35
|
-
result = host.blkid(device: device.name)
|
36
|
-
# puts device.name
|
37
|
-
# puts result.inspect
|
38
|
-
expect(result.success?).to eq(true)
|
39
|
-
expect(result.data[0]).to respond_to(
|
40
|
-
:name, :label, :uuid, :type, :uuid_sub, :label_fatboot, :version, :usage,
|
41
|
-
:part_uuid, :part_entry_scheme, :part_entry_uuid, :part_entry_type,
|
42
|
-
:part_entry_number, :part_entry_offset, :part_entry_size, :part_entry_disk,
|
43
|
-
:minimum_io_size, :physical_sector_size, :logical_sector_size
|
44
|
-
)
|
45
|
-
end
|
46
|
-
|
47
|
-
it 'gets details on block devices' do
|
48
|
-
result = host.lsblk
|
49
|
-
expect(result.data).to be_instance_of(Array)
|
50
|
-
|
51
|
-
device = result[0]
|
52
|
-
|
53
|
-
expect(device).to respond_to(
|
54
|
-
:name, :maj_dev, :min_dev,
|
55
|
-
:removable_device, :readonly_device,
|
56
|
-
:owner, :group, :mode,
|
57
|
-
:fsize, :type, :mount_point,
|
58
|
-
:fs_type, :uuid, :children
|
59
|
-
)
|
60
|
-
end
|
61
|
-
|
62
|
-
it 'gets summarize disk usage' do
|
63
|
-
result = host.du(path: "#{host_json['home']}/.bashrc", summarize: true)
|
64
|
-
expect(result).to be_success
|
65
|
-
expect(result[0].path).to eq("#{host_json['home']}/.bashrc")
|
66
|
-
end
|
67
|
-
|
68
|
-
it 'gets all disk usage' do
|
69
|
-
result = host.du(path: host_json['home'])
|
70
|
-
expect(result).to be_success
|
71
|
-
expect(result.data.length).to be >= 2
|
72
|
-
end
|
73
|
-
|
74
|
-
it 'gets summarized disk usage root user' do
|
75
|
-
host.su('root')
|
76
|
-
result = host.du(path: '/etc', summarize: true)
|
77
|
-
expect(result).to be_success
|
78
|
-
expect(result[0].path).to eq('/etc')
|
79
|
-
end
|
80
|
-
|
81
|
-
it 'gets disk free for system' do
|
82
|
-
expect(host.df.data).to be_instance_of(Array)
|
83
|
-
expect(host.df(inodes: true).data).to be_instance_of(Array)
|
84
|
-
end
|
85
|
-
|
86
|
-
it 'gets disk usage for path' do
|
87
|
-
result = host.df(path: '/')
|
88
|
-
expect(result.data).to be_instance_of(Array)
|
89
|
-
expect(result[0].mount).to eq('/')
|
90
|
-
end
|
91
|
-
end
|
92
|
-
end
|
93
|
-
end
|