Add EL9 support #74
Annotations
4 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run bundle exec rake spec:
spec/functions/simp_apache/munge_httpd_networks_spec.rb#L17
simp_apache::munge_httpd_networks with valid input transforms IPV6 networks to apache settings format
Skipped: Not yet implemented
|
Run bundle exec rake spec:
spec/functions/simp_apache/munge_httpd_networks_spec.rb#L22
simp_apache::munge_httpd_networks with invalid input fails when transformation of an invalid IPv4 network is requested
Failure/Error: is_expected.to run.with_params(input).and_raise_error(/is not a valid/)
expected simp_apache::munge_httpd_networks(["1.2.3.4/34", "1.2.3.."]) to have raised Exception matching /is not a valid/ instead of returning ["1.2.3.4/34", "1.2.3.."]
|
Run bundle exec rake spec:
spec/functions/simp_apache/munge_httpd_networks_spec.rb#L32
simp_apache::munge_httpd_networks with invalid input fails when transformation of an invalid IPV6 network is requested
Skipped: Not yet implemented
|
Loading