We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a775b25 + 37e0662 commit bd05da2Copy full SHA for bd05da2
1 file changed
acceptance/tests/facts/networking_facts.rb
@@ -14,7 +14,7 @@
14
%w[networking dhcp] => agent['platform'] =~ /fedora-|el-8-|el-9-/ ? '' : @ip_regex, # https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/426
15
%w[networking ip] => @ip_regex,
16
%w[networking ip6] => /[a-f0-9]+:+/,
17
- %w[networking mac] => /[a-f0-9]{2}:/,
+ %w[networking mac] => /[A-Fa-f0-9]{2}:/,
18
%w[networking mtu] => /\d+/,
19
%w[networking netmask] => @netmask_regex,
20
%w[networking netmask6] => /[a-f0-9]+:/,
0 commit comments