linux_admin 1.2.1 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/linux_admin.rb +0 -8
  4. data/lib/linux_admin/chrony.rb +1 -0
  5. data/lib/linux_admin/disk.rb +31 -7
  6. data/lib/linux_admin/fstab.rb +29 -14
  7. data/lib/linux_admin/partition.rb +1 -1
  8. data/lib/linux_admin/registration_system.rb +8 -4
  9. data/lib/linux_admin/scap.rb +1 -1
  10. data/lib/linux_admin/service/sys_v_init_service.rb +2 -1
  11. data/lib/linux_admin/service/systemd_service.rb +6 -2
  12. data/lib/linux_admin/version.rb +1 -1
  13. metadata +36 -120
  14. data/lib/linux_admin/registration_system/rhn.rb +0 -111
  15. data/spec/chrony_spec.rb +0 -64
  16. data/spec/common_spec.rb +0 -37
  17. data/spec/data/rhn/output_rhn-channel_list +0 -2
  18. data/spec/data/rhn/output_rhn-channel_list_available +0 -4
  19. data/spec/data/rhn/systemid +0 -57
  20. data/spec/data/rhn/systemid.missing_system_id +0 -57
  21. data/spec/data/rpm/cmd_output_for_list_installed +0 -20
  22. data/spec/data/subscription_manager/output_list_all_available +0 -42
  23. data/spec/data/subscription_manager/output_list_installed_not_subscribed +0 -19
  24. data/spec/data/subscription_manager/output_list_installed_subscribed +0 -19
  25. data/spec/data/subscription_manager/output_orgs +0 -6
  26. data/spec/data/subscription_manager/output_repos +0 -18
  27. data/spec/data/time_date/timedatectl_output +0 -14
  28. data/spec/data/yum/first.repo +0 -19
  29. data/spec/data/yum/output_repo_list +0 -13
  30. data/spec/data/yum/output_repoquery_multiple +0 -3
  31. data/spec/data/yum/output_repoquery_single +0 -1
  32. data/spec/data/yum/second.repo +0 -9
  33. data/spec/deb_spec.rb +0 -52
  34. data/spec/disk_spec.rb +0 -244
  35. data/spec/distro_spec.rb +0 -77
  36. data/spec/dns_spec.rb +0 -105
  37. data/spec/etc_issue_spec.rb +0 -37
  38. data/spec/fstab_spec.rb +0 -66
  39. data/spec/hardware_spec.rb +0 -46
  40. data/spec/hosts_spec.rb +0 -150
  41. data/spec/ip_address_spec.rb +0 -148
  42. data/spec/logical_volume_spec.rb +0 -166
  43. data/spec/mountable_spec.rb +0 -182
  44. data/spec/network_interface/network_interface_rh_spec.rb +0 -291
  45. data/spec/network_interface_spec.rb +0 -284
  46. data/spec/partition_spec.rb +0 -24
  47. data/spec/physical_volume_spec.rb +0 -101
  48. data/spec/registration_system_spec.rb +0 -85
  49. data/spec/rhn_spec.rb +0 -144
  50. data/spec/rpm_spec.rb +0 -85
  51. data/spec/scap_spec.rb +0 -48
  52. data/spec/service/sys_v_init_service_spec.rb +0 -127
  53. data/spec/service/systemd_service_spec.rb +0 -133
  54. data/spec/service_spec.rb +0 -54
  55. data/spec/spec_helper.rb +0 -116
  56. data/spec/ssh_spec.rb +0 -53
  57. data/spec/subscription_manager_spec.rb +0 -228
  58. data/spec/system_spec.rb +0 -15
  59. data/spec/time_date_spec.rb +0 -106
  60. data/spec/volume_group_spec.rb +0 -99
  61. data/spec/yum_spec.rb +0 -155
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a863d63cfccd0d251315f154912c9422cb7ca216cf324da353b073c659b115c8
4
- data.tar.gz: 4187ad54595560e76bcfe08c8bdac09b2d430cd1e2b05d678b0f4173a5d1db09
3
+ metadata.gz: 8cf63fca0b4828a6f715bb76adc87da2a1913c7e69dd088c02d0ef336e1ffe89
4
+ data.tar.gz: 1e535ef615ffc0f776cc76aa790a63405d5888d3570bc7a2b2c1593c7aaa5afe
5
5
  SHA512:
6
- metadata.gz: 364f16b054e815863a566c502853b46e2001b48a91abb47f9557b8173459b58db3be7b45a6700c2ec190c3e54c9289688c42d83d65962833c1a7a20a7ef94e58
7
- data.tar.gz: 46da4ef5979a2dd28ba4bd6195bffcb239d0b42b6a051e04110fb0e5b8a51db5dbec4faaed6e930d8d4a7640e9e3ab722f38467f7fb2a6e52f28e0af16d9c13e
6
+ metadata.gz: a0672603b8c57e01d31c14f6764a3cf2583260425a3cb6a94e51f2a3b079bcafeacc9a25c1fa306f94465f4d948468bc6da2c6eef12f6380140964ff8480e61f
7
+ data.tar.gz: 0ef53c6372868842d1f341c49808e0d0b3a7a0033562c0f3462e3761232b13f183eb6a3094af2f13a8ddf2e4992b101b1c17eade5de5d422adc68dbd671cbe15
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # LinuxAdmin
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/linux_admin.svg)](http://badge.fury.io/rb/linux_admin)
4
- [![Build Status](https://travis-ci.org/ManageIQ/linux_admin.svg)](https://travis-ci.org/ManageIQ/linux_admin)
4
+ [![Build Status](https://travis-ci.com/ManageIQ/linux_admin.svg)](https://travis-ci.com/ManageIQ/linux_admin)
5
5
  [![Code Climate](http://img.shields.io/codeclimate/github/ManageIQ/linux_admin.svg)](https://codeclimate.com/github/ManageIQ/linux_admin)
6
6
  [![Coverage Status](http://img.shields.io/coveralls/ManageIQ/linux_admin.svg)](https://coveralls.io/r/ManageIQ/linux_admin)
7
7
  [![Dependency Status](https://gemnasium.com/ManageIQ/linux_admin.svg)](https://gemnasium.com/ManageIQ/linux_admin)
@@ -33,18 +33,10 @@ require 'linux_admin/ip_address'
33
33
  require 'linux_admin/dns'
34
34
  require 'linux_admin/network_interface'
35
35
  require 'linux_admin/chrony'
36
- require 'forwardable'
37
36
 
38
37
  module LinuxAdmin
39
38
  class << self
40
- extend Forwardable
41
- extend Gem::Deprecate
42
39
  attr_writer :logger
43
-
44
- def_delegators Common, :run
45
- def_delegators Common, :run!
46
- deprecate :run, "AwesomeSpawn.run", 2017, 6
47
- deprecate :run!, "AwesomeSpawn.run!", 2017, 6
48
40
  end
49
41
 
50
42
  def self.logger
@@ -10,6 +10,7 @@ module LinuxAdmin
10
10
  def clear_servers
11
11
  data = File.read(@conf)
12
12
  data.gsub!(/^server\s+.+\n/, "")
13
+ data.gsub!(/^pool\s+.+\n/, "")
13
14
  File.write(@conf, data)
14
15
  end
15
16
 
@@ -6,16 +6,25 @@ module LinuxAdmin
6
6
  [:id, :start_sector, :end_sector,
7
7
  :size, :partition_type, :fs_type]
8
8
 
9
- attr_accessor :path
9
+ attr_accessor :path, :model
10
10
 
11
+ # Collect local disk information via the lsblk command. Only disks with a
12
+ # size greater than zero are returned.
13
+ #
11
14
  def self.local
12
- Dir.glob(['/dev/[vhs]d[a-z]', '/dev/xvd[a-z]']).collect do |d|
13
- Disk.new :path => d
14
- end
15
+ result = Common.run!(Common.cmd("lsblk"), :params => {:b => nil, :d => nil, :n => nil, :p => nil, :o => "NAME,SIZE,TYPE,MODEL"})
16
+ result.output.split("\n").collect do |string|
17
+ path, size, type, *model = string.split
18
+ if type.casecmp?('disk') && size.to_i > 0
19
+ self.new(:path => path, :size => size.to_i, :model => model.join(' '))
20
+ end
21
+ end.compact
15
22
  end
16
23
 
17
24
  def initialize(args = {})
18
- @path = args[:path]
25
+ @path = args[:path]
26
+ @model = args[:model] || "unknown"
27
+ @size = args[:size]
19
28
  end
20
29
 
21
30
  def size
@@ -100,11 +109,20 @@ module LinuxAdmin
100
109
  self
101
110
  end
102
111
 
112
+ def partition_path(id)
113
+ case model
114
+ when "nvme"
115
+ "#{path}p#{id}"
116
+ else
117
+ "#{path}#{id}"
118
+ end
119
+ end
120
+
103
121
  private
104
122
 
105
123
  def str_to_bytes(val, unit)
106
124
  case unit
107
- when 'K' then
125
+ when 'K', 'k' then
108
126
  val.to_f * 1_024 # 1.kilobytes
109
127
  when 'M' then
110
128
  val.to_f * 1_048_576 # 1.megabyte
@@ -151,11 +169,17 @@ module LinuxAdmin
151
169
  out.each_line do |l|
152
170
  if l =~ /^ [0-9].*/
153
171
  split << l.split
172
+ elsif l =~ /^Model:.*/
173
+ parse_model(l)
154
174
  end
155
175
  end
156
176
  split
157
177
  end
158
178
 
179
+ def parse_model(parted_line)
180
+ matches = parted_line.match(/^Model:.*\((?<model>\w+)\)$/)
181
+ @model = matches[:model] if matches
182
+ end
159
183
 
160
184
  def partition_from_parted(output_disk)
161
185
  args = {:disk => self}
@@ -163,7 +187,7 @@ module LinuxAdmin
163
187
  val = output_disk[i]
164
188
  case PARTED_FIELDS[i]
165
189
  when :start_sector, :end_sector, :size
166
- if val =~ /([0-9\.]*)([KMG])B/
190
+ if val =~ /([0-9\.]*)([kKMG])B/
167
191
  val = str_to_bytes($1, $2)
168
192
  end
169
193
 
@@ -25,13 +25,13 @@ module LinuxAdmin
25
25
  comment = "##{comment}" unless comment.blank?
26
26
  columns = columns.chomp.split
27
27
 
28
- FSTabEntry.new :device => columns[0],
28
+ FSTabEntry.new(:device => columns[0],
29
29
  :mount_point => columns[1],
30
30
  :fs_type => columns[2],
31
31
  :mount_options => columns[3],
32
32
  :dumpable => columns[4],
33
33
  :fsck_order => columns[5],
34
- :comment => comment
34
+ :comment => comment)
35
35
  end
36
36
 
37
37
  def has_content?
@@ -44,30 +44,35 @@ module LinuxAdmin
44
44
  end
45
45
 
46
46
  def column_lengths
47
- self.columns.collect { |c| c ? c.size : 0 }
47
+ columns.collect { |c| c ? c.to_s.size : 0 }
48
48
  end
49
49
 
50
50
  def formatted_columns(max_lengths)
51
51
  self.columns.collect.
52
- with_index { |col, i| col.to_s.rjust(max_lengths[i]) }.join(" ")
52
+ with_index { |col, i| col.to_s.rjust(max_lengths[i]) }.join(" ").rstrip
53
53
  end
54
54
  end
55
55
 
56
56
  class FSTab
57
57
  include Singleton
58
58
 
59
- attr_accessor :entries
60
- attr_accessor :maximum_column_lengths
61
-
62
59
  def initialize
63
60
  refresh
64
61
  end
65
62
 
63
+ def entries
64
+ @entries ||= LinuxAdmin::FSTab::EntryCollection.new
65
+ end
66
+
67
+ def maximum_column_lengths
68
+ entries.maximum_column_lengths
69
+ end
70
+
66
71
  def write!
67
72
  content = ''
68
- @entries.each do |entry|
73
+ entries.each do |entry|
69
74
  if entry.has_content?
70
- content << entry.formatted_columns(@maximum_column_lengths) << "\n"
75
+ content << entry.formatted_columns(entries.maximum_column_lengths) << "\n"
71
76
  else
72
77
  content << "#{entry.comment}"
73
78
  end
@@ -84,17 +89,27 @@ module LinuxAdmin
84
89
  end
85
90
 
86
91
  def refresh
87
- @entries = []
88
- @maximum_column_lengths = Array.new(7, 0) # # of columns
92
+ @entries = nil
89
93
  read.each do |line|
90
94
  entry = FSTabEntry.from_line(line)
91
- @entries << entry
95
+ entries << entry
96
+ end
97
+ end
98
+
99
+ class EntryCollection < Array
100
+ attr_reader :maximum_column_lengths
92
101
 
102
+ def initialize
103
+ @maximum_column_lengths = Array.new(7, 0) # # of columns
104
+ end
105
+
106
+ def <<(entry)
93
107
  lengths = entry.column_lengths
94
108
  lengths.each_index do |i|
95
- @maximum_column_lengths[i] =
96
- lengths[i] if lengths[i] > @maximum_column_lengths[i]
109
+ maximum_column_lengths[i] = [lengths[i], maximum_column_lengths[i]].max
97
110
  end
111
+
112
+ super
98
113
  end
99
114
  end
100
115
  end
@@ -22,7 +22,7 @@ module LinuxAdmin
22
22
  end
23
23
 
24
24
  def path
25
- "#{disk.path}#{id}"
25
+ disk.partition_path(id)
26
26
  end
27
27
 
28
28
  def mount(mount_point=nil)
@@ -3,6 +3,7 @@ module LinuxAdmin
3
3
  include Logging
4
4
 
5
5
  def self.registration_type(reload = false)
6
+ @registration_type ||= nil
6
7
  return @registration_type if @registration_type && !reload
7
8
  @registration_type = registration_type_uncached
8
9
  end
@@ -23,10 +24,13 @@ module LinuxAdmin
23
24
 
24
25
  private
25
26
 
27
+ def self.respond_to_missing?(method_name, _include_private = false)
28
+ white_list_methods.include?(method_name)
29
+ end
30
+ private_class_method :respond_to_missing?
31
+
26
32
  def self.registration_type_uncached
27
- if Rhn.new.registered?
28
- Rhn
29
- elsif SubscriptionManager.new.registered?
33
+ if SubscriptionManager.new.registered?
30
34
  SubscriptionManager
31
35
  else
32
36
  self
@@ -36,7 +40,7 @@ module LinuxAdmin
36
40
 
37
41
  def self.white_list_methods
38
42
  @white_list_methods ||= begin
39
- all_methods = RegistrationSystem.instance_methods(false) + Rhn.instance_methods(false) + SubscriptionManager.instance_methods(false)
43
+ all_methods = RegistrationSystem.instance_methods(false) + SubscriptionManager.instance_methods(false)
40
44
  all_methods.uniq
41
45
  end
42
46
  end
@@ -83,7 +83,7 @@ module LinuxAdmin
83
83
  end
84
84
 
85
85
  def model_xml_element(doc)
86
- doc.css("//nist_list|model", "nist_list" => "http://checklists.nist.gov/xccdf/1.2").detect { |model| model.namespace.prefix.nil? }
86
+ doc.xpath("//ns10:model").first
87
87
  end
88
88
  end
89
89
  end
@@ -17,9 +17,10 @@ module LinuxAdmin
17
17
  self
18
18
  end
19
19
 
20
- def start
20
+ def start(enable = false)
21
21
  Common.run!(Common.cmd(:service),
22
22
  :params => {nil => [name, "start"]})
23
+ self.enable if enable
23
24
  self
24
25
  end
25
26
 
@@ -14,8 +14,12 @@ module LinuxAdmin
14
14
  self
15
15
  end
16
16
 
17
- def start
18
- Common.run!(command_path, :params => ["start", name])
17
+ def start(enable = false)
18
+ if enable
19
+ Common.run!(command_path, :params => ["enable", "--now", name])
20
+ else
21
+ Common.run!(command_path, :params => ["start", name])
22
+ end
19
23
  self
20
24
  end
21
25
 
@@ -1,3 +1,3 @@
1
1
  module LinuxAdmin
2
- VERSION = "1.2.1".freeze
2
+ VERSION = "2.0.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linux_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Dunne
@@ -20,25 +20,15 @@ authors:
20
20
  - Bo Yao
21
21
  - DuskyPrawn
22
22
  - Petr Blaho
23
+ - Nick LaMuro
24
+ - Daniel Berger
25
+ - Satoe Imaishi
26
+ - d-m-u
23
27
  autorequire:
24
28
  bindir: bin
25
29
  cert_chain: []
26
- date: 2018-02-23 00:00:00.000000000 Z
30
+ date: 2020-05-29 00:00:00.000000000 Z
27
31
  dependencies:
28
- - !ruby/object:Gem::Dependency
29
- name: bundler
30
- requirement: !ruby/object:Gem::Requirement
31
- requirements:
32
- - - "~>"
33
- - !ruby/object:Gem::Version
34
- version: '1.3'
35
- type: :development
36
- prerelease: false
37
- version_requirements: !ruby/object:Gem::Requirement
38
- requirements:
39
- - - "~>"
40
- - !ruby/object:Gem::Version
41
- version: '1.3'
42
32
  - !ruby/object:Gem::Dependency
43
33
  name: rake
44
34
  requirement: !ruby/object:Gem::Requirement
@@ -143,20 +133,38 @@ dependencies:
143
133
  requirements:
144
134
  - - ">="
145
135
  - !ruby/object:Gem::Version
146
- version: 1.8.1
147
- - - "~>"
136
+ version: 1.8.5
137
+ - - "!="
138
+ - !ruby/object:Gem::Version
139
+ version: 1.10.0
140
+ - - "!="
141
+ - !ruby/object:Gem::Version
142
+ version: 1.10.1
143
+ - - "!="
148
144
  - !ruby/object:Gem::Version
149
- version: '1.8'
145
+ version: 1.10.2
146
+ - - "<"
147
+ - !ruby/object:Gem::Version
148
+ version: '2'
150
149
  type: :runtime
151
150
  prerelease: false
152
151
  version_requirements: !ruby/object:Gem::Requirement
153
152
  requirements:
154
153
  - - ">="
155
154
  - !ruby/object:Gem::Version
156
- version: 1.8.1
157
- - - "~>"
155
+ version: 1.8.5
156
+ - - "!="
157
+ - !ruby/object:Gem::Version
158
+ version: 1.10.0
159
+ - - "!="
160
+ - !ruby/object:Gem::Version
161
+ version: 1.10.1
162
+ - - "!="
163
+ - !ruby/object:Gem::Version
164
+ version: 1.10.2
165
+ - - "<"
158
166
  - !ruby/object:Gem::Version
159
- version: '1.8'
167
+ version: '2'
160
168
  - !ruby/object:Gem::Dependency
161
169
  name: openscap
162
170
  requirement: !ruby/object:Gem::Requirement
@@ -207,6 +215,10 @@ email:
207
215
  - boyao@redhat.com
208
216
  - 32548790+DuskyPrawn@users.noreply.github.com
209
217
  - pblaho@redhat.com
218
+ - nicklamuro@gmail.com
219
+ - djberg96@gmail.com
220
+ - simaishi@redhat.com
221
+ - drewuhlmann@gmail.com
210
222
  executables: []
211
223
  extensions: []
212
224
  extra_rdoc_files: []
@@ -237,7 +249,6 @@ files:
237
249
  - lib/linux_admin/partition.rb
238
250
  - lib/linux_admin/physical_volume.rb
239
251
  - lib/linux_admin/registration_system.rb
240
- - lib/linux_admin/registration_system/rhn.rb
241
252
  - lib/linux_admin/registration_system/subscription_manager.rb
242
253
  - lib/linux_admin/rpm.rb
243
254
  - lib/linux_admin/scap.rb
@@ -253,53 +264,6 @@ files:
253
264
  - lib/linux_admin/volume_group.rb
254
265
  - lib/linux_admin/yum.rb
255
266
  - lib/linux_admin/yum/repo_file.rb
256
- - spec/chrony_spec.rb
257
- - spec/common_spec.rb
258
- - spec/data/rhn/output_rhn-channel_list
259
- - spec/data/rhn/output_rhn-channel_list_available
260
- - spec/data/rhn/systemid
261
- - spec/data/rhn/systemid.missing_system_id
262
- - spec/data/rpm/cmd_output_for_list_installed
263
- - spec/data/subscription_manager/output_list_all_available
264
- - spec/data/subscription_manager/output_list_installed_not_subscribed
265
- - spec/data/subscription_manager/output_list_installed_subscribed
266
- - spec/data/subscription_manager/output_orgs
267
- - spec/data/subscription_manager/output_repos
268
- - spec/data/time_date/timedatectl_output
269
- - spec/data/yum/first.repo
270
- - spec/data/yum/output_repo_list
271
- - spec/data/yum/output_repoquery_multiple
272
- - spec/data/yum/output_repoquery_single
273
- - spec/data/yum/second.repo
274
- - spec/deb_spec.rb
275
- - spec/disk_spec.rb
276
- - spec/distro_spec.rb
277
- - spec/dns_spec.rb
278
- - spec/etc_issue_spec.rb
279
- - spec/fstab_spec.rb
280
- - spec/hardware_spec.rb
281
- - spec/hosts_spec.rb
282
- - spec/ip_address_spec.rb
283
- - spec/logical_volume_spec.rb
284
- - spec/mountable_spec.rb
285
- - spec/network_interface/network_interface_rh_spec.rb
286
- - spec/network_interface_spec.rb
287
- - spec/partition_spec.rb
288
- - spec/physical_volume_spec.rb
289
- - spec/registration_system_spec.rb
290
- - spec/rhn_spec.rb
291
- - spec/rpm_spec.rb
292
- - spec/scap_spec.rb
293
- - spec/service/sys_v_init_service_spec.rb
294
- - spec/service/systemd_service_spec.rb
295
- - spec/service_spec.rb
296
- - spec/spec_helper.rb
297
- - spec/ssh_spec.rb
298
- - spec/subscription_manager_spec.rb
299
- - spec/system_spec.rb
300
- - spec/time_date_spec.rb
301
- - spec/volume_group_spec.rb
302
- - spec/yum_spec.rb
303
267
  homepage: http://github.com/ManageIQ/linux_admin
304
268
  licenses:
305
269
  - MIT
@@ -319,56 +283,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
319
283
  - !ruby/object:Gem::Version
320
284
  version: '0'
321
285
  requirements: []
322
- rubyforge_project:
323
- rubygems_version: 2.7.6
286
+ rubygems_version: 3.0.6
324
287
  signing_key:
325
288
  specification_version: 4
326
289
  summary: LinuxAdmin is a module to simplify management of linux systems.
327
- test_files:
328
- - spec/chrony_spec.rb
329
- - spec/common_spec.rb
330
- - spec/data/rhn/output_rhn-channel_list
331
- - spec/data/rhn/output_rhn-channel_list_available
332
- - spec/data/rhn/systemid
333
- - spec/data/rhn/systemid.missing_system_id
334
- - spec/data/rpm/cmd_output_for_list_installed
335
- - spec/data/subscription_manager/output_list_all_available
336
- - spec/data/subscription_manager/output_list_installed_not_subscribed
337
- - spec/data/subscription_manager/output_list_installed_subscribed
338
- - spec/data/subscription_manager/output_orgs
339
- - spec/data/subscription_manager/output_repos
340
- - spec/data/time_date/timedatectl_output
341
- - spec/data/yum/first.repo
342
- - spec/data/yum/output_repo_list
343
- - spec/data/yum/output_repoquery_multiple
344
- - spec/data/yum/output_repoquery_single
345
- - spec/data/yum/second.repo
346
- - spec/deb_spec.rb
347
- - spec/disk_spec.rb
348
- - spec/distro_spec.rb
349
- - spec/dns_spec.rb
350
- - spec/etc_issue_spec.rb
351
- - spec/fstab_spec.rb
352
- - spec/hardware_spec.rb
353
- - spec/hosts_spec.rb
354
- - spec/ip_address_spec.rb
355
- - spec/logical_volume_spec.rb
356
- - spec/mountable_spec.rb
357
- - spec/network_interface/network_interface_rh_spec.rb
358
- - spec/network_interface_spec.rb
359
- - spec/partition_spec.rb
360
- - spec/physical_volume_spec.rb
361
- - spec/registration_system_spec.rb
362
- - spec/rhn_spec.rb
363
- - spec/rpm_spec.rb
364
- - spec/scap_spec.rb
365
- - spec/service/sys_v_init_service_spec.rb
366
- - spec/service/systemd_service_spec.rb
367
- - spec/service_spec.rb
368
- - spec/spec_helper.rb
369
- - spec/ssh_spec.rb
370
- - spec/subscription_manager_spec.rb
371
- - spec/system_spec.rb
372
- - spec/time_date_spec.rb
373
- - spec/volume_group_spec.rb
374
- - spec/yum_spec.rb
290
+ test_files: []