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,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[fedora]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Core::Yum do
7
+ include_examples 'yum', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[rhel]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Core::Yum do
7
+ include_examples 'yum', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[opensuse]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Core::Zypper do
7
+ include_examples 'zypper', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[sles]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Core::Zypper do
7
+ include_examples 'zypper', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[ubuntu]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Core::Disk do
7
+ include_examples 'disk', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[centos]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Cpu do
7
+ include_examples 'cpu', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[debian]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Cpu do
7
+ include_examples 'cpu', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[fedora]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Cpu do
7
+ include_examples 'cpu', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[opensuse]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Cpu do
7
+ include_examples 'cpu', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[rhel]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Cpu do
7
+ include_examples 'cpu', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[sles]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Cpu do
7
+ include_examples 'cpu', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[ubuntu]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Cpu do
7
+ include_examples 'cpu', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[centos]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Env do
7
+ include_examples 'env', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[debian]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Env do
7
+ include_examples 'env', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[fedora]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Env do
7
+ include_examples 'env', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[opensuse]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Env do
7
+ include_examples 'env', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[rhel]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Env do
7
+ include_examples 'env', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[sles]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Env do
7
+ include_examples 'env', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[ubuntu]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Env do
7
+ include_examples 'env', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[centos]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Fstab do
7
+ include_examples 'fstab', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[debian]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Fstab do
7
+ include_examples 'fstab', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[fedora]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Fstab do
7
+ include_examples 'fstab', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[opensuse]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Fstab do
7
+ include_examples 'fstab', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[rhel]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Fstab do
7
+ include_examples 'fstab', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[sles]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Fstab do
7
+ include_examples 'fstab', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[ubuntu]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Fstab do
7
+ include_examples 'fstab', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[centos]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Host do
7
+ include_examples 'host', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[debian]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Host do
7
+ include_examples 'host', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[fedora]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Host do
7
+ include_examples 'host', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[opensuse]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Host do
7
+ include_examples 'host', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[rhel]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Host do
7
+ include_examples 'host', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[sles]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Host do
7
+ include_examples 'host', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[ubuntu]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Host do
7
+ include_examples 'host', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[centos]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Memory do
7
+ include_examples 'memory', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[debian]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Memory do
7
+ include_examples 'memory', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[fedora]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Memory do
7
+ include_examples 'memory', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[opensuse]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Memory do
7
+ include_examples 'memory', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[rhel]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Memory do
7
+ include_examples 'memory', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[sles]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Memory do
7
+ include_examples 'memory', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[ubuntu]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Memory do
7
+ include_examples 'memory', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[centos]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Os do
7
+ include_examples 'os', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[debian]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Os do
7
+ include_examples 'os', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[fedora]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Os do
7
+ include_examples 'os', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[opensuse]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Os do
7
+ include_examples 'os', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[rhel]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Os do
7
+ include_examples 'os', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[sles]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Os do
7
+ include_examples 'os', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[ubuntu]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::Os do
7
+ include_examples 'os', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[centos]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::File do
7
+ include_examples 'remote_file', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[debian]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::File do
7
+ include_examples 'remote_file', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[fedora]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::File do
7
+ include_examples 'remote_file', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[opensuse]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::File do
7
+ include_examples 'remote_file', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[rhel]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::File do
7
+ include_examples 'remote_file', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[sles]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::File do
7
+ include_examples 'remote_file', os_name, host_json, spec_dir
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ TestHosts.each_os(only: %w[ubuntu]) do |os_name, host_json, spec_dir|
6
+ RSpec.describe Kanrisuru::Remote::File do
7
+ include_examples 'remote_file', os_name, host_json, spec_dir
8
+ end
9
+ end
data/spec/spec_helper.rb CHANGED
@@ -1,17 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'simplecov'
4
- require 'simplecov-cobertura'
3
+ require_relative 'helper/simplecov'
5
4
 
6
- SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
7
- SimpleCov::Formatter::HTMLFormatter,
8
- SimpleCov::Formatter::CoberturaFormatter
9
- ])
10
-
11
- SimpleCov.use_merging true
12
- SimpleCov.command_name("kanrisuru-tests" + (ENV['TEST_ENV_NUMBER'] || ''))
13
-
14
- SimpleCov.start
5
+ Dir['./spec/support/**/*.rb'].sort.each { |f| require(f) }
15
6
 
16
7
  require 'kanrisuru'
17
8