Merge "Remove pywsman reference"

This commit is contained in:
Zuul 2018-10-26 11:39:08 +00:00 committed by Gerrit Code Review
commit e863271125
2 changed files with 0 additions and 13 deletions

View File

@ -57,18 +57,6 @@ PROLIANTUTILS_SPEC = (
'utils',
)
# pywsman
PYWSMAN_SPEC = (
'Client',
'ClientOptions',
'EndPointReference',
'FLAG_ENUMERATION_OPTIMIZATION',
'Filter',
'XmlDoc',
'wsman_transport_set_verify_host',
'wsman_transport_set_verify_peer',
)
# pywsnmp
PYWSNMP_SPEC = (
'hlapi',

View File

@ -25,7 +25,6 @@ Current list of mocked libraries:
- proliantutils
- pysnmp
- scciclient
- pywsman
- python-dracclient
"""