From 5a6a88bd1e4831128c55f72923b18f5f771d45f2 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 04 May 2009 16:12:57 +0000
Subject: [PATCH] New functionality to run tests (functional and stress) on a remote machine

---
 opends/tests/staf-tests/shared/ant/usage.xml |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/opends/tests/staf-tests/shared/ant/usage.xml b/opends/tests/staf-tests/shared/ant/usage.xml
index 32b70bc..46d52d3 100644
--- a/opends/tests/staf-tests/shared/ant/usage.xml
+++ b/opends/tests/staf-tests/shared/ant/usage.xml
@@ -22,7 +22,7 @@
  ! CDDL HEADER END
  !
  !
- !      Copyright 2008 Sun Microsystems, Inc.
+ !      Copyright 2008-2009 Sun Microsystems, Inc.
  ! -->
 
 <project name="usage">
@@ -39,15 +39,19 @@
       usage                   : print this message
       properties              : print ant properties
 
+      --user--
+      user-configure          : configure user settings
+      user-unconfigure        : unconfigure user settings
+
       --dependencies--
       dependencies-download   : download the archives necessary to install staf
       dependencies-remove     : remove the archives previously downloaded
 
       --staf--
       staf-install            : install the staf
-      staf-start              : start staf without services
-      staf-controler-start    : start staf without services
-      staf-remote-start       : start staf with all the services
+      staf-start              : start staf with all the services
+      staf-controller-start   : start staf with all the services
+      staf-slave-start        : start staf without services
       staf-stop               : stop staf
       staf-uninstall          : uninstall
       staf-status             : report if staf is installed and running

--
Gitblit v1.10.0