autotest / virt-test

Linux Virtualization Tests
Other
97 stars 140 forks source link

Provide portal_ip for iscsi setup. #2265

Closed rbian closed 9 years ago

rbian commented 9 years ago

Ipv6 portal address can'be created by default, we need to add a parameter add then create ipv6 portal if needed.

waynesun09 commented 9 years ago

ipaddr not python standard library, so travis failed unittest at import it.

rbian commented 9 years ago

@waynesun09 , Yes, any suggestion to avoid this?

waynesun09 commented 9 years ago

@rbian since ipaddress is in python 3, so we can't use it also. then maybe wirte a new function in utils_net using socket

waynesun09 commented 9 years ago

ACK

waynesun09 commented 9 years ago

@rbian I'm merging this now, looking forward your fix on lun_num on iscsi, thx