Skip to content

Commit e3698e1

Browse files
committed
Fix spec tests
1 parent 8194314 commit e3698e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-platform/spec/unit/resources/gdrcopy_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def self.configure(chef_run)
136136
expected_gdrcopy_version = if platform == "centos"
137137
"2.3.1"
138138
else
139-
"2.4"
139+
"2.4.4"
140140
end
141141
expect(resource.gdrcopy_version).to eq(expected_gdrcopy_version)
142142
end
@@ -186,7 +186,7 @@ def self.configure(chef_run)
186186

187187
context "on #{platform}#{version} when gdrcopy enabled" do
188188
cached(:sources_dir) { 'sources_dir' }
189-
cached(:gdrcopy_version) { platform == 'centos' ? '2.3.1' : '2.4' }
189+
cached(:gdrcopy_version) { platform == 'centos' ? '2.3.1' : '2.4.4' }
190190
cached(:gdrcopy_checksum) do
191191
if platform == 'centos'
192192
'59b3cc97a4fc6008a5407506d9e67ecc4144cfad61c261217fabcb671cd30ca8'

0 commit comments

Comments
 (0)