From 9baac4a8177a6ecb06c31c43f5540a5103b766ee Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 17 Mar 2022 14:28:26 +0100 Subject: [PATCH] testprogs: Rename test_pkinit_heimdal.sh We want one common test which works against Heimdal and MIT Kerberos. Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- source4/selftest/tests.py | 2 +- .../blackbox/{test_pkinit_heimdal.sh => test_pkinit_simple.sh} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename testprogs/blackbox/{test_pkinit_heimdal.sh => test_pkinit_simple.sh} (99%) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 42c13b601a9..b251b56ab3a 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -557,7 +557,7 @@ plantestsuite("samba4.blackbox.test_old_enctypes", "fl2003dc:local", [os.path.jo if have_heimdal_support: plantestsuite("samba4.blackbox.pkinit", "ad_dc:local", - [os.path.join(bbdir, "test_pkinit_heimdal.sh"), + [os.path.join(bbdir, "test_pkinit_simple.sh"), '$SERVER', 'pkinit', '$PASSWORD', diff --git a/testprogs/blackbox/test_pkinit_heimdal.sh b/testprogs/blackbox/test_pkinit_simple.sh similarity index 99% rename from testprogs/blackbox/test_pkinit_heimdal.sh rename to testprogs/blackbox/test_pkinit_simple.sh index 08ebc7497c4..209a0f08acd 100755 --- a/testprogs/blackbox/test_pkinit_heimdal.sh +++ b/testprogs/blackbox/test_pkinit_simple.sh @@ -5,7 +5,7 @@ if [ $# -lt 5 ]; then cat <