s4:tests: Avoid passing unnecessary env variables to auth_log tests
authorTim Beale <timbeale@catalyst.net.nz>
Mon, 25 Feb 2019 21:17:21 +0000 (10:17 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 4 Mar 2019 21:41:16 +0000 (21:41 +0000)
commit25544e101b0282d0f932f9e7c7eda66a270751fd
treefdd3970bfda3ae05ba323ae86b8c97c902cb342b
parent3ce28f918cedaf37b4ebc7b80d243030b41c20bb
s4:tests: Avoid passing unnecessary env variables to auth_log tests

These tests all use the ncalrpc connection, so they're always testing a
connection that's local to the server-side. Therefore passing in the
CLIENT_IP and SOCKET_WRAPPER_DEFAULT_IFACE variables (in order to try to
simulate a client connecting) is unnecessary.

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