diff --git a/cornershot/shots/even6.py b/cornershot/shots/even6.py index f117dc7..84f2db5 100644 --- a/cornershot/shots/even6.py +++ b/cornershot/shots/even6.py @@ -12,7 +12,7 @@ class EVEN6Shot(BaseRPCShot): def __init__(self, username, password, domain, destination, target, dest_port=None, target_port=None): BaseRPCShot.__init__(self, username, password, domain, TS, IFACE_UUID, destination, target, dest_port, target_port, auth_level=RPC_C_AUTHN_LEVEL_PKT_PRIVACY, - state_exception_closed=["BAD_NETPATH"], state_exception_open=['rpc_s_access_denied','ERROR_FILE_NOT_FOUND']) + state_exception_closed=["BAD_NETPATH"], state_exception_open=['ERROR_FILE_NOT_FOUND']) @staticmethod def target_port_range(): diff --git a/setup.py b/setup.py index 3d20070..ff64017 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='cornershot', python_requires='>=3', - version='0.1.6', + version='0.1.7', description='Library to test network connectivity', long_description_content_type='text/markdown', long_description=long_description,