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,95 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ RSpec.shared_examples 'stat' 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 'checks file type correctly' do
20
+ expect(host.dir?('/')).to eq(true)
21
+ expect(host.file?('/etc/hosts')).to eq(true)
22
+
23
+ case os_name
24
+ when 'sles'
25
+ expect(host.block_device?('/dev/xvda')).to eq(true)
26
+ else
27
+ expect(host.block_device?('/dev/vda')).to eq(true)
28
+ end
29
+
30
+ expect(host.char_device?('/dev/tty')).to eq(true)
31
+ expect(host.symlink?('/etc/mtab')).to eq(true)
32
+ expect(host.inode?('/proc/uptime')).to eq(true)
33
+ end
34
+
35
+ it 'gets file stat' do
36
+ result = host.stat(host_json['home'])
37
+
38
+ expect(result.mode).to be_instance_of(Kanrisuru::Mode)
39
+ expect(result.mode.directory?).to eq(true)
40
+
41
+ case os_name
42
+ when 'centos', 'rhel', 'fedora'
43
+ expect(result.mode.numeric).to eq('700')
44
+ expect(result.mode.to_i).to eq(0o700)
45
+
46
+ expect(result.mode.group.read?).to eq(false)
47
+ expect(result.mode.group.write?).to eq(false)
48
+ expect(result.mode.group.execute?).to eq(false)
49
+
50
+ expect(result.mode.other.read?).to eq(false)
51
+ expect(result.mode.other.write?).to eq(false)
52
+ expect(result.mode.other.execute?).to eq(false)
53
+
54
+ expect(result.mode.owner.read?).to eq(true)
55
+ expect(result.mode.owner.write?).to eq(true)
56
+ expect(result.mode.owner.execute?).to eq(true)
57
+
58
+ expect(result.mode.symbolic).to eq('drwx------')
59
+ else
60
+ expect(result.mode.numeric).to eq('755')
61
+ expect(result.mode.to_i).to eq(0o755)
62
+
63
+ expect(result.mode.group.read?).to eq(true)
64
+ expect(result.mode.group.write?).to eq(false)
65
+ expect(result.mode.group.execute?).to eq(true)
66
+
67
+ expect(result.mode.other.read?).to eq(true)
68
+ expect(result.mode.other.write?).to eq(false)
69
+ expect(result.mode.other.execute?).to eq(true)
70
+
71
+ expect(result.mode.owner.read?).to eq(true)
72
+ expect(result.mode.owner.write?).to eq(true)
73
+ expect(result.mode.owner.execute?).to eq(true)
74
+
75
+ expect(result.mode.symbolic).to eq('drwxr-xr-x')
76
+ end
77
+
78
+ expect(result.file_type).to eq('directory')
79
+
80
+ case os_name
81
+ when 'opensuse', 'sles'
82
+ expect(result.gid).to eq(100)
83
+ expect(result.group).to eq('users')
84
+ else
85
+ expect(result.gid).to eq(1000)
86
+ expect(result.group).to eq(host_json['username'])
87
+ end
88
+
89
+ expect(result.uid).to eq(1000)
90
+ expect(result.user).to eq(host_json['username'])
91
+
92
+ expect(result.fsize).to be >= 0
93
+ end
94
+ end
95
+ end
@@ -0,0 +1,112 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ RSpec.shared_examples 'stream' 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.rmdir(spec_dir)
38
+ host.disconnect
39
+ end
40
+
41
+ it 'outputs beginning of a file' do
42
+ file = host.file("#{spec_dir}/test-file.txt")
43
+ file.touch
44
+ file.append do |f|
45
+ f << 'This'
46
+ f << 'is'
47
+ f << 'a'
48
+ f << 'file!'
49
+ end
50
+
51
+ result = host.head("#{spec_dir}/test-file.txt", lines: 2)
52
+ expect(result).to be_success
53
+ expect(result.data.length).to eq(2)
54
+ expect(result.data).to eq(%w[This is])
55
+ end
56
+
57
+ it 'outputs end of a file' do
58
+ file = host.file("#{spec_dir}/test-file.txt")
59
+ file.touch
60
+ file.append do |f|
61
+ f << 'This'
62
+ f << 'is'
63
+ f << 'a'
64
+ f << 'file!'
65
+ end
66
+
67
+ result = host.tail("#{spec_dir}/test-file.txt", lines: 2)
68
+ expect(result).to be_success
69
+ expect(result.data.length).to eq(2)
70
+ expect(result.data).to eq(['a', 'file!'])
71
+ end
72
+
73
+ it 'reads a chunk of text from a file' do
74
+ file = host.file("#{spec_dir}/test-file-chunk.txt")
75
+ file.touch
76
+ file.append do |f|
77
+ f << 'This'
78
+ f << 'is'
79
+ f << 'is'
80
+ f << 'a'
81
+ f << 'file'
82
+ f << 'forever...'
83
+ end
84
+
85
+ result = host.read_file_chunk("#{spec_dir}/test-file-chunk.txt", 2, 4)
86
+ expect(result).to be_success
87
+ expect(result.data.length).to eq(3)
88
+ expect(result.data).to eq(%w[is is a])
89
+ end
90
+
91
+ it 'cats a file' do
92
+ result = host.cat('/etc/group')
93
+ expect(result.success?).to eq(true)
94
+ expect(result.data.include?('root:x:0:')).to eq(true)
95
+ end
96
+
97
+ it 'echoes to stdout' do
98
+ result = host.echo('Hello world')
99
+ expect(result.data).to eq('Hello world')
100
+ end
101
+
102
+ it 'seds file to stdout' do
103
+ path = "#{spec_dir}/test-file.txt"
104
+ result = host.echo("Hello world, this is a Cat test file.\nCat\nCat\nDog", new_file: path, mode: 'write')
105
+ expect(result).to be_success
106
+
107
+ result = host.sed(path, 'Cat', 'Dog')
108
+ expect(result).to be_success
109
+ expect(result.data).to eq("Hello world, this is a Dog test file.\nDog\nDog\nDog")
110
+ end
111
+ end
112
+ end
@@ -0,0 +1,155 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ RSpec.shared_examples 'system' 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 cpu details' do
20
+ result = host.lscpu
21
+ expect(result).to be_success
22
+ expect(result.data).to be_instance_of(Kanrisuru::Core::System::CPUArchitecture)
23
+ end
24
+
25
+ it 'gets environment variables' do
26
+ result = host.load_env
27
+ expect(result).to be_success
28
+ expect(result.data).to be_instance_of(Hash)
29
+ end
30
+
31
+ it 'gets open files' do
32
+ host.su('root')
33
+ result = host.lsof
34
+ expect(result).to be_success
35
+ expect(result.data).to be_instance_of(Array)
36
+ end
37
+
38
+ it 'gets uptime' do
39
+ result = host.uptime
40
+ expect(result).to be_success
41
+
42
+ expect(result).to respond_to(
43
+ :boot_time, :uptime, :seconds,
44
+ :hours, :minutes, :days
45
+ )
46
+
47
+ expect(result.seconds).to be > 0
48
+ expect(result.minutes).to be >= 0
49
+ expect(result.hours).to be >= 0
50
+ expect(result.days).to be >= 0
51
+ end
52
+
53
+ it 'kills pids' do
54
+ command = 'sleep 100000 > /dev/null 2>&1 &'
55
+
56
+ host.execute_shell("nohup #{command}")
57
+ result = host.ps(user: host_json['username'])
58
+ expect(result.success?).to eq(true)
59
+
60
+ process = result.select do |proc|
61
+ proc.command == 'sleep 100000'
62
+ end
63
+
64
+ pids = process.map(&:pid)
65
+ result = host.kill('SIGKILL', pids)
66
+ expect(result.success?).to eq(true)
67
+
68
+ result = host.ps(user: host_json['username'])
69
+ process = result.select do |proc|
70
+ proc.command == 'sleep 100000'
71
+ end
72
+
73
+ expect(process).to be_empty
74
+ end
75
+
76
+ it 'gets kernel statistics' do
77
+ result = host.kernel_statistics
78
+ expect(result).to be_success
79
+
80
+ expect(result.data).to respond_to(
81
+ :cpu_total,
82
+ :cpus,
83
+ :interrupt_total,
84
+ :interrupts,
85
+ :ctxt,
86
+ :btime,
87
+ :processes,
88
+ :procs_running,
89
+ :procs_blocked,
90
+ :softirq_total,
91
+ :softirqs
92
+ )
93
+
94
+ expect(result.cpus.length).to eq(host.cpu.cores)
95
+ end
96
+
97
+ it 'gets login details' do
98
+ host.su('root')
99
+
100
+ result = host.last
101
+ expect(result).to be_success
102
+ end
103
+
104
+ it 'gets failed login attempts' do
105
+ host.su('root')
106
+
107
+ result = host.last(failed_attempts: true)
108
+ expect(result).to be_success
109
+ end
110
+
111
+ it 'gets process details' do
112
+ result = host.ps
113
+
114
+ expect(result.data).to be_instance_of(Array)
115
+ process = result[0]
116
+
117
+ expect(process).to respond_to(
118
+ :uid, :user, :gid, :group,
119
+ :pid, :ppid, :cpu_usage, :memory_usage,
120
+ :stat, :priority, :flags, :policy_abbr, :policy,
121
+ :cpu_time, :command
122
+ )
123
+
124
+ result = host.ps(user: [host_json['username']])
125
+
126
+ expect(result.data).to be_instance_of(Array)
127
+
128
+ process = result.find do |proc|
129
+ proc.command == result.command.raw_command
130
+ end
131
+
132
+ expect(process.command).to eq(result.command.raw_command)
133
+ end
134
+
135
+ it 'gets information for users' do
136
+ result = host.who
137
+ expect(result.success?).to eq(true)
138
+ end
139
+
140
+ it 'cancels rebooting system' do
141
+ host.su('root')
142
+ result = host.reboot(time: 1000)
143
+ expect(result).to be_success
144
+
145
+ result = host.reboot(cancel: true)
146
+ expect(result).to be_success
147
+
148
+ result = host.reboot(time: '11:11', message: 'Rebooting system')
149
+ expect(result).to be_success
150
+
151
+ result = host.reboot(cancel: true)
152
+ expect(result).to be_success
153
+ end
154
+ end
155
+ end
@@ -0,0 +1,101 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ RSpec.shared_examples 'transfer' 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.rmdir(spec_dir)
38
+ host.disconnect
39
+ end
40
+
41
+ it 'uploads a template file' do
42
+ path = '../templates/test.conf.erb'
43
+ dest_path = "#{spec_dir}/test.conf"
44
+
45
+ template = Kanrisuru::Template.new(path, array: %w[this is an array])
46
+ result = host.upload(template.read, dest_path)
47
+
48
+ expect(result).to be_success
49
+ expect(result.mode.numeric).to eq('640')
50
+ expect(result.user).to eq(host_json['username'])
51
+
52
+ case os_name
53
+ when 'sles', 'opensuse'
54
+ expect(result.gid).to eq(100)
55
+ expect(result.group).to eq('users')
56
+ else
57
+ expect(result.gid).to eq(1000)
58
+ expect(result.group).to eq(host_json['username'])
59
+ end
60
+
61
+ expect(host.cat(dest_path).to_a).to eq([
62
+ '<h1>Hello World</h1>',
63
+ 'this',
64
+ 'is',
65
+ 'an',
66
+ 'array'
67
+ ])
68
+ end
69
+
70
+ it 'uploads a dir' do
71
+ path = '../meta/'
72
+ dest_path = "#{spec_dir}/meta"
73
+
74
+ result = host.upload(path, dest_path, recursive: true)
75
+ expect(result).to be_success
76
+ end
77
+
78
+ it 'downloads a file to local fs' do
79
+ path = '../hosts-file'
80
+ src_path = '/etc/hosts'
81
+
82
+ result = host.download(src_path, path)
83
+ expect(result).to eq(path)
84
+ FileUtils.rm(path)
85
+ end
86
+
87
+ it 'downloads a file directly' do
88
+ src_path = '/etc/hosts'
89
+
90
+ result = host.download(src_path)
91
+ expect(result).to be_instance_of(String)
92
+ lines = result.split("\n")
93
+ expect(lines.length).to be >= 1
94
+ end
95
+
96
+ it 'wgets url' do
97
+ result = host.wget('https://example.com', directory_prefix: spec_dir)
98
+ expect(result).to be_success
99
+ end
100
+ end
101
+ end
@@ -0,0 +1,72 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ RSpec.shared_examples 'user' 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
+ after(:all) do
20
+ host = Kanrisuru::Remote::Host.new(
21
+ host: host_json['hostname'],
22
+ username: host_json['username'],
23
+ keys: [host_json['ssh_key']]
24
+ )
25
+
26
+ host.su('root')
27
+ host.user?('rails')
28
+ host.delete_user('rails').inspect if host.user?('rails')
29
+ host.rmdir('/home/rails') if host.dir?('/home/rails')
30
+ host.disconnect
31
+ end
32
+
33
+ it 'gets uid for user' do
34
+ expect(host.get_uid(host_json['uername']).to_i).to eq(1000)
35
+ expect(host.get_uid('asdf').to_i).to eq(nil)
36
+ end
37
+
38
+ it 'gets a user details' do
39
+ result = host.get_user(host_json['username'])
40
+ expect(result.uid).to eq(1000)
41
+ expect(result.name).to eq(host_json['username'])
42
+ expect(result.home.path).to eq(host_json['home'])
43
+
44
+ case os_name
45
+ when 'opensuse', 'sles'
46
+ expect(result.groups[0]).to have_attributes(gid: 100, name: 'users')
47
+ else
48
+ expect(result.groups[0]).to have_attributes(gid: 1000, name: host_json['username'])
49
+ end
50
+ end
51
+
52
+ it 'manages a user' do
53
+ ## Need priviledge escalation to manage group
54
+ host.su('root')
55
+
56
+ result = host.create_user('rails', password: '123456', groups: %w[mail tty])
57
+ expect(result.success?).to eq(true)
58
+ expect(result.uid).to eq(1001)
59
+ expect(result.groups.length).to eq(3)
60
+ expect(result.shell.path).to eq('/bin/false')
61
+ expect(result.home.path).to eq('/home/rails')
62
+
63
+ result = host.update_user('rails', uid: 1002, shell: '/bin/bash', groups: ['audio'], append: true)
64
+
65
+ expect(result.uid).to eq(1002)
66
+ expect(result.shell.path).to eq('/bin/bash')
67
+ expect(result.groups.length).to eq(4)
68
+
69
+ expect(host.delete_user('rails').success?).to eq(true) if host.user?('rails')
70
+ end
71
+ end
72
+ end
@@ -0,0 +1,115 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'spec_helper'
4
+
5
+ RSpec.shared_examples 'yum' 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 'upgrades packages' do
20
+ host.su('root')
21
+ result = host.yum('upgrade')
22
+ expect(result).to be_success
23
+ end
24
+
25
+ it 'updates packages' do
26
+ host.su('root')
27
+ result = host.yum('update')
28
+ expect(result).to be_success
29
+ end
30
+
31
+ it 'installs local package from RPM' do
32
+ case os_name
33
+ when 'fedora'
34
+ package = 'rpmfusion-free-release-32.noarch.rpm'
35
+ url = "https://download1.rpmfusion.org/free/fedora/#{package}"
36
+
37
+ result = host.wget(url)
38
+ expect(result).to be_success
39
+ file = host.file("~/#{package}")
40
+ expect(file).to be_exists
41
+
42
+ host.su('root')
43
+ result = host.yum('localinstall', repos: file.expand_path)
44
+ expect(result).to be_success
45
+ end
46
+ end
47
+
48
+ it 'lists installed packages' do
49
+ result = host.yum('list', installed: true)
50
+ expect(result).to be_success
51
+ end
52
+
53
+ it 'lists repos' do
54
+ result = host.yum('repolist')
55
+ expect(result).to be_success
56
+ end
57
+
58
+ it 'lists installed repos' do
59
+ result = host.yum('repolist', repos: 'updates')
60
+ expect(result).to be_success
61
+ end
62
+
63
+ it 'searches a single package' do
64
+ result = host.yum('search', packages: 'curl')
65
+ expect(result).to be_success
66
+ end
67
+
68
+ it 'searches all packages' do
69
+ result = host.yum('search', all: true, packages: %w[curl ffmpeg])
70
+ expect(result).to be_success
71
+ end
72
+
73
+ it 'installs a package' do
74
+ host.su('root')
75
+ result = host.yum('install', packages: %(ffmpeg curl))
76
+ expect(result).to be_success
77
+ end
78
+
79
+ it 'removes installed packages' do
80
+ host.su('root')
81
+ result = host.yum('remove', packages: ['ffmpeg'])
82
+ expect(result).to be_success
83
+ end
84
+
85
+ it 'purges installed packages' do
86
+ host.su('root')
87
+ result = host.yum('erase', packages: ['ffmpeg'])
88
+ expect(result).to be_success
89
+ end
90
+
91
+ it 'gets info for one package' do
92
+ host.su('root')
93
+ result = host.yum('info', packages: 'yum')
94
+ expect(result).to be_success
95
+ end
96
+
97
+ it 'gets info for installed packages' do
98
+ host.su('root')
99
+ result = host.yum('info', installed: true)
100
+ expect(result).to be_success
101
+ end
102
+
103
+ it 'cleans packages' do
104
+ host.su('root')
105
+ result = host.yum('clean', all: true)
106
+ expect(result).to be_success
107
+ end
108
+
109
+ it 'autoremoves packages' do
110
+ host.su('root')
111
+ result = host.yum('autoremove')
112
+ expect(result).to be_success
113
+ end
114
+ end
115
+ end