Fix formatting of mac addresses from dhcp discovery mocking in obihai (#110586)
dhcp returns addresses in lowercase without :pull/110590/head
parent
88fce6a76d
commit
4eca0371d5
|
@ -12,7 +12,7 @@ USER_INPUT = {
|
|||
DHCP_SERVICE_INFO = dhcp.DhcpServiceInfo(
|
||||
hostname="obi200",
|
||||
ip="192.168.1.100",
|
||||
macaddress="9CADEF000000",
|
||||
macaddress="9cadef000000",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue