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 @@ -160,7 +160,7 @@ def self.configure(chef_run)
160160 expected_gdrcopy_checksum = if platform == "centos"
161161 "59b3cc97a4fc6008a5407506d9e67ecc4144cfad61c261217fabcb671cd30ca8"
162162 else
163- "39e74d505ca16160567f109cc23478580d157da897f134989df1d563e55f7a5b "
163+ "8802f7bc4a589a610118023bdcdd83c10a56dea399acf6eeaac32e8cc10739a8 "
164164 end
165165 expect ( resource . gdrcopy_checksum ) . to eq ( expected_gdrcopy_checksum )
166166 end
@@ -191,7 +191,7 @@ def self.configure(chef_run)
191191 if platform == 'centos'
192192 '59b3cc97a4fc6008a5407506d9e67ecc4144cfad61c261217fabcb671cd30ca8'
193193 else
194- '39e74d505ca16160567f109cc23478580d157da897f134989df1d563e55f7a5b '
194+ '8802f7bc4a589a610118023bdcdd83c10a56dea399acf6eeaac32e8cc10739a8 '
195195 end
196196 end
197197 cached ( :gdrcopy_service ) { platform == 'ubuntu' ? 'gdrdrv' : 'gdrcopy' }
You can’t perform that action at this time.
0 commit comments