summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>1999-09-01 19:55:45 +0000
committerKen Raeburn <raeburn@mit.edu>1999-09-01 19:55:45 +0000
commit9b8708d3068924b1a14c8cc911c646e130a56414 (patch)
treebdb66eb945e1b2188fbf54f358cc2d98cdf8ad9a /src
parent0c2a2c3ca4c92d1a48995750366757f77eb9d26d (diff)
downloadkrb5-9b8708d3068924b1a14c8cc911c646e130a56414.tar.gz
krb5-9b8708d3068924b1a14c8cc911c646e130a56414.tar.xz
krb5-9b8708d3068924b1a14c8cc911c646e130a56414.zip
Disable outdated test suite. Update an expiration date that has already passed
in the test code, putting it into the future again. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11760 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/kadmin/v4server/unit-test/ChangeLog8
-rw-r--r--src/kadmin/v4server/unit-test/Makefile.in10
-rw-r--r--src/kadmin/v4server/unit-test/lib/helpers.exp2
3 files changed, 17 insertions, 3 deletions
diff --git a/src/kadmin/v4server/unit-test/ChangeLog b/src/kadmin/v4server/unit-test/ChangeLog
index 5de3018208..ebc0d2e42d 100644
--- a/src/kadmin/v4server/unit-test/ChangeLog
+++ b/src/kadmin/v4server/unit-test/ChangeLog
@@ -1,3 +1,11 @@
+1999-08-31 Ken Raeburn <raeburn@mit.edu>
+
+ * lib/helpers.exp (unexpire): Move expiration date ahead a few
+ decades.
+
+ * Makefile.in (check- check-ok): Disable tests until the tests get
+ updated for non-OVSEC mode, etc.
+
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Set the myfulldir and mydir variables (which are
diff --git a/src/kadmin/v4server/unit-test/Makefile.in b/src/kadmin/v4server/unit-test/Makefile.in
index 783c26ddf9..b1f9c6346c 100644
--- a/src/kadmin/v4server/unit-test/Makefile.in
+++ b/src/kadmin/v4server/unit-test/Makefile.in
@@ -8,13 +8,19 @@ BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
check:: check-@DO_V4_TEST@
-check-::
+# When the tests get updated, nuke this and delete "-not" from the next two.
+check- check-ok::
+ @echo "+++"
+ @echo "+++ WARNING: kadmin/v4server unit tests out of date; not run."
+ @echo "+++"
+
+check--not::
@echo "+++"
@echo "+++ WARNING: kadmin/v4server unit tests not run."
@echo "+++ Either Athena compatibility, tcl, runtest, or Perl is unavailable."
@echo "+++"
-check-ok unit-test:: unit-test-setup unit-test-body unit-test-cleanup
+check-ok-not unit-test:: unit-test-setup unit-test-body unit-test-cleanup
unit-test-setup::
$(ENV_SETUP) $(START_SERVERS_LOCAL) -v4files -kdcport 750 -keysalt des-cbc-crc:v4
diff --git a/src/kadmin/v4server/unit-test/lib/helpers.exp b/src/kadmin/v4server/unit-test/lib/helpers.exp
index 8338d37032..a3087dc147 100644
--- a/src/kadmin/v4server/unit-test/lib/helpers.exp
+++ b/src/kadmin/v4server/unit-test/lib/helpers.exp
@@ -215,7 +215,7 @@ proc unexpire { name fullname } {
# While we're at it, make sure they aren't expired.
exp_prog "$name: kadmin.local" $kadmin_local "" 0 {
"kadmin.local:" {
- send "modprinc -expire \"May 6, 1999\" $fullname\n"
+ send "modprinc -expire \"May 6, 2029\" $fullname\n"
}
} {
-re "Principal .* modified." { send "quit\n" }