hpe-storage / python-3parclient

This is a python client that talks to the HPE Alletra 9000 and HPE Primera and HPE 3PAR storage array via REST.
Apache License 2.0
48 stars 70 forks source link

Add support for iscsi vlan tagging #59

Closed shaik-gousa-khaja-asif closed 5 years ago

shaik-gousa-khaja-asif commented 5 years ago

Referenced the PR https://github.com/hpe-storage/python-3parclient/pull/30 and made changes on "from hpe3parclient import showport_parser" and "return {'iSCSIPortInfo' : {'vlan' : vlan}}"

sneharai4 commented 5 years ago

@shaik-gousa-khaja-asif Also please add unittests.

wdurairaj commented 5 years ago

@shaik-gousa-khaja-asif Also please add unittests.

Unit tests are there in test/test_HPE3ParClient_ShowportParser.py