From 99be8e9871c8730ef71f4ac18133003d221f8b22 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 11 Oct 2018 14:42:40 +1300 Subject: [PATCH] python/tests/raw_protocol: reveal shadowed test via disambiguation Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- python/samba/tests/dcerpc/raw_protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/tests/dcerpc/raw_protocol.py b/python/samba/tests/dcerpc/raw_protocol.py index 6c4deea3816..dd1fe99fa18 100755 --- a/python/samba/tests/dcerpc/raw_protocol.py +++ b/python/samba/tests/dcerpc/raw_protocol.py @@ -4595,7 +4595,7 @@ class TestDCERPC_BIND(RawDCERPCTest): request_fault=dcerpc.DCERPC_NCA_S_OP_RNG_ERROR, response_fault_flags=dcerpc.DCERPC_PFC_FLAG_DID_NOT_EXECUTE) - def test_spnego_packet_bind_sign(self): + def test_spnego_packet_bind_sign_privacy(self): # DCERPC_AUTH_LEVEL_PACKET is handled as alias of # DCERPC_AUTH_LEVEL_INTEGRITY return self._test_spnego_level_bind(auth_level=dcerpc.DCERPC_AUTH_LEVEL_PACKET, -- 2.47.2