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', 'utils',
) )
# pywsman
PYWSMAN_SPEC = (
'Client',
'ClientOptions',
'EndPointReference',
'FLAG_ENUMERATION_OPTIMIZATION',
'Filter',
'XmlDoc',
'wsman_transport_set_verify_host',
'wsman_transport_set_verify_peer',
)
# pywsnmp # pywsnmp
PYWSNMP_SPEC = ( PYWSNMP_SPEC = (
'hlapi', 'hlapi',

View File

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