mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
tests: Rename libsmb_samba_internal test to libsmb
So that it better matches the updated Python bindings name. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13676 Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -421,7 +421,7 @@ for t in smbtorture4_testsuites("dlz_bind9."):
|
||||
# The dlz_bind9 tests needs to look at the DNS database
|
||||
plansmbtorture4testsuite(t, "chgdcpass:local", ["ncalrpc:$SERVER", '-U$USERNAME%$PASSWORD'])
|
||||
|
||||
planpythontestsuite("nt4_dc", "samba.tests.libsmb_samba_internal", py3_compatible=True)
|
||||
planpythontestsuite("nt4_dc", "samba.tests.libsmb", py3_compatible=True)
|
||||
|
||||
# Blackbox Tests:
|
||||
# tests that interact directly with the command-line tools rather than using
|
||||
|
Reference in New Issue
Block a user