Skip to content

Commit 1d140d7

Browse files
committed
Merge pull request ManageIQ#22126 from dberg1/osspec
Add tests for OS name prioritization
2 parents dd36cca + 856fb2f commit 1d140d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: spec/models/operating_system_spec.rb

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"vmnix-x86" => "linux_esx",
1313
"vista" => "windows_generic",
1414
"coreos-cloud" => "linux_coreos",
15+
"linux debian" => "linux_debian",
16+
"redhat coreos" => "linux_coreos",
1517
}.each do |image, expected|
1618
it "normalizes #{image}" do
1719
expect(described_class.normalize_os_name(image)).to eq(expected)

0 commit comments

Comments
 (0)