Skip to content

Commit

Permalink
add oracle normalize os spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
nasark committed Dec 4, 2024
1 parent 79d7207 commit 488a238
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/models/operating_system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"linux debian" => "linux_debian",
"redhat coreos" => "linux_coreos",
"rhcos-4.11.2" => "linux_coreos",
"ol_8x64" => "linux_oracle",
"oracle" => "linux_oracle"
}.each do |image, expected|
it "normalizes #{image}" do
expect(described_class.normalize_os_name(image)).to eq(expected)
Expand Down

0 comments on commit 488a238

Please sign in to comment.