Skip to content

Commit

Permalink
extend tests to bionic
Browse files Browse the repository at this point in the history
Add checksums for new versions
Signed-off-by: S.Cavallo <[email protected]>
  • Loading branch information
smcavallo committed Jul 11, 2018
1 parent 8850857 commit e353378
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ suites:
- name: installation_script_main
includes: [
'ubuntu-16.04',
'ubuntu-18.04'
]
attributes:
docker:
Expand All @@ -81,6 +82,7 @@ suites:
- name: installation_script_test
includes: [
'ubuntu-16.04',
'ubuntu-18.04'
]
attributes:
docker:
Expand All @@ -91,6 +93,7 @@ suites:
- name: installation_script_experimental
includes: [
'ubuntu-16.04',
'ubuntu-18.04'
]
attributes:
docker:
Expand All @@ -113,6 +116,7 @@ suites:
- recipe[docker_test::installation_tarball]
includes: [
'ubuntu-16.04',
'ubuntu-18.04'
]

##################
Expand Down Expand Up @@ -169,6 +173,7 @@ suites:
- name: smoke
includes: [
'ubuntu-16.04',
'ubuntu-18.04'
]
run_list:
- recipe[docker_test::smoke]
2 changes: 2 additions & 0 deletions libraries/docker_installation_tarball.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ def default_checksum
case version
when '17.12.0' then 'dc673421e0368c2c970203350a9d0cb739bc498c897e832779369b0b2a9c6192'
when '18.03.0' then '2d44ed2ac1e24cb22b6e72cb16d74fc9e60245a8ac1d4f79475604b804f46d38'
when '18.03.1' then 'bfb9c599a4fdb45523496c2ead191056ff43d6be90cf0e348421dd56bc3dcf0'
end
when 'Linux'
case version
when '17.12.0' then '692e1c72937f6214b1038def84463018d8e320c8eaf8530546c84c2f8f9c767d'
when '18.03.0' then 'e5dff6245172081dbf14285dafe4dede761f8bc1750310156b89928dbf56a9ee'
when '18.03.1' then '0e245c42de8a21799ab11179a4fce43b494ce173a8a2d6567ea6825d6c5265aa'
end
end
end
Expand Down

0 comments on commit e353378

Please sign in to comment.