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