tests: Add simple check whether netlogon server is running
authorTim Beale <timbeale@catalyst.net.nz>
Mon, 3 Jul 2017 21:31:54 +0000 (09:31 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 4 Jul 2017 04:57:20 +0000 (06:57 +0200)
commite13b21d9644445636a7657c73f501772ac8d96bf
treea510ead0b26ab6568fa1ce20e8a209c812818d4d
parentd10e27c350d6e4b389fa15cdbc32dc0689e4fcc6
tests: Add simple check whether netlogon server is running

Netlogon only needs to run in DC environment. This is a simple test to
check whether the netlogon service is running. This will allow us to
disable the netlogon service on setups that don't require it.

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/netlogonsvc.py [new file with mode: 0644]
source4/selftest/tests.py