Project

General

Profile

« Previous | Next » 

Revision 4070717d

Added by Timo Goebel about 4 years ago

fixes #29432 - add flatcar os support

View differences:

test/factories/operatingsystem.rb
title { 'CoreOS 494.5.0' }
end
factory :flatcar, class: Coreos do
sequence(:name) { 'Flatcar' }
major { '2345' }
minor { '3.0' }
type { 'Coreos' }
release_name { 'stable' }
title { 'Flatcar 2345.3.0' }
end
factory :ubuntu14_10, class: Debian do
sequence(:name) { 'Ubuntu' }
major { '14' }

Also available in: Unified diff