Skip to content

Commit

Permalink
Merge pull request #1057 from lsst-it/IT-4765/fix-pillan-spec
Browse files Browse the repository at this point in the history
(spec) fix pillan/tu spec for rke 1.4.6
  • Loading branch information
jhoblitt authored Feb 20, 2024
2 parents 60c2bfa + 51d8964 commit 8535883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion spec/hosts/nodes/pillan08.tu.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

it { is_expected.to compile.with_all_deps }

include_examples 'docker', docker_version: '24.0.9'
include_examples 'baremetal'
include_context 'with nm interface'

Expand All @@ -41,7 +42,7 @@
it do
is_expected.to contain_class('profile::core::rke').with(
enable_dhcp: true,
version: '1.3.12',
version: '1.4.6',
)
end

Expand Down
4 changes: 2 additions & 2 deletions spec/hosts/roles/rke_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@

it do
is_expected.to contain_class('rke').with(
version: '1.3.12',
checksum: '579da2206aec09cadccd8d6f4818861e78a256b6ae550a229335e500a472bd50',
version: '1.4.6',
checksum: '12d8fee6f759eac64b3981ef2822353993328f2f839ac88b3739bfec0b9d818c',
)
end
end # host
Expand Down

0 comments on commit 8535883

Please sign in to comment.