README revision 0a99555401a033704f1f171baab6db11fb5528f2
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews<!--
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User The contents of this file are subject to the terms
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User of the Common Development and Distribution License
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews (the License). You may not use this file except in
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews compliance with the License.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews You can obtain a copy of the License at
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews https://opensso.dev.java.net/public/CDDLv1.0.html or
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User opensso/legal/CDDLv1.0.txt
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt See the License for the specific language governing
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User permission and limitations under the License.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User When distributing Covered Code, include this CDDL
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews Header Notice in each file and include the License file
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews at opensso/legal/CDDLv1.0.txt.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews If applicable, add the following below the CDDL Header,
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews with the fields enclosed by brackets [] replaced by
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews your own identifying information:
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews "Portions Copyrighted [year] [name of copyright owner]"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
28b3569d6248168e6c00caab951521cc8141a49dAutomatic Updater $Id: README,v 1.6 2008/11/20 17:53:00 veiming Exp $
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User-->
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsOpenSSO - Server based Unit test.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsSteps:
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews 1. Install OpenSSO server
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User - deploy the opensso.war and configure it
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews 2. Setup the test
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User - unzip amserver/built/test/dist/opensso-server-test.zip to a directory
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews in the same machine where opensso.war is deployed.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User 3. Run the test
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews - type
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User ant -D""bootstrap.dir=<base dir of your OpenSSO Server installation>"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews e.g.
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User ant -D"bootstrap.dir=/opensso"
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User to run all test suites; or to selectively run individually
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User test suite, invoke the specific target in the ant build XML.
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User