File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cookbooks/aws-parallelcluster-platform/spec/unit/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments