Skip to content

Commit

Permalink
Merge pull request #2516 from mhashizume/maint/3.x/fedora_36_networking
Browse files Browse the repository at this point in the history
(maint) Modify test for Fedora 36
  • Loading branch information
AriaXLi authored Aug 25, 2022
2 parents 5bdc51e + d50ec6b commit 6d7ffc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/tests/facts/networking_facts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

agents.each do |agent|
expected_networking = {
"networking.dhcp" => agent['platform'] =~ /fedora-32|fedora-34|el-8-|el-9-/ ? '' : @ip_regex, # https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/426
"networking.dhcp" => agent['platform'] =~ /fedora-32|fedora-34|fedora-36|el-8-|el-9-/ ? '' : @ip_regex, # https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/426
"networking.ip" => @ip_regex,
"networking.ip6" => /[a-f0-9]+:+/,
"networking.mac" => /[a-f0-9]{2}:/,
Expand Down

0 comments on commit 6d7ffc6

Please sign in to comment.