selftest: Remove unnecessary tests.py options from proclimit tests
authorTim Beale <timbeale@catalyst.net.nz>
Tue, 29 Jan 2019 21:07:26 +0000 (10:07 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 1 Feb 2019 02:36:17 +0000 (03:36 +0100)
commit1e0db9726bb91ff967c896686d129aa30563697d
tree7ee037f44cd553f9e17491e78aff3598fc9c11b0
parentb2126cd6f434a5c71ced965f1936f5e85ec6caf5
selftest: Remove unnecessary tests.py options from proclimit tests

It seems like these extra options were just copy-n-pasted from another
test. The process_limits test doesn't actually try to use these env
variables at all. All the test is doing is creating LDAP connections to
the DC. The SOCKET_WRAPPER_DEFAULT_IFACE may have perhaps been needed,
but we can avoid this by dropping ':local' from the testenv and running
the test as a "client" instead.

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/selftest/tests.py