From: Samuel Cabrero Date: Thu, 7 Mar 2019 10:35:07 +0000 (+0100) Subject: selftest: Do not force the endpoint for fsrvp tests X-Git-Tag: ldb-2.1.0~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f69c6b1328cda318f78620d19616411705b7034;p=thirdparty%2Fsamba.git selftest: Do not force the endpoint for fsrvp tests The test suite will bind to the srvsvc interface, let it find the correct endpoint through the endpoint mapper. Signed-off-by: Samuel Cabrero Reviewed-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Thu Dec 12 02:00:19 UTC 2019 on sn-devel-184 --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index f1434c860d3..25aa08a79f5 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -885,7 +885,7 @@ for e in endianness_options: plansmbtorture4testsuite(test, "nt4_dc", options, 'over ncacn_ip_tcp with [%s%s%s] ' % (a, s, e)) plansmbtorture4testsuite('rpc.epmapper', 'nt4_dc:local', 'ncalrpc: -U$USERNAME%$PASSWORD', 'over ncalrpc') -plansmbtorture4testsuite('rpc.fsrvp', 'nt4_dc:local', 'ncacn_np:$SERVER_IP[/pipe/FssagentRpc] -U$USERNAME%$PASSWORD', 'over ncacn_np') +plansmbtorture4testsuite('rpc.fsrvp', 'nt4_dc:local', 'ncacn_np:$SERVER_IP -U$USERNAME%$PASSWORD', 'over ncacn_np') for env in ["ad_member_idmap_rid:local", "maptoguest:local"]: plantestsuite("samba3.blackbox.guest", env,