From ba4584c442979ee7f57f86000b4456673e98c87a Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 11 Feb 2009 13:23:41 +0000
Subject: [PATCH] Remove performance, oulu-tests and gui-tests
---
/dev/null | 58 ----------------------------------------------------------
1 files changed, 0 insertions(+), 58 deletions(-)
diff --git a/opendj-sdk/opends/tests/gui-tests/build b/opendj-sdk/opends/tests/gui-tests/build
deleted file mode 100755
index e5401c1..0000000
--- a/opendj-sdk/opends/tests/gui-tests/build
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/sh
-
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
-#
-# You can obtain a copy of the license at
-# trunk/opends/resource/legal-notices/OpenDS.LICENSE
-# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at
-# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
-# add the following below this CDDL HEADER, with the fields enclosed
-# information:
-# Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.
-
-
-# Change to the location of this build script.
-cd `dirname $0`
-
-
-# See if JAVA_HOME is set. If not, then see if there is a java executable in
-# the path and try to figure it out.
-if test -z "${JAVA_HOME}"
-then
- JAVA_HOME=`java -cp ../../resource FindJavaHome`
- if test -z "${JAVA_HOME}"
- then
- echo "Please set JAVA_HOME to the root of a Java 5.0 installation."
- exit 1
- else
- export JAVA_HOME
- fi
-fi
-
-OPENDS_LIB=`cd ../../lib;pwd`
-ANT_HOME=`cd ../..;pwd`/ext/ant
-export ANT_HOME
-# Execute the ant script and pass it any additional command-line arguments.
-$ANT_HOME/bin/ant ${*}
diff --git a/opendj-sdk/opends/tests/gui-tests/build.bat b/opendj-sdk/opends/tests/gui-tests/build.bat
deleted file mode 100644
index e338682..0000000
--- a/opendj-sdk/opends/tests/gui-tests/build.bat
+++ /dev/null
@@ -1,52 +0,0 @@
-@echo off
-
-rem CDDL HEADER START
-rem
-rem The contents of this file are subject to the terms of the
-rem Common Development and Distribution License, Version 1.0 only
-rem (the "License"). You may not use this file except in compliance
-rem with the License.
-rem
-rem You can obtain a copy of the license at
-rem trunk/opends/resource/legal-notices/OpenDS.LICENSE
-rem or https://OpenDS.dev.java.net/OpenDS.LICENSE.
-rem See the License for the specific language governing permissions
-rem and limitations under the License.
-rem
-rem When distributing Covered Code, include this CDDL HEADER in each
-rem file and include the License file at
-rem trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
-rem add the following below this CDDL HEADER, with the fields enclosed
-rem information:
-rem Portions Copyright [yyyy] [name of copyright owner]
-rem
-rem CDDL HEADER END
-rem
-rem
-rem Copyright 2008 Sun Microsystems, Inc.
-
-setlocal
-
-rem These are the variables we need to run the functional tests
-set FT_HOME=%~dP0
-set ANT_HOME=%FT_HOME%\..\..\ext\ant
-
-if "%JAVA_HOME%" == "" goto noJavaHome
-goto runAnt
-
-:noJavaHome
-echo Error: JAVA_HOME environment variable is not set.
-echo Please set it to a valid Java 5 Development Kit installation.
-goto end
-
-:runAnt
-rem echo a quick summary of what this script did
-echo using the following variables:
-echo ANT_HOME=%ANT_HOME%
-echo JAVA_HOME=%JAVA_HOME%
-if not "%*" == "" echo your parameters=%*
-echo Now running ant ...
-set OPENDS_LIB=%FT_HOME%\..\..\lib
-"%ANT_HOME%\bin\ant" %*
-
-:end
diff --git a/opendj-sdk/opends/tests/gui-tests/build.xml b/opendj-sdk/opends/tests/gui-tests/build.xml
deleted file mode 100644
index 1de8f9b..0000000
--- a/opendj-sdk/opends/tests/gui-tests/build.xml
+++ /dev/null
@@ -1,167 +0,0 @@
-<!--
- ! CDDL HEADER START
- !
- ! The contents of this file are subject to the terms of the
- ! Common Development and Distribution License, Version 1.0 only
- ! (the "License"). You may not use this file except in compliance
- ! with the License.
- !
- ! You can obtain a copy of the license at
- ! trunk/opends/resource/legal-notices/OpenDS.LICENSE
- ! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
- ! See the License for the specific language governing permissions
- ! and limitations under the License.
- !
- ! When distributing Covered Code, include this CDDL HEADER in each
- ! file and include the License file at
- ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
- ! add the following below this CDDL HEADER, with the fields enclosed
- ! by brackets "[]" replaced with your own identifying information:
- ! Portions Copyright [yyyy] [name of copyright owner]
- !
- ! CDDL HEADER END
- !
- !
- ! Copyright 2008 Sun Microsystems, Inc.
- ! -->
-
-<project name="opends-gui-test" basedir="." default="usage">
- <description>
- Gui Testing ANT script
- </description>
- <dirname file="${basedir}/.." property="project.home"/>
- <!-- Product properties -->
- <property file="${project.home}/PRODUCT"/>
- <property name="product.name"
- value="${SHORT_NAME}-${MAJOR_VERSION}.${MINOR_VERSION}.${POINT_VERSION}"/>
- <property name="pkg.path"
- value="${project.home}${file.separator}build${file.separator}package${file.separator}${product.name}.zip"/>
- <property name="instance.path" value="${basedir}${file.separator}${product.name}"/>
-
- <!-- Abbot properties -->
- <property name="abbot.version" value="1.0.0.rc5"/>
- <property name="abbot.url"
- value="http://prdownloads.sf.net/abbot/abbot-${abbot.version}.zip?download"/>
- <property name="abbot.path" value="${basedir}/abbot-${abbot.version}"/>
- <property name="abbot.jar" value="${abbot.path}/lib/abbot.jar"/>
-
- <!-- Proxy properties -->
- <property name="proxy.host" value="webgate.central.sun.com"/>
- <property name="proxy.port" value="8080"/>
- <property name="proxy.user" value=""/>
- <property name="proxy.pwd" value=""/>
-
- <!-- targets -->
- <target name="costello"
- description="start the costello GUI">
- <java jar="${abbot.jar}" fork="true" />
- </target>
-
- <target name="install"
- description="Install gui test">
- <!-- Preliminary cleanup -->
- <delete dir="${product.name}"/>
- <delete file="quickInstall.xml"/>
-
- <!-- Unzip the bits -->
- <unzip src="${pkg.path}" dest="."/>
-
- <!-- Fix permissions on scripts -->
- <chmod perm="755">
- <fileset dir="${product.name}/bin"/>
- <fileset dir="${product.name}/bat"/>
- <fileset dir="${product.name}/lib">
- <include name="*.sh"/>
- <include name="*.bat"/>
- <include name="*.exe"/>
- </fileset>
- </chmod>
- <!-- Customize the test template -->
- <copy file="quickInstall.xml.stubs" tofile="quickInstall.xml">
- <filterchain>
- <expandproperties/>
- </filterchain>
- </copy>
-
- <!-- Run the tests -->
- <java classpath="${abbot.jar}" classname="junit.extensions.abbot.ScriptFixture" fork="true">
- <arg value="quickInstall.xml"/>
- </java>
- </target>
-
- <target name="uninstall"
- description="Uninstall gui test">
- <!-- Preliminary cleanup -->
- <delete file="quickUninstall"/>
-
- <!-- Customize the test template -->
- <copy file="quickUninstall.xml.stubs" tofile="quickUninstall.xml">
- <filterchain>
- <expandproperties/>
- </filterchain>
- </copy>
-
- <!-- Run the tests -->
- <java classpath="${abbot.jar}" classname="junit.extensions.abbot.ScriptFixture" fork="true">
- <arg value="quickUninstall.xml"/>
- </java>
- </target>
-
- <target name="usage">
- <echo>Usage:
- costello: start the costello GUI
- download: get the abbot framework bits
- install: run the installer GUI tests
- uninstall: run the uninstaller GUI tests
- upgrade: run the upgrader tests [not yet implemented]
-</echo>
- </target>
-
- <target name="check-proxy">
- <echo>Checking for proxy [${proxy.host}:${proxy.port}] as user [${proxy.user}].</echo>
- <echo>Note: If these values do not match your environment, </echo>
- <echo> please use the 'configure' target</echo>
- <condition property="proxy.enabled">
- <and>
- <not>
- <http url="${abbot.url}"/>
- </not>
- <isreachable host="${proxy.host}" timeout="5"/>
- </and>
- </condition>
- </target>
-
- <target name="set-proxy" depends="check-proxy" if="proxy.enabled">
- <echo>Proxy detected. Configuring.</echo>
- <setproxy
- proxyhost="${proxy.host}"
- proxyport="${proxy.port}"
- proxyuser="${proxy.user}"
- proxypassword="${proxy.pass}"/>
- </target>
-
- <target
- name="download-prepare"
- depends="set-proxy">
- <available file="abbot.zip" property="downloaded"/>
- </target>
-
- <target name="download" depends="download-prepare" unless="downloaded">
- <get src="${abbot.url}" dest="abbot.zip" />
- <unzip src="abbot.zip" dest="." />
- </target>
-
- <target name="clean">
- <delete dir="${instance.path}" />
- <delete>
- <fileset dir=".">
- <include name="quick*.xml"/>
- </fileset>
- </delete>
- </target>
-
- <target name="clobber">
- <delete dir="${abbot.path}"/>
- <delete file="abbot.zip" />
- </target>
-</project>
diff --git a/opendj-sdk/opends/tests/gui-tests/quickInstall.xml.stubs b/opendj-sdk/opends/tests/gui-tests/quickInstall.xml.stubs
deleted file mode 100644
index 87531d4..0000000
--- a/opendj-sdk/opends/tests/gui-tests/quickInstall.xml.stubs
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<AWTTestScript>
- <component class="org.opends.quicksetup.ui.ButtonsPanel" id="ButtonsPanel Instance" index="3" parent="FramePanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JButton" id="Close" index="2" parent="JPanel Instance 2" text="Close" window="OpenDS QuickSetup" />
- <component class="javax.swing.JDialog" id="Confirmation Required" parent="OpenDS QuickSetup" title="Confirmation Required" />
- <component class="org.opends.quicksetup.ui.CurrentStepPanel" id="CurrentStepPanel Instance" index="0" parent="JPanel Instance 5" window="OpenDS QuickSetup" />
- <component class="org.opends.quicksetup.installer.ui.DataOptionsPanel" id="DataOptionsPanel Instance" index="4" parent="CurrentStepPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JButton" id="Finish" index="1" parent="JPanel Instance 4" text="Finish" window="OpenDS QuickSetup" />
- <component class="org.opends.quicksetup.ui.FramePanel" id="FramePanel Instance" index="0" parent="JPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JRadioButton" id="Import Automatically-Generated Example Data" index="4" parent="JPanel Instance 10" text="Import Automatically-Generated Example Data" window="OpenDS QuickSetup" />
- <component class="javax.swing.JEditorPane" id="JEditorPane Instance" index="0" parent="JPanel Instance 12" window="OpenDS QuickSetup" />
- <component class="javax.swing.JLayeredPane" id="JLayeredPane Instance" index="1" parent="JRootPane Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JLayeredPane" id="JLayeredPane Instance 2" index="1" parent="JRootPane Instance 2" window="Confirmation Required" />
- <component class="javax.swing.JOptionPane" id="JOptionPane Instance" index="0" parent="JPanel Instance 3" window="Confirmation Required" />
- <component class="javax.swing.JPanel" id="JPanel Instance" index="0" parent="JLayeredPane Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 10" index="3" parent="JPanel Instance 9" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 11" index="5" parent="JPanel Instance 10" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 12" index="1" parent="ProgressPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 2" index="3" parent="ButtonsPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 3" index="0" parent="JLayeredPane Instance 2" window="Confirmation Required" />
- <component class="javax.swing.JPanel" id="JPanel Instance 4" index="1" parent="ButtonsPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 5" index="1" parent="FramePanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 6" index="2" parent="ServerSettingsPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 7" index="7" parent="JPanel Instance 6" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 8" index="9" parent="JPanel Instance 6" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 9" index="2" parent="DataOptionsPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JRootPane" id="JRootPane Instance" index="0" parent="OpenDS QuickSetup" />
- <component class="javax.swing.JRootPane" id="JRootPane Instance 2" index="0" parent="Confirmation Required" />
- <component class="javax.swing.JButton" id="Next >" index="0" parent="JPanel Instance 4" text="Next >" window="OpenDS QuickSetup" />
- <component class="javax.swing.JTextField" id="Number of User Entries:" index="1" label="Number of User Entries:" parent="JPanel Instance 11" window="OpenDS QuickSetup" />
- <component class="javax.swing.JFrame" id="OpenDS QuickSetup" root="true" title="OpenDS QuickSetup" />
- <component class="javax.swing.JButton" id="OptionPane.button" index="0" name="OptionPane.button" parent="OptionPane.buttonArea" text="Yes" window="Confirmation Required" />
- <component class="javax.swing.JPanel" id="OptionPane.buttonArea" index="1" name="OptionPane.buttonArea" parent="JOptionPane Instance" window="Confirmation Required" />
- <component class="javax.swing.JPasswordField" id="Password (confirm):" index="0" label="Password (confirm):" parent="JPanel Instance 8" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPasswordField" id="Password:" index="0" label="Password:" parent="JPanel Instance 7" window="OpenDS QuickSetup" />
- <component class="org.opends.quicksetup.ui.ProgressPanel" id="ProgressPanel Instance" index="1" parent="CurrentStepPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JButton" id="Quit" index="1" parent="JPanel Instance 2" text="Quit" window="OpenDS QuickSetup" />
- <component class="org.opends.quicksetup.installer.ui.ServerSettingsPanel" id="ServerSettingsPanel Instance" index="3" parent="CurrentStepPanel Instance" window="OpenDS QuickSetup" />
- <launch args="[]" class="org.opends.quicksetup.installer.InstallLauncher" classpath=".${path.separator}${instance.path}${file.separator}classes${path.separator}${instance.path}${file.separator}lib${file.separator}activation.jar${path.separator}${instance.path}${file.separator}lib${file.separator}aspectjrt.jar${path.separator}${instance.path}${file.separator}lib${file.separator}je.jar${path.separator}${instance.path}${file.separator}lib${file.separator}mail.jar${path.separator}${instance.path}${file.separator}lib${file.separator}OpenDS.jar${path.separator}${instance.path}${file.separator}lib${file.separator}quicksetup.jar${path.separator}${instance.path}${file.separator}lib${file.separator}statuspanel.jar" method="main" />
- <sequence>
- <action args="Next >" class="javax.swing.AbstractButton" method="actionClick" />
- <action args="Password:,pwd" method="actionKeyString" />
- <action args="Password:,VK_TAB" method="actionKeyStroke" />
- <action args="Password (confirm):,pwd" method="actionKeyString" />
- <action args="Next >" class="javax.swing.AbstractButton" method="actionClick" />
- <action args="Import Automatically-Generated Example Data" class="javax.swing.AbstractButton" method="actionClick" />
- <action args="Number of User Entries:,4" class="javax.swing.text.JTextComponent" method="actionClick" />
- <action args="Number of User Entries:,delete-previous" class="javax.swing.JComponent" method="actionActionMap" />
- <action args="Number of User Entries:,delete-previous" class="javax.swing.JComponent" method="actionActionMap" />
- <action args="Next >" class="javax.swing.AbstractButton" method="actionClick" />
- <action args="Finish" class="javax.swing.AbstractButton" method="actionClick" />
- <action args="60000" class="abbot.tester.ComponentTester" method="actionDelay" />
- <sample component="JEditorPane Instance" method="getText" property="result.text" />
- <expression><![CDATA[assertTrue("Install succeeded",component("JEditorPane Instance").getText().contains("Completed Successfully.") )]]></expression>
- <action args="Close" class="javax.swing.AbstractButton" method="actionClick" />
- </sequence>
- <terminate />
-</AWTTestScript>
-
diff --git a/opendj-sdk/opends/tests/gui-tests/quickUninstall.xml.stubs b/opendj-sdk/opends/tests/gui-tests/quickUninstall.xml.stubs
deleted file mode 100644
index f77213a..0000000
--- a/opendj-sdk/opends/tests/gui-tests/quickUninstall.xml.stubs
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<AWTTestScript>
- <component class="org.opends.quicksetup.ui.ButtonsPanel" id="ButtonsPanel Instance" index="3" parent="FramePanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JButton" id="Close" index="2" parent="JPanel Instance 2" text="Close" window="OpenDS QuickSetup" />
- <component class="javax.swing.JDialog" id="Confirmation Required" parent="OpenDS QuickSetup" title="Confirmation Required" />
- <component class="org.opends.quicksetup.ui.CurrentStepPanel" id="CurrentStepPanel Instance" index="0" parent="JPanel Instance 5" window="OpenDS QuickSetup" />
- <component class="org.opends.quicksetup.installer.ui.DataOptionsPanel" id="DataOptionsPanel Instance" index="4" parent="CurrentStepPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JButton" id="Finish" index="1" parent="JPanel Instance 4" text="Finish" window="OpenDS QuickSetup" />
- <component class="org.opends.quicksetup.ui.FramePanel" id="FramePanel Instance" index="0" parent="JPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JRadioButton" id="Import Automatically-Generated Example Data" index="4" parent="JPanel Instance 10" text="Import Automatically-Generated Example Data" window="OpenDS QuickSetup" />
- <component class="javax.swing.JEditorPane" id="JEditorPane Instance" index="0" parent="JPanel Instance 12" window="OpenDS QuickSetup" />
- <component class="javax.swing.JLayeredPane" id="JLayeredPane Instance" index="1" parent="JRootPane Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JLayeredPane" id="JLayeredPane Instance 2" index="1" parent="JRootPane Instance 2" window="Confirmation Required" />
- <component class="javax.swing.JOptionPane" id="JOptionPane Instance" index="0" parent="JPanel Instance 3" window="Confirmation Required" />
- <component class="javax.swing.JPanel" id="JPanel Instance" index="0" parent="JLayeredPane Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 10" index="3" parent="JPanel Instance 9" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 11" index="5" parent="JPanel Instance 10" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 12" index="1" parent="ProgressPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 2" index="3" parent="ButtonsPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 3" index="0" parent="JLayeredPane Instance 2" window="Confirmation Required" />
- <component class="javax.swing.JPanel" id="JPanel Instance 4" index="1" parent="ButtonsPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 5" index="1" parent="FramePanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 6" index="2" parent="ServerSettingsPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 7" index="7" parent="JPanel Instance 6" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 8" index="9" parent="JPanel Instance 6" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPanel" id="JPanel Instance 9" index="2" parent="DataOptionsPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JRootPane" id="JRootPane Instance" index="0" parent="OpenDS QuickSetup" />
- <component class="javax.swing.JRootPane" id="JRootPane Instance 2" index="0" parent="Confirmation Required" />
- <component class="javax.swing.JButton" id="Next >" index="0" parent="JPanel Instance 4" text="Next >" window="OpenDS QuickSetup" />
- <component class="javax.swing.JTextField" id="Number of User Entries:" index="1" label="Number of User Entries:" parent="JPanel Instance 11" window="OpenDS QuickSetup" />
- <component class="javax.swing.JFrame" id="OpenDS QuickSetup" root="true" title="OpenDS QuickSetup" />
- <component class="javax.swing.JButton" id="OptionPane.button" index="0" name="OptionPane.button" parent="OptionPane.buttonArea" text="Yes" window="Confirmation Required" />
- <component class="javax.swing.JPanel" id="OptionPane.buttonArea" index="1" name="OptionPane.buttonArea" parent="JOptionPane Instance" window="Confirmation Required" />
- <component class="javax.swing.JPasswordField" id="Password (confirm):" index="0" label="Password (confirm):" parent="JPanel Instance 8" window="OpenDS QuickSetup" />
- <component class="javax.swing.JPasswordField" id="Password:" index="0" label="Password:" parent="JPanel Instance 7" window="OpenDS QuickSetup" />
- <component class="org.opends.quicksetup.ui.ProgressPanel" id="ProgressPanel Instance" index="1" parent="CurrentStepPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JButton" id="Quit" index="1" parent="JPanel Instance 2" text="Quit" window="OpenDS QuickSetup" />
- <component class="org.opends.quicksetup.installer.ui.ServerSettingsPanel" id="ServerSettingsPanel Instance" index="3" parent="CurrentStepPanel Instance" window="OpenDS QuickSetup" />
- <component class="javax.swing.JButton" id="Uninstall" index="3" parent="ButtonsPanel Instance" text="Uninstall" window="OpenDS QuickSetup" />
- <launch args="[]" class="org.opends.guitools.uninstaller.UninstallLauncher" classpath=".${path.separator}${instance.path}${file.separator}classes${path.separator}${instance.path}${file.separator}lib${file.separator}activation.jar${path.separator}${instance.path}${file.separator}lib${file.separator}aspectjrt.jar${path.separator}${instance.path}${file.separator}lib${file.separator}je.jar${path.separator}${instance.path}${file.separator}lib${file.separator}mail.jar${path.separator}${instance.path}${file.separator}lib${file.separator}OpenDS.jar${path.separator}${instance.path}${file.separator}lib${file.separator}quicksetup.jar${path.separator}${instance.path}${file.separator}lib${file.separator}statuspanel.jar" desc="Launch org.opends.guitools.uninstaller.UninstallLauncher" method="main" />
- <sequence>
- <action args="Uninstall" class="javax.swing.AbstractButton" method="actionClick" />
- <wait args="Confirmation Required" class="abbot.tester.ComponentTester" method="assertComponentShowing" />
- <action args="OptionPane.button" class="javax.swing.AbstractButton" method="actionClick" />
- <wait args="Confirmation Required" class="abbot.tester.ComponentTester" invert="true" method="assertComponentShowing" />
- <action args="20000" method="actionDelay" />
- <expression><![CDATA[assertTrue("Uninstall failed", component("JEditorPane Instance").getText().contains("Completed Successfully") )]]></expression>
- <action args="Close" class="javax.swing.AbstractButton" method="actionClick" />
- </sequence>
- <terminate />
-</AWTTestScript>
-
diff --git a/opendj-sdk/opends/tests/oulu-tests/build.bat b/opendj-sdk/opends/tests/oulu-tests/build.bat
deleted file mode 100644
index e7da239..0000000
--- a/opendj-sdk/opends/tests/oulu-tests/build.bat
+++ /dev/null
@@ -1,51 +0,0 @@
-@echo off
-
-rem CDDL HEADER START
-rem
-rem The contents of this file are subject to the terms of the
-rem Common Development and Distribution License, Version 1.0 only
-rem (the "License"). You may not use this file except in compliance
-rem with the License.
-rem
-rem You can obtain a copy of the license at
-rem trunk/opends/resource/legal-notices/OpenDS.LICENSE
-rem or https://OpenDS.dev.java.net/OpenDS.LICENSE.
-rem See the License for the specific language governing permissions
-rem and limitations under the License.
-rem
-rem When distributing Covered Code, include this CDDL HEADER in each
-rem file and include the License file at
-rem trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
-rem add the following below this CDDL HEADER, with the fields enclosed
-rem information:
-rem Portions Copyright [yyyy] [name of copyright owner]
-rem
-rem CDDL HEADER END
-rem
-rem
-rem Copyright 2008 Sun Microsystems, Inc.
-
-setlocal
-
-rem These are the variables we need to run the integration tests
-set FT_HOME=%~dP0
-set ANT_HOME=%FT_HOME%\..\..\ext\ant
-
-if "%JAVA_HOME%" == "" goto noJavaHome
-goto runAnt
-
-:noJavaHome
-echo Error: JAVA_HOME environment variable is not set.
-echo Please set it to a valid Java 5 Development Kit installation.
-goto end
-
-:runAnt
-rem echo a quick summary of what this script did
-echo using the following variables:
-echo ANT_HOME=%ANT_HOME%
-echo JAVA_HOME=%JAVA_HOME%
-if not "%*" == "" echo your parameters=%*
-echo Now running ant ...
-"%ANT_HOME%\bin\ant" %*
-
-:end
diff --git a/opendj-sdk/opends/tests/oulu-tests/build.xml b/opendj-sdk/opends/tests/oulu-tests/build.xml
deleted file mode 100644
index aec0cd3..0000000
--- a/opendj-sdk/opends/tests/oulu-tests/build.xml
+++ /dev/null
@@ -1,203 +0,0 @@
-<!--
- ! CDDL HEADER START
- !
- ! The contents of this file are subject to the terms of the
- ! Common Development and Distribution License, Version 1.0 only
- ! (the "License"). You may not use this file except in compliance
- ! with the License.
- !
- ! You can obtain a copy of the license at
- ! trunk/opends/resource/legal-notices/OpenDS.LICENSE
- ! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
- ! See the License for the specific language governing permissions
- ! and limitations under the License.
- !
- ! When distributing Covered Code, include this CDDL HEADER in each
- ! file and include the License file at
- ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
- ! add the following below this CDDL HEADER, with the fields enclosed
- ! by brackets "[]" replaced with your own identifying information:
- ! Portions Copyright [yyyy] [name of copyright owner]
- !
- ! CDDL HEADER END
- !
- !
- ! Copyright 2006-2008 Sun Microsystems, Inc.
- ! -->
-
-<project name="opends-tests-oulu" basedir="." default="usage">
- <description>
- the purpose of this ant file is to facilitate and automate the protocol
- testing of the project.
- Due to legal issues, we cannot provide the package
- </description>
-
- <property name="project.home.dir" value="${basedir}/../.." />
- <property file="../../PRODUCT" />
- <property name="product.name" value="${SHORT_NAME}" />
- <property name="product.version"
- value="${MAJOR_VERSION}.${MINOR_VERSION}.${POINT_VERSION}" />
- <property name="product.package"
- value="${product.name}-${product.version}.zip" />
- <!-- in case there's a custom installer properties file -->
- <property file="../installer.properties" />
- <!-- in case there isn't - load default values -->
- <property file="../default.installer.properties" />
- <!-- oulu tests specific properties -->
- <property file="oulu.properties" />
- <tstamp>
- <format property="run.time" pattern="yyyy.MM.dd-HH.mm.ss" />
- </tstamp>
-
- <target name="usage">
- <echo>Usage for oulu test suite:
- [all]
- bootstrap a fresh instance of ${product.name}
- run the oulu tests
- wipeout the ${product.name} instance
-
- [get-bits]
- Download the bits from oulu university server
- NOTE: if you are behind a proxy, you need to edit oulu.properties
- and set proxy.host and proxy.port to relfect that.
-
- [pdu-tests]
- run the application exceptions robustness test suite
-
- [ber-tests]
- run the encryption exceptions robustness test suite
-
- [bootstrap]
- install, configure and start an ${product.name} instance
-
- [wipeout]
- stop and uninstall a previously bootstraped ${product.name} instance
- </echo>
- </target>
-
- <target name="check-opends-build">
- <condition property="opends.notbuilt">
- <not>
- <available file="${project.home.dir}/build/package/${product.package}"/>
- </not>
- </condition>
- </target>
-
- <target name="build-opends"
- if="opends.notbuilt"
- depends="check-opends-build">
- <ant dir="${project.home.dir}"
- antfile="${project.home.dir}/build.xml"
- target="package"/>
- </target>
-
- <target name="set-proxy" if="proxy.http.port">
- <setproxy proxyhost="${proxy..http.host}"
- proxyport="${proxy.http.port}"
- proxyuser="${proxy.http.user}"
- proxypassword="${proxy.http.pwd}"
- socksproxyhost="${proxy.socks.host}"
- socksproxyport="${proxy.socks.port}"/>
- </target>
-
- <!-- download the bits from oulu university -->
- <target name="get-bits.do" depends="set-proxy" unless="oulu.uptodate">
- <delete dir="${oulu.build.dir}" />
- <mkdir dir="${oulu.build.dir}" />
- <echo message="Downloading oulu bits ..." />
- <get
- src="${oulu.home.url}/${oulu.ber.jar}"
- dest="${oulu.build.dir}/${oulu.ber.jar}"
- verbose="true" />
- <get
- src="${oulu.home.url}/${oulu.ber.pgp}"
- dest="${oulu.build.dir}/${oulu.ber.pgp}" />
- <get
- src="${oulu.home.url}/${oulu.pdu.jar}"
- dest="${oulu.build.dir}/${oulu.pdu.jar}"
- verbose="true" />
- <get
- src="${oulu.home.url}/${oulu.pdu.pgp}"
- dest="${oulu.build.dir}/${oulu.pdu.pgp}" />
- </target>
- <target name="get-bits.no-need" if="oulu.uptodate">
- <echo message="Oulu bits are already there." />
- </target>
- <target name="get-bits">
- <condition property="oulu.uptodate">
- <and>
- <available file="${oulu.build.dir}/${oulu.ber.jar}"/>
- <available file="${oulu.build.dir}/${oulu.ber.pgp}"/>
- <available file="${oulu.build.dir}/${oulu.pdu.jar}"/>
- <available file="${oulu.build.dir}/${oulu.pdu.pgp}"/>
- </and>
- </condition>
- <antcall target="get-bits.do" />
- <antcall target="get-bits.no-need" />
- </target>
- <!-- end of of download related targets -->
-
- <!-- installer related targets -->
- <target name="bootstrap" depends="build-opends">
- <ant
- antfile="installer.xml"
- dir=".."
- target="bootstrap"
- inheritAll="false" />
- </target>
- <target name="wipeout">
- <ant
- antfile="installer.xml"
- dir=".."
- target="wipeout"
- inheritAll="false" />
- </target>
- <!-- end of installer related targets -->
-
- <!-- test related targets -->
- <target name="pdu-tests">
- <java
- jar="${oulu.build.dir}/${oulu.pdu.jar}"
- fork="true"
- output="${oulu.build.dir}/pdu-${run.time}.txt">
- <arg value="-port" />
- <arg value="${port.ldap}" />
- <arg value="-host" />
- <arg value="${host.name}" />
- <arg value="-delay" />
- <arg value="15" />
- <!-- <arg value="-showreply" /> -->
- </java>
- <mkdir dir="${oulu.build.dir}/server-logs/pdu-tests" />
- <copy todir="${oulu.build.dir}/server-logs/pdu-tests">
- <fileset dir="${project.home.dir}/build/install/${product.name}-${product.version}/logs"/>
- </copy>
- </target>
- <target name="ber-tests">
- <java
- jar="${oulu.build.dir}/${oulu.pdu.jar}"
- fork="true"
- output="${oulu.build.dir}/ber-${run.time}.txt">
- <arg value="-port" />
- <arg value="${port.ldap}" />
- <arg value="-host" />
- <arg value="${host.name}" />
- <arg value="-delay" />
- <arg value="15" />
- </java>
- <mkdir dir="${oulu.build.dir}/server-logs/ber-tests" />
- <copy todir="${oulu.build.dir}/server-logs/ber-tests">
- <fileset dir="${project.home.dir}/build/install/${product.name}-${product.version}/logs"/>
- </copy>
- </target>
- <!-- end of test related targets -->
-
- <!-- macros - chained targets -->
- <target name="all" >
- <antcall target="bootstrap" />
- <antcall target="get-bits" />
- <antcall target="pdu-tests" />
- <antcall target="ber-tests" />
- <antcall target="wipeout" />
- </target>
-</project>
diff --git a/opendj-sdk/opends/tests/oulu-tests/oulu.properties b/opendj-sdk/opends/tests/oulu-tests/oulu.properties
deleted file mode 100644
index 8f54402..0000000
--- a/opendj-sdk/opends/tests/oulu-tests/oulu.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-oulu.build.dir=../../build/oulu-tests
-oulu.home.url=http://www.ee.oulu.fi/research/ouspg/protos/testing/c06/ldapv3
-oulu.ber.jar=c06-ldapv3-enc-r1.jar
-oulu.ber.pgp=c06-ldapv3-enc-r1.jar.asc
-oulu.pdu.jar=c06-ldapv3-app-r1.jar
-oulu.pdu.pgp=c06-ldapv3-app-r1.jar.asc
-#proxy section - edit this to reflect how your network is set up
-#proxy.http.host=
-#proxy.http.port=
-#proxy.http.user=
-#proxy.http.pwd=
-#proxy.socks.host=
-#proxy.socks.port=
diff --git a/opendj-sdk/opends/tests/performance/response-time/build b/opendj-sdk/opends/tests/performance/response-time/build
deleted file mode 100755
index b23e303..0000000
--- a/opendj-sdk/opends/tests/performance/response-time/build
+++ /dev/null
@@ -1 +0,0 @@
-../../../ext/ant/bin/ant ${*}
diff --git a/opendj-sdk/opends/tests/performance/response-time/build.bat b/opendj-sdk/opends/tests/performance/response-time/build.bat
deleted file mode 100644
index 730446e..0000000
--- a/opendj-sdk/opends/tests/performance/response-time/build.bat
+++ /dev/null
@@ -1 +0,0 @@
-ant\bin\ant %*
diff --git a/opendj-sdk/opends/tests/performance/response-time/build.properties b/opendj-sdk/opends/tests/performance/response-time/build.properties
deleted file mode 100644
index 66a86b3..0000000
--- a/opendj-sdk/opends/tests/performance/response-time/build.properties
+++ /dev/null
@@ -1,11 +0,0 @@
-# directory names
-install.dir=install
-product.dir=product
-tmp.dir=tmp
-data.dir=data
-
-# directory pathes
-install.path=${basedir}${file.separator}${install.dir}
-product.path=${install.path}${file.separator}${product.dir}
-data.path=${basedir}${file.separator}${data.dir}
-tmp.path=${basedir}${file.separator}${tmp.dir}
diff --git a/opendj-sdk/opends/tests/performance/response-time/build.xml b/opendj-sdk/opends/tests/performance/response-time/build.xml
deleted file mode 100644
index 21e2312..0000000
--- a/opendj-sdk/opends/tests/performance/response-time/build.xml
+++ /dev/null
@@ -1,414 +0,0 @@
-<project name="opends-perf-test" basedir="." default="usage">
- <target name="usage">
- <echo>Usage:
- clean : remove OpenDS instance and all temporary files
- get-opends : retrieve the latest weekly build
- configure-opends: install and configures opends</echo>
- </target>
- <!-- declare the ant-contrib resource -->
- <taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
-
- <!-- load the properties -->
- <property file="build.properties" />
- <property file="opends.properties" prefix="opends" />
- <property file="proxy.properties" prefix="proxy" />
- <property file="${basedir}/../../../PRODUCT"/>
-
- <!-- platform specific properties -->
- <condition property="script.ext" value=".bat" else="">
- <os family="windows" />
- </condition>
- <condition
- property="opends.bin.path"
- value="${product.path}${file.separator}bat"
- else="${product.path}${file.separator}bin" >
- <os family="windows" />
- </condition>
-
- <target name="clean-install">
- <delete dir="${install.path}" />
- </target>
- <target name="clean"
- description="Removes all temporary files and installed bits"
- depends="clean-install" >
- <delete dir="${tmp.path}" />
- </target>
-
-
- <target name="init">
- <!-- create the temporary directory -->
- <mkdir dir="${tmp.path}" />
- </target>
-
- <target name="chk-pkg">
- <available file="${dest}"
- property="already.downloaded"/>
- </target>
-
- <target name="get-pkg" depends="chk-pkg" unless="already.downloaded">
- <get src="${src}" dest="${dest}"/>
- </target>
-
- <target name="get-opends-id" depends="init" unless="opends.manual.download">
- <delete file="${tmp.path}${file.separator}${opends.url.file}" />
- <condition property="opends.url" value="${opends.url.weekly}/${opends.url.file}">
- <not>
- <isset property="opends.url" />
- </not>
- </condition>
- <antcall target="get-pkg">
- <param name="src" value="${opends.url}"/>
- <param name="dest" value="${tmp.path}${file.separator}${opends.url.file}"/>
- </antcall>
- <loadfile srcfile="${tmp.path}${file.separator}${opends.url.file}"
- property="opends.build.name">
- <filterchain>
- <linecontainsregexp>
- <regexp pattern="OpenDS-.*\.zip" />
- </linecontainsregexp>
- <replaceregex
- pattern="^.*<A HREF=".*(OpenDS-.*)\.zip">.*$"
- replace="\1" />
- <striplinebreaks/>
- </filterchain>
- </loadfile>
- <loadfile srcfile="${tmp.path}${file.separator}${opends.url.file}"
- property="opends.package.url">
- <filterchain>
- <linecontainsregexp>
- <regexp pattern="OpenDS-.*\.zip" />
- </linecontainsregexp>
- <replaceregex
- pattern="^.*<A HREF="(.*)">.*$"
- replace="\1" />
- <striplinebreaks/>
- </filterchain>
- </loadfile>
- <property name="opends.package.name" value="${opends.build.name}.zip" />
- </target>
-
- <target name="get-opends"
- depends="init,get-opends-id"
- unless="opends.package.available">
- <echo message="The latest weekly build of OpenDS is packaged as [${opends.package.name}]"/>
- <condition property="opends.url" value="${opends.url.weekly}/${opends.url.file}">
- <not>
- <isset property="opends.url" />
- </not>
- </condition>
- <antcall target="get-pkg">
- <param name="src" value="${opends.url}${opends.package.url}"/>
- <param name="dest" value="${tmp.path}${file.separator}${opends.package.name}"/>
- </antcall>
- </target>
-
- <target name="unpack-opends">
- <if>
- <available file="${product.path}" />
- <then>
- <echo message="OpenDS already unpacked." />
- </then>
- <else>
- <mkdir dir="${install.path}" />
- <unzip dest="${install.path}">
- <fileset dir="${tmp.path}">
- <include name="OpenDS-*.zip"/>
- </fileset>
- <mapper type="regexp" from="^OpenDS-.*?/(.*)$$" to="${product.dir}/\1"/>
- </unzip>
- <if>
- <not>
- <os family="windows" />
- </not>
- <then>
- <chmod perm="755" >
- <fileset dir="${product.path}">
- <include name="setup" />
- <include name="lib/*" />
- <include name="bin/*" />
- </fileset>
- </chmod>
- </then>
- </if>
- </else>
- </if>
- </target>
-
- <target name="setup-opends">
- <if>
- <available file="${product.path}" />
- <then>
- <echo message="Setting custom schema" />
- <copy file="${data.path}${file.separator}${opends.schema.ldif}"
- tofile="${product.path}${file.separator}config${file.separator}schema${file.separator}${opends.schema.ldif}" />
- <echo message="Setting OpenDS up" />
- <exec
- executable="${product.path}${file.separator}setup${script.ext}">
- <arg value="--cli" />
- <arg value="--rootUserDN" />
- <arg value="${opends.admin.dn}" />
- <arg value="--rootUserPassword" />
- <arg value="${opends.admin.pwd}" />
- <arg value="--ldapPort" />
- <arg value="${opends.port.ldap}" />
- <arg value="--baseDN" />
- <arg value="${opends.suffix}" />
- <arg value="--addBaseEntry" />
- <arg value="--doNotStart" />
- <arg value="--no-prompt" />
- </exec>
- </then>
- <else>
- <echo message="OpenDS is not installed." />
- </else>
- </if>
- </target>
-
- <target name="import-ldif">
- <if>
- <available file="${product.path}" />
- <then>
- <input message="JVM arguments" addproperty="JAVA_ARGS.input" defaultvalue="-Xms256M -Xmx1G"/>
- <echo message="Importing data" />
- <exec
- executable="${opends.bin.path}${file.separator}import-ldif${script.ext}">
- <arg value="--ldifFile" />
- <arg value="${tmp.path}${file.separator}${opends.makeldif.ldif}" />
- <arg value="--backendID" />
- <arg value="userRoot" />
- <arg value="--clearBackend" />
- <env key="JAVA_ARGS" value="${JAVA_ARGS.input}" />
- </exec>
- </then>
- <else>
- <echo message="OpenDS is not installed." />
- </else>
- </if>
- </target>
-
- <target name="regenerate-template">
- <delete file="${tmp.path}${file.separator}${opends.makeldif.template}" />
- <antcall target="generate-template" />
- </target>
-
- <target name="generate-template">
- <if>
- <available file="${tmp.path}${file.separator}${opends.makeldif.template}" />
- <then>
- <echo message="Template already generated."/>
- </then>
- <else>
- <if>
- <isset property="entries"/>
- <then>
- <property name="entries.total.input" value="${entries}" />
- </then>
- <else>
- <input message="How many entries should the resulting template generate?"
- addproperty="entries.total.input"
- defaultvalue="${opends.makeldif.entries}" />
- </else>
- </if>
-
- <math result="modulo30"
- operand1="${entries.total.input}"
- operation="%"
- operand2="30"
- datatype="long"/>
- <if>
- <equals arg1="${modulo30}" arg2="0" />
- <then>
- <echo message="Keeping ${entries.total.input} because it is divisable by 30"/>
- <property name="entries.total" value="${entries.total.input}"/>
- </then>
- <else>
- <math result="modulo30.adjust"
- operand1="30"
- operation="-"
- operand2="${modulo30}"
- datatype="long"/>
- <math result="entries.total"
- operand1="${entries.total.input}"
- operation="+"
- operand2="${modulo30.adjust}"
- datatype="long"/>
- <echo message="Increasing total entries to ${entries.total} to make it divisable by 30"/>
- </else>
- </if>
-
- <math result="entries.subscribers"
- operand1="${entries.total}"
- operation="/"
- operand2="3"/>
- <math result="entries.devices"
- operand1="${entries.subscribers}"
- operation="*"
- operand2="2"
- datatype="long" />
- <math result="entries.subscribers.4devices"
- operand1="${entries.subscribers}"
- operation="/"
- operand2="10"
- datatype="long" />
- <math result="entries.subscribers.3devices"
- operand1="${entries.subscribers.4devices}"
- operation="*"
- operand2="2"
- datatype="long" />
- <math result="entries.subscribers.2devices"
- operand1="${entries.subscribers.4devices}"
- operation="*"
- operand2="3"
- datatype="long" />
- <math result="entries.subscribers.1device"
- operand1="${entries.subscribers.4devices}"
- operation="*"
- operand2="4"
- datatype="long" />
- <property name="offset" value="1000000001"/>
- <property name="subscribersStart" value="${offset}" />
- <property name="devicesStart" value="${offset}" />
- <property name="subscribers1Start" value="${subscribersStart}" />
- <math result="subscribers2Start"
- operand1="${subscribers1Start}"
- operation="+"
- operand2="${entries.subscribers.1device}"
- datatype="long" />
- <math result="subscribers3Start"
- operand1="${subscribers2Start}"
- operation="+"
- operand2="${entries.subscribers.2devices}"
- datatype="long" />
- <math result="subscribers4Start"
- operand1="${subscribers3Start}"
- operation="+"
- operand2="${entries.subscribers.3devices}"
- datatype="long" />
- <math result="subscribers2aStart"
- operand1="${subscribers1Start}"
- operation="+"
- operand2="${entries.subscribers.1device}"
- datatype="long" />
- <math result="subscribers2bStart"
- operand1="${subscribers2aStart}"
- operation="+"
- operand2="${entries.subscribers.2devices}"
- datatype="long" />
- <math result="subscribers3aStart"
- operand1="${subscribers2bStart}"
- operation="+"
- operand2="${entries.subscribers.2devices}"
- datatype="long" />
- <math result="subscribers3bStart"
- operand1="${subscribers3aStart}"
- operation="+"
- operand2="${entries.subscribers.3devices}"
- datatype="long" />
- <math result="subscribers3cStart"
- operand1="${subscribers3bStart}"
- operation="+"
- operand2="${entries.subscribers.3devices}"
- datatype="long" />
- <math result="subscribers4aStart"
- operand1="${subscribers3cStart}"
- operation="+"
- operand2="${entries.subscribers.3devices}"
- datatype="long" />
- <math result="subscribers4bStart"
- operand1="${subscribers4aStart}"
- operation="+"
- operand2="${entries.subscribers.4devices}"
- datatype="long" />
- <math result="subscribers4cStart"
- operand1="${subscribers4bStart}"
- operation="+"
- operand2="${entries.subscribers.4devices}"
- datatype="long" />
- <math result="subscribers4dStart"
- operand1="${subscribers4cStart}"
- operation="+"
- operand2="${entries.subscribers.4devices}"
- datatype="long" />
- <copy file="${data.path}${file.separator}${opends.makeldif.stubs}"
- tofile="${tmp.path}${file.separator}${opends.makeldif.template}">
- <filterchain>
- <expandproperties />
- </filterchain>
- </copy>
- </else>
- </if>
- </target>
-
- <target name="regenerate-ldif">
- <delete file="${tmp.path}${file.separator}${opends.makeldif.ldif}" />
- <antcall target="generate-ldif" />
- </target>
- <target name="generate-ldif">
- <if>
- <or>
- <available file="${tmp.path}${file.separator}${opends.makeldif.ldif}" />
- <not>
- <available file="${tmp.path}${file.separator}${opends.makeldif.template}" />
- </not>
- <not>
- <available file="${product.path}"/>
- </not>
- </or>
- <then>
- <if>
- <available file="${tmp.path}${file.separator}${opends.makeldif.ldif}" />
- <then>
- <echo message="LDIF data already generated."/>
- </then>
- <else>
- <if>
- <available file="${product.path}"/>
- <then>
- <echo message="Template not available. Use 'generate-template' target."/>
- </then>
- <else>
- <echo message="OpenDS not installed. Use 'get-opends unpack-opends' targets."/>
- </else>
- </if>
- </else>
- </if>
- </then>
- <else>
- <exec executable="${opends.bin.path}${file.separator}make-ldif${script.ext}">
- <arg line="--randomSeed 0" />
- <arg value="--templateFile" />
- <arg value="${tmp.path}${file.separator}${opends.makeldif.template}" />
- <arg value="--ldifFile" />
- <arg value="${tmp.path}${file.separator}${opends.makeldif.ldif}" />
- </exec>
- </else>
- </if>
- </target>
-
- <target name="generate-opends-config">
- </target>
-
- <target name="generate-slamd-config" >
- </target>
-
- <target name="opends-build-check" >
- <available file="${basedir}/../../../build/package/${SHORT_NAME}-${MAJOR_VERSION}.${MINOR_VERSION}.${POINT_VERSION}.zip" property="opends.built.already" />
- </target>
-
- <target name="build-opends" depends="opends-build-check" unless="opends.built.already">
- <ant dir="${basedir}/../../.." antfile="build.xml" target="package" />
- </target>
- <target name="all" depends="build-opends">
- <delete file="${tmp.path}${file.separator}${opends.package.name}" />
- <copy todir="${tmp.path}">
- <fileset dir="${basedir}/../../../build/package">
- <include name="OpenDS*.zip"/>
- </fileset>
- </copy>
- <antcall target="unpack-opends" />
- <antcall target="generate-template" />
- <antcall target="generate-ldif" />
- <antcall target="setup-opends" />
- <antcall target="import-ldif" />
- </target>
-</project>
diff --git a/opendj-sdk/opends/tests/performance/response-time/data/98telco.ldif b/opendj-sdk/opends/tests/performance/response-time/data/98telco.ldif
deleted file mode 100644
index 0eef54b..0000000
--- a/opendj-sdk/opends/tests/performance/response-time/data/98telco.ldif
+++ /dev/null
@@ -1,76 +0,0 @@
-dn: cn=schema
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.18.1 NAME 'ntlRadiusChapPassword' DESC 'Equal to userPassword' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.18.2 NAME 'ntlRadiusStatus' DESC 'active' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (2.16.840.1.113730.3.1.692 NAME 'inetUserStatus' DESC 'active' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.18.4 NAME 'ntlRadiusGlobalProfileRef' DESC 'ntlRadiusGlobalProfileRef ' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.18.5 NAME 'ntlParentScopeRef' DESC 'ntlParentScopeRef' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.18.6 NAME 'portabilityState' DESC 'password change 1:initial system generated(non-portable) 2: userdefined password(portable) 3:reset system generated (non-portable)' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.18.7 NAME 'nai' DESC 'nai' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.18.8 NAME 'subscriberId' DESC 'subscriber id or SubID can be used as it is done in VISION LDAP' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.18.9 NAME 'userprofileId' DESC 'user profile id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.18.10 NAME 'esn' DESC 'ESN or uid can be used as it is done in VISION currently' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.19.1 NAME 'modelId' DESC 'Model Identifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.19.2 NAME 'dataCapableDevice3G' DESC 'Data Capable Device 3G' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.19.3 NAME 'smsCapableDevice2way' DESC 'SMS Capable Device 2way' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.19.4 NAME 'shortMailCapableDevice' DESC 'Short Mail Capable Device' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.19.5 NAME 'prePaidSubscriber' DESC 'Pre Paid Subscriber' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.19.6 NAME 'cameraCapableDevice' DESC 'Camera Capable Device' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.19.7 NAME 'mmsCapableDevice' DESC 'MMS Capable Device' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.19.8 NAME 'videoMailCapableDevice' DESC 'Video Mail Capable Device' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.19.9 NAME 'pushtype' DESC 'how to push a application to device' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.1 NAME 'mdn' DESC 'Mobile Dialed Number' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.2 NAME 'msid' DESC 'Mobile Station Identifier Number' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.4 NAME 'meid' DESC 'Mobile Equipment Identifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.5 NAME 'manufactureid' DESC 'Manufacturer Identifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.6 NAME 'productId' DESC 'Product Identifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.7 NAME 'routingMask' DESC 'Routing Mask 3Gsub | 2WSMS | Short Mail Compatible | Virgin | Reseller' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.8 NAME 'billingmask' DESC 'Billing Mask' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.9 NAME 'contentProviderMask' DESC 'Content Provider Mask Currently not in user' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.10 NAME 'picMailServiceName' DESC 'Picture Mail Service Name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.11 NAME 'videoMailServiceName' DESC 'Video Mail Service Name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.12 NAME 'effectiveDate' DESC 'Date/Time Stamp Mask' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.13 NAME 'blockinfo' DESC 'block info mdn,email or domain which will be blocked' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.14 NAME 'allowWeb' DESC 'Allow Web SMS message are allowed from web' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.15 NAME 'allowMail' DESC 'Allow Mail SMS message are allowed from Mail' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.16 NAME 'allowTap' DESC 'Allow Tap SMS message are allowed from TAP' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.17 NAME 'displayMask' DESC 'Display Mask FSB: From, Subject, Body display options' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.18 NAME 'deliveryOverride' DESC 'Delivery Overide' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.19 NAME 'smsPdrOcos' DESC 'Subscriber-level Outbound Class of Service' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.8.20.20 NAME 'resellerId' DESC 'Reseller Id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.21 NAME 'winTriggerName' DESC 'winTriggerName' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.22 NAME 'smsSubscriberFilterMt' DESC 'Subscriber controlled block of MT' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.23 NAME 'smsWhitelist' DESC 'SMS Subscriber whitelist' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.24 NAME 'smsAllowMoMessaging' DESC 'MO Provisioning Indicator' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.25 NAME 'smsAllowMtMessaging' DESC 'MT Provisioning Indicator' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.26 NAME 'smsHotlined' DESC 'Hotlined indicator' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.27 NAME 'servBeginDate' DESC 'Service Begin Date' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.28 NAME 'servEndDate' DESC 'Service End Date' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.29 NAME 'archIndicator' DESC 'Archive Indicator' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.30 NAME 'caseNumber' DESC 'case Number' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.31 NAME 'lastmodifiedbyspm' DESC 'case Number' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.32 NAME 'evdo' DESC 'EVDO' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.33 NAME 'imsi' DESC 'imsi' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.34 NAME 'imei' DESC 'imei is also tied to a device and can be similar to ESN. This can be used to identity a device.' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.35 NAME 'ipaddress' DESC 'ipaddress tied to ptn handset' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.36 NAME 'mmsService' DESC 'Device is capable of mms service' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.37 NAME 'smsService' DESC 'Short Messaging Service' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.38 NAME 'twowayintlService' DESC 'subscriber is capable of international roaming' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.39 NAME 'boostService' DESC 'Subscriber has boost service' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.40 NAME 'premierService' DESC 'Subscriber has premier service' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.41 NAME 'basicService' DESC 'Subscriber has basic service' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.42 NAME 'arbalance' DESC 'Accounts Receiveable Balance for JavaCAPS' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-attributeTypes: (1.3.6.1.4.1.2792.2006.9.20.43 NAME 'arbalanced' DESC 'Accounts Receiveable Balance Date for JavaCAPS' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
-objectClasses: ( 1.3.6.1.4.1.2792.2006.9.100.1 NAME 'subscriberinfo' DESC 'Subscriber Information objectclass' SUP top STRUCTURAL MAY (uid $ userPassword $ ntlRadiusChapPassword $ ntlRadiusStatus $ inetUserStatus $ ntlRadiusGlobalProfileRef $ ntlParentScopeRef $ portabilityState $ nai $ subscriberId $ userprofileId $ esn $ arbalance $ arbalanced) )
-objectClasses: ( 1.3.6.1.4.1.2792.2006.9.100.2 NAME 'devicedetails' DESC 'Device details objectclass' SUP top STRUCTURAL MAY (modelId $ dataCapableDevice3G $ smsCapableDevice2way $ shortMailCapableDevice $ prePaidSubscriber $ cameraCapableDevice $ mmsCapableDevice $ videoMailCapableDevice $ pushtype) )
-objectClasses: ( 1.3.6.1.4.1.2792.2006.9.100.3 NAME 'deviceinfo' DESC 'Subscriber Information for a Device objectclass' SUP top STRUCTURAL MAY (nai $ mdn $ msid $ esn $ meid $ manufactureId $ modelId $ productId $ routingMask $ billingMask $ contentProviderMask $ picMailServiceName $ videoMailServiceName $ effectiveDate $ blockInfo $ allowWeb $ allowMail $ allowTap $ displayMask $ deliveryOverride $ smsPdrOcos $ resellerId $ winTriggerName $ smsSubscriberFilterMt $ smsWhitelist $ smsAllowMoMessaging $ smsAllowMtMessaging $ smsHotlined $ servBeginDate $ servEndDate $ archIndicator $ caseNumber $ lastmodifiedbyspm $ evdo $ imsi $ imei $ ipaddress $ mmsService $ smsService $ twowayintlService $ boostService $ premierService $ basicService) )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.501 NAME 'sun-fm-saml2-nameid-info'
- DESC 'SAML 2.0 Name Identifier Information' SYNTAX 1.3.6.1.4.1.1466.115.121.
- 1.15 X-ORIGIN ( 'Sun Java System Access Management' 'user defined' ) )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.500 NAME 'sun-fm-saml2-nameid-infoke
- y' DESC 'SAML 2.0 Name Identifier Information Key' SYNTAX 1.3.6.1.4.1.1466.1
- 15.121.1.15 X-ORIGIN ( 'Sun Java System Access Management' 'user defined' ) )
-objectClasses: ( 1.3.6.1.4.1.42.2.27.9.2.200 NAME 'sunFMSAML2NameIdentifier' D
- ESC 'SAML 2.0 name identifier objectclass' SUP top AUXILIARY MAY ( sun-fm-sa
- ml2-nameid-infokey $ sun-fm-saml2-nameid-info ) X-ORIGIN ( 'Sun Java System
- Access Management' 'user defined' ) )
-
diff --git a/opendj-sdk/opends/tests/performance/response-time/data/telco.template.stubs b/opendj-sdk/opends/tests/performance/response-time/data/telco.template.stubs
deleted file mode 100644
index 4989a88..0000000
--- a/opendj-sdk/opends/tests/performance/response-time/data/telco.template.stubs
+++ /dev/null
@@ -1,179 +0,0 @@
-branch: ${opends.suffix}
-
-branch: uid=admin,${opends.suffix}
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-givenName: Admin
-sn: User
-cn: Admin User
-userPassword: password
-
-branch: uid=default,${opends.suffix}
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-givenName: Default
-sn: User
-cn: Default User
-userPassword: password
-
-branch: uid=proxy,${opends.suffix}
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-givenName: Proxy
-sn: User
-cn: Proxy User
-userPassword: password
-
-branch: o=entries,${opends.suffix}
-
-branch: ou=subscriber,o=entries,${opends.suffix}
-subordinateTemplate: subscriberWithOneDevice:${entries.subscribers.1device}
-subordinateTemplate: subscriberWithTwoDevices:${entries.subscribers.2devices}
-subordinateTemplate: subscriberWithThreeDevices:${entries.subscribers.3devices}
-subordinateTemplate: subscriberWithFourDevices:${entries.subscribers.4devices}
-
-branch: ou=device,o=entries,${opends.suffix}
-subordinateTemplate: device:${entries.devices}
-
-branch: ou=devicedetails,o=entries,${opends.suffix}
-subordinateTemplate: deviceDetail:1000
-
-template: subscriberWithOneDevice
-rdnAttr: uid
-objectClass: top
-objectClass: subscriberInfo
-subscriberId: <sequential:${subscribers1Start}>
-uid: {subscriberId}
-userPassword: password
-ntlRadiusChapPassword: password
-ntlRadiusStatus: <list:Active;75:Suspended;25>
-ntlRadiusGlobalProfileRef: cn={uid},ou=profiles,ou=radius,ou=ip services,o=entries,${opends.suffix}
-ntlParentScopeRef: cn=scope<random:numeric:2>,ou=scopes,o=entries,${opends.suffix}
-inetUserStatus: {ntlRadiusStatus}
-portabilityState: <list:90;0:10;1>
-nai: {uid}\@${opends.domain}
-userProfileId: {uid}
-esn: <sequential:${subscribers1Start}>
-
-template: subscriberWithTwoDevices
-rdnAttr: uid
-objectClass: top
-objectClass: subscriberInfo
-subscriberId: <sequential:${subscribers2Start}>
-uid: {subscriberId}
-userPassword: password
-ntlRadiusChapPassword: password
-ntlRadiusStatus: <list:Active;75:Suspended;25>
-ntlRadiusGlobalProfileRef: cn={uid},ou=profiles,ou=radius,ou=ip services,o=entries,${opends.suffix}
-ntlParentScopeRef: cn=scope<random:numeric:2>,ou=scopes,o=entries,${opends.suffix}
-inetUserStatus: {ntlRadiusStatus}
-portabilityState: <list:90;0:10;1>
-nai: {uid}\@${opends.domain}
-userProfileId: {uid}
-esn: <sequential:${subscribers2aStart}>
-esn: <sequential:${subscribers2bStart}>
-
-template: subscriberWithThreeDevices
-rdnAttr: uid
-objectClass: top
-objectClass: subscriberInfo
-subscriberId: <sequential:${subscribers3Start}>
-uid: {subscriberId}
-userPassword: password
-ntlRadiusChapPassword: password
-ntlRadiusStatus: <list:Active;75:Suspended;25>
-ntlRadiusGlobalProfileRef: cn={uid},ou=profiles,ou=radius,ou=ip services,o=entries,${opends.suffix}
-ntlParentScopeRef: cn=scope<random:numeric:2>,ou=scopes,o=entries,${opends.suffix}
-inetUserStatus: {ntlRadiusStatus}
-portabilityState: <list:90;0:10;1>
-nai: {uid}\@${opends.domain}
-userProfileId: {uid}
-esn: <sequential:${subscribers3aStart}>
-esn: <sequential:${subscribers3bStart}>
-esn: <sequential:${subscribers3cStart}>
-
-template: subscriberWithFourDevices
-rdnAttr: uid
-objectClass: top
-objectClass: subscriberInfo
-subscriberId: <sequential:${subscribers4Start}>
-uid: {subscriberId}
-userPassword: password
-ntlRadiusChapPassword: password
-ntlRadiusStatus: <list:Active;75:Suspended;25>
-ntlRadiusGlobalProfileRef: cn={uid},ou=profiles,ou=radius,ou=ip services,o=entries,${opends.suffix}
-ntlParentScopeRef: cn=scope<random:numeric:2>,ou=scopes,o=entries,${opends.suffix}
-inetUserStatus: {ntlRadiusStatus}
-portabilityState: <list:90;0:10;1>
-nai: {uid}\@${opends.domain}
-userProfileId: {uid}
-esn: <sequential:${subscribers4aStart}>
-esn: <sequential:${subscribers4bStart}>
-esn: <sequential:${subscribers4cStart}>
-esn: <sequential:${subscribers4dStart}>
-
-template: device
-rdnAttr: esn
-objectClass: top
-objectClass: deviceInfo
-esn: <sequential:${devicesStart}>
-mdn: {esn}
-nai: {esn}\@${opends.domain}
-msid: {esn}
-meid: <random:hex:14>
-manufactureId: <random:numeric:3>
-modelId: <random:alpha:2><sequential:1000>
-routingMask: <random:hex:8>
-billingMask: <random:hex:8>
-contentProviderMask: 00
-picMailServiceName: 0
-videoMailServiceName: 0
-effectiveDate: 20060911031121
-blockInfo: <random:alphanumeric:8>\@<random:alphanumeric:14>.com
-allowWeb: <list:1;90:0;10>
-allowMail: <list:1;90:0;10>
-allowTap: <list:0;90:1;10>
-displayMask: <random:numeric:3>
-deliveryOverride: <random:alpha:1>
-smsPdrOcos: <random:numeric:1>
-resellerId: <random:alphanumeric:2>
-winTriggerName: <random:alphanumeric:4>
-smsSubscriberFilterMt: <list:0;90:1;10>
-smsWhitelist: <random:alphanumeric:14>\@<random:alphanumeric:13>.com
-smsAllowMoMessaging: <list:0;90:1;10>
-smsAllowMtMessaging: <list:0;90:1;10>
-smsHotlined: <list:0;90:1;10>
-servBeginDate: 20041011221521
-servEndDate: 20060410231521
-caseNumber: <random:alphanumeric:15>
-lastmodifiedbyspm: 20060311105019.9177
-evdo: <list:0;90:1;10>
-imsi: <random:numeric:15>
-imei: <random:numeric:15>
-ipaddress: <random:hex:8>
-mmsService: <list:0;90:1;10>
-smsService: <list:1;90:0;10>
-twowayintlService: <list:0;90:1;10>
-boostService: <list:0;90:1;10>
-premierService: <list:0;90:1;10>
-
-template: deviceDetail
-rdnAttr: modelId
-objectClass: top
-objectClass: deviceDetails
-modelId: <random:alpha:2><sequential:1000>
-dataCapableDevice3g: <list:0;90:1;10>
-smsCapableDevice2Way: <list:0;90:1;10>
-shortMailCapableDevice: <list:0;90:1;10>
-prePaidSubscriber: <list:0;90:1;10>
-cameraCapableDevice: <list:0;90:1;10>
-mmsCapableDevice: <list:0;90:1;10>
-videoMailCapableDevice: <list:0;90:1;10>
-pushType: <random:alpha:3>
-
diff --git a/opendj-sdk/opends/tests/performance/response-time/opends.properties b/opendj-sdk/opends/tests/performance/response-time/opends.properties
deleted file mode 100644
index efec74b..0000000
--- a/opendj-sdk/opends/tests/performance/response-time/opends.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-# opends repository configuration
-url.file=index.html
-url.daily=http://www.opends.org/daily-builds/latest/
-url.weekly=http://www.opends.org/promoted-builds/latest/
-url=${url.daily}
-# opends instance configuration parameters
-admin.dn=uid=admin
-admin.pwd=P@55w0rd
-port.ldap=7389
-port.ldaps=7636
-port.jmx=7689
-company=telco
-domain=${company}.com
-suffix=o=${domain}
-
-# default number of entries for which to generate the make-ldif template
-makeldif.entries=1200
-makeldif.template=${company}.template
-makeldif.stubs=${company}.template.stubs
-makeldif.ldif=${company}.ldif
-
-# schema extensions
-schema.ldif=98${company}.ldif
diff --git a/opendj-sdk/opends/tests/performance/response-time/proxy.xml b/opendj-sdk/opends/tests/performance/response-time/proxy.xml
deleted file mode 100644
index 3efa5fa..0000000
--- a/opendj-sdk/opends/tests/performance/response-time/proxy.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<project name="opends-test-proxy" basedir=".">
- <target name="check-proxy" unless="proxy.disabled">
- <echo>Checking for proxy [${proxy.host}:${proxy.port}] as user [${proxy.user}].</echo>
- <echo>Note: If these values do not match your environment, </echo>
- <echo> please use the 'configure' target</echo>
- <condition property="proxy.enabled">
- <and>
- <not>
- <http url="${deps.propono.url}"/>
- </not>
- <isreachable host="${proxy.host}" timeout="5"/>
- </and>
- </condition>
- </target>
- <target name="set-proxy" depends="check-proxy" if="proxy.enabled">
- <echo>Proxy detected. Configuring.</echo>
- <setproxy
- proxyhost="${proxy.host}"
- proxyport="${proxy.port}"
- proxyuser="${proxy.user}"
- proxypassword="${proxy.password}"/>
- </target>
-</project>
-
diff --git a/opendj-sdk/opends/tests/performance/response-time/tunings.sh b/opendj-sdk/opends/tests/performance/response-time/tunings.sh
deleted file mode 100755
index 2e41ce7..0000000
--- a/opendj-sdk/opends/tests/performance/response-time/tunings.sh
+++ /dev/null
@@ -1,58 +0,0 @@
-home=`cd \`dirname $0\`;pwd`
-port=389
-rootdn="cn=directory manager"
-global_vars="-p ${port} -w password -n"
-opends_home="${home}/install/product"
-dsconfig="${opends_home}/bin/dsconfig"
-
-#echo
-#echo "OpenDS set up ..."
-#${opends_home}/setup -i -a -b o=telco.com ${global_vars} -D "${rootdn}"
-
-#echo
-#echo
-#echo "Removing irrelevant indexes ..."
-#bad_index_list="cn ds-sync-hist givenName mail member sn telephoneNumber uniqueMember"
-#for index in ${bad_index_list}; do
-# set -x
-# ${dsconfig} delete-local-db-index -D "${rootdn}" ${global_vars} --backend-name userRoot --index-name ${index}
-# set +x
-#done
-#echo
-#echo
-#echo "Creating relevant indexes ..."
-#equality_index_list="msid esn"
-#for index in ${equality_index_list}; do
-# ${dsconfig} create-local-db-index -D "${rootdn}" ${global_vars} --backend-name userRoot --index-name ${index} --set index-type:equality
-#done
-#exit
-echo
-echo
-#echo "Removing virtual attributes ..."
-#set -x
-#for virtual_attribute in entryDN isMemberOf subschemaSubentry "VirtualStatic member" "Virtual Static member" "Virtual Static uniqueMember"; do
-## ${dsconfig} delete-virtual-attribute -D "${rootdn}" ${global_vars} --attribute-name "${virtual_attribute}"
-#done
-#set +x
-#exit
-
-#echo
-#echo
-#echo "Removing unnecessary plug-ins ..."
-#for plugin in "7-bit clean" lastmod "LDAP Attribute Description List" "Password Policy Import" Profiler "referential integrity" "uid unique attribute"; do
-# ${dsconfig} delete-plugin -D "${rootdn}" ${global_vars} --plugin-name "${plugin}"
-#done
-#exit
-
-set -x
-echo
-echo
-echo "Tweaking Database ..."
-${dsconfig} set-backend-prop -D "${rootdn}" ${global_vars} --backend-name userRoot --set db-cache-percent:20
-${dsconfig} set-backend-prop -D "${rootdn}" ${global_vars} --backend-name userRoot --set db-evictor-lru-only:false
-exit
-echo
-echo
-echo "Various Tunings ..."
-${dsconfig} set-connection-handler-prop -D "${rootdn}" ${global_vars} --handler-name "LDAP Connection Handler" --set num-request-handlers:4
-${dsconfig} set-work-queue-prop ${global_vars} --set num-worker-threads:16
--
Gitblit v1.10.0