Skip to content

Commit

Permalink
added $::kernel to spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BIAndrews authored Mar 27, 2018
1 parent a36a6de commit b9a2ec3
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions spec/classes/basic_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
:operatingsystem => 'Redhat',
:operatingsystemmajrelease => '7',
:architecture => 'x86_64',
:processorcount => '2'
:processorcount => '2',
:kernel => 'Linux'
}
end

Expand All @@ -55,7 +56,8 @@
:operatingsystem => 'CentOS',
:operatingsystemmajrelease => '6',
:architecture => 'x86_64',
:processorcount => '2'
:processorcount => '2',
:kernel => 'Linux'
}
end

Expand All @@ -78,7 +80,8 @@
:operatingsystem => 'CentOS',
:operatingsystemmajrelease => '7',
:architecture => 'x86_64',
:processorcount => '2'
:processorcount => '2',
:kernel => 'Linux'
}
end

Expand All @@ -101,7 +104,8 @@
:operatingsystem => 'Scientific',
:operatingsystemmajrelease => '6',
:architecture => 'x86_64',
:processorcount => '2'
:processorcount => '2',
:kernel => 'Linux'
}
end

Expand All @@ -124,7 +128,8 @@
:operatingsystem => 'Amazon',
:operatingsystemmajrelease => '6',
:architecture => 'x86_64',
:processorcount => '2'
:processorcount => '2',
:kernel => 'Linux'
}
end

Expand All @@ -148,7 +153,8 @@
:operatingsystem => 'Nexenta',
:operatingsystemmajrelease => '6',
:architecture => 'x86_64',
:processorcount => '2'
:processorcount => '2',
:kernel => 'Solaris'
}
end

Expand Down

0 comments on commit b9a2ec3

Please sign in to comment.