diff --git a/cookbooks/aws-parallelcluster-platform/spec/unit/resources/gdrcopy_spec.rb b/cookbooks/aws-parallelcluster-platform/spec/unit/resources/gdrcopy_spec.rb index 509843abb2..2f795953f4 100644 --- a/cookbooks/aws-parallelcluster-platform/spec/unit/resources/gdrcopy_spec.rb +++ b/cookbooks/aws-parallelcluster-platform/spec/unit/resources/gdrcopy_spec.rb @@ -212,6 +212,8 @@ def self.configure(chef_run) 'centos7' => 'el7', 'rhel8' => 'el8', 'rocky8' => 'el8', + 'rhel9' => 'el9', + 'rocky9' => 'el9', 'ubuntu20.04' => 'Ubuntu20_04', 'ubuntu22.04' => 'Ubuntu22_04', }