5739N/A# CDDL HEADER START
5739N/A#
5739N/A# The contents of this file are subject to the terms of the
5739N/A# Common Development and Distribution License (the "License").
5739N/A# You may not use this file except in compliance with the License.
5739N/A#
5739N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5739N/A# or http://www.opensolaris.org/os/licensing.
5739N/A# See the License for the specific language governing permissions
5739N/A# and limitations under the License.
5739N/A#
5739N/A# When distributing Covered Code, include this CDDL HEADER in each
5739N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5739N/A# If applicable, add the following below this CDDL HEADER, with the
5739N/A# fields enclosed by brackets "[]" replaced with your own identifying
5739N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5739N/A#
5739N/A# CDDL HEADER END
5739N/A#
5739N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5739N/A
5739N/AThis suite also runs fuzz tests, which means it pumps out a lot of
5739N/Arandom warnings and scary messages. Ignore them, except to mentally note
5739N/Athat the fuzz testing did occur. The transform-results script gets rid
5739N/Aof everything that varies from test to test or architecture to architecture,
5739N/Aand decides PASS/FAIL based upon the results of the transform.
5739N/A
5739N/ANOTE: cleanup does not restore the previous Kerberos setup.
5739N/A
5739N/ATODO: debug GSS-SPNEGO mechansim and/or test
5739N/A
5739N/ATo run testsuite:
5739N/A
5739N/APREP: gmake tarball in comoponents/cyrus-sasl
5739N/A
5739N/AOn a build machine with kernel zones:
5739N/A
5739N/A log into kz as yourself
5739N/A cd [ your workspace /components/cyrus-sasl ]
5739N/A gmake tarball (if you didn't already do this)
5739N/A su
5739N/A cd [ your workspace /components/cyrus-sasl/sasltest ]
5739N/A ./run_testsuite
5739N/A [ answer y to "Existing KDC config will be destroyed, okay to proceed?" ]
5739N/A
5739N/A [ you can do more runs, setup_testsuite will not be re-run unless you
5739N/A do ./cleanup ]
5739N/A
5739N/A [gather results]
5739N/A
5739N/A optional: ./cleanup
5739N/A
5739N/AOn a lab machine:
5739N/A
5739N/A make sure you are ready and willing to destroy your kerberos setup
5739N/A cd /var/tmp
5739N/A gtar zxf sasltest.tgz
5739N/A cd sasltest
5739N/A
5739N/A ./run_testsuite
5739N/A [ answer y to "Existing KDC config will be destroyed, okay to proceed?" ]
5739N/A
5739N/A [ you can do more runs, setup_testsuite will not be re-run unless you
5739N/A do ./cleanup ]
5739N/A
5739N/A [gather results]
5739N/A
5739N/A optional: ./cleanup