puppetlabs / puppet_litmus

Providing a simple command line tool for puppet content creators, to enable simple and complex test deployments.
Apache License 2.0
88 stars 55 forks source link

(CAT-1521) - Adding new OS RHEL-9 ARM #530

Closed Ramesh7 closed 8 months ago

Ramesh7 commented 8 months ago

Summary

Agent Team have certified puppet agent with FOSS RHEL-9-ARM so we need to add for module testing as well.

Additional Context

Related Issues (if any)

N/A

Checklist

GSPatton commented 8 months ago

@Ramesh7 would matrix_from_metadata also need updated? https://github.com/puppetlabs/puppet_litmus/blob/affb26deca645ee9059b2f968189fe672c952298/exe/matrix_from_metadata_v2#L30

also, it would be good to add a spec test for this here: https://github.com/puppetlabs/puppet_litmus/blob/main/spec/exe/matrix_from_metadata_v2_spec.rb

Ramesh7 commented 8 months ago

matrix_from_metadata_v2_spec.rb

Thanks @GSPatton for review, have addressed the comments, ready to re-review.