VOL-1070: mac-address in small letters
Change-Id: Ic81593c59c3ab08d48f91a9447f86dbb6b402423
diff --git a/cli/main.py b/cli/main.py
index c9d9bee..bf18a57 100755
--- a/cli/main.py
+++ b/cli/main.py
@@ -322,7 +322,7 @@
elif opts.ip_address:
kw['ipv4_address'] = opts.ip_address
elif opts.mac_address:
- kw['mac_address'] = opts.mac_address
+ kw['mac_address'] = opts.mac_address.lower()
else:
raise Exception('Either IP address or Mac Address is needed')
# Pass any extra arguments past '--' to the device as custom arguments