10139N/A<?xml version="1.0" encoding="UTF-8" standalone="no"?>
10139N/A<!DOCTYPE stax SYSTEM "/shared/stax.dtd">
10139N/A<!--
12219N/A ! CDDL HEADER START
10139N/A !
10139N/A ! The contents of this file are subject to the terms of the
10139N/A ! Common Development and Distribution License, Version 1.0 only
10139N/A ! (the "License"). You may not use this file except in compliance
10139N/A ! with the License.
10139N/A !
10139N/A ! You can obtain a copy of the license at
15291N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE
10139N/A ! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
10615N/A ! See the License for the specific language governing permissions
15301N/A ! and limitations under the License.
16382N/A !
10139N/A ! When distributing Covered Code, include this CDDL HEADER in each
10139N/A ! file and include the License file at
10139N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
10139N/A ! add the following below this CDDL HEADER, with the fields enclosed
16155N/A ! by brackets "[]" replaced with your own identifying information:
10794N/A ! Portions Copyright [yyyy] [name of copyright owner]
10139N/A !
10794N/A ! CDDL HEADER END
12773N/A !
12773N/A ! Copyright 2008 Sun Microsystems, Inc.
12773N/A ! -->
10794N/A<stax>
10139N/A
10640N/A <defaultcall function="security_setup"/>
10139N/A
10640N/A <function name="security_setup">
10139N/A
10820N/A <sequence>
16105N/A
10820N/A <block name="'setup'">
16105N/A
10820N/A <sequence>
16347N/A
16347N/A
10861N/A <block name="'Block Create DS Topology'">
13306N/A <!-- Create the topology necessary to the test group/suite -->
12139N/A <sequence>
12139N/A
13379N/A <message>
13379N/A 'Create DS topology as described in config.py'
15219N/A </message>
14420N/A
14503N/A <call function="'createTopology'">
14503N/A { 'initialiseInstance' : True }
10139N/A </call>
10139N/A
10139N/A <call function="'checkRC'">
10139N/A { 'returncode' : RC ,
10139N/A 'result' : STAXResult }
10139N/A </call>
10139N/A
10139N/A </sequence>
10139N/A <!--- End Block Create DS Topology -->
10139N/A </block>
10139N/A
10139N/A
10139N/A <block name="'Block DS Process Active'">
10139N/A <!--- Start DS -->
10139N/A <sequence>
10139N/A
10139N/A <message>
10139N/A 'Start DS to run on port %s' % (DIRECTORY_INSTANCE_PORT)
10139N/A </message>
10139N/A
10139N/A <!--- Start DS -->
10139N/A <call function="'StartDsWithScript'">
10139N/A { 'location' : STAF_REMOTE_HOSTNAME }
10139N/A </call>
10139N/A
10139N/A <call function="'checkRC'">
10139N/A { 'returncode' : RC ,
10139N/A 'result' : STAXResult }
10139N/A </call>
10139N/A
10139N/A <!--- Check that DS started -->
10139N/A <call function="'isAlive'">
10139N/A { 'noOfLoops' : 10 ,
10139N/A 'noOfMilliSeconds' : 2000 }
10139N/A </call>
10139N/A
10139N/A </sequence>
10139N/A <!--- End Block DS Process Active -->
10139N/A </block>
10139N/A
10139N/A
10139N/A </sequence>
10139N/A </block>
10139N/A
10139N/A </sequence>
10139N/A
10139N/A </function>
10139N/A
10139N/A</stax>
10139N/A