config.py.stubs revision 6304
98N/A# CDDL HEADER START
98N/A#
98N/A# The contents of this file are subject to the terms of the
98N/A# Common Development and Distribution License, Version 1.0 only
98N/A# (the "License"). You may not use this file except in compliance
98N/A# with the License.
98N/A#
98N/A# You can obtain a copy of the license at
98N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
98N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
98N/A# See the License for the specific language governing permissions
98N/A# and limitations under the License.
98N/A#
98N/A# When distributing Covered Code, include this CDDL HEADER in each
98N/A# file and include the License file at
98N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
98N/A# add the following below this CDDL HEADER, with the fields enclosed
98N/A# information:
98N/A# Portions Copyright [yyyy] [name of copyright owner]
98N/A#
98N/A# CDDL HEADER END
98N/A#
98N/A#
98N/A# Copyright 2007-2010 Sun Microsystems, Inc.
98N/A# Portions Copyright 2013 Forgerock AS
98N/A
98N/ATEST_OS_STRING = '${tests.os.string}'
98N/ATEST_JVM_STRING = '${tests.jvm.string}'
98N/ASTAF_LOCAL_HOSTNAME = '${local.hostname}'
98N/ASTAF_REMOTE_HOSTNAME = '${remote.hostname}'
98N/ASTAF_CLIENT_HOSTNAME = '${client.hostname}'
98N/ATMPDIR = '${temp.dir}'
98N/APRODUCTNAME = '${product.name}'
98N/AOPENDSNAME = 'opendj'
98N/AZIPNAME = '${opends.name}.zip'
98N/AZIPPATH = '${opends.dir}'
98N/AUPGRADE_OPENDJNAME = '${upgrade.opendj.name}'
98N/AUPGRADE_ZIPNAME = '${upgrade.opendj.name}.zip'
98N/AUPGRADE_ZIPPATH = '${upgrade.opendj.dir}'
98N/ATESTS_TIMESTAMP = '${tests.timestamp}'
98N/ATESTS_TYPE = '${tests.type}'
98N/ATESTS_ROOT = '${basedir}'
98N/ATESTS_DIR = '${tests.dir}'
98N/ATESTS_SHARED_DIR = '${tests.dir}/shared'
98N/ATESTS_FUNCTIONS_DIR = '${shared.dir}/functions'
98N/ATESTS_JAVA_DIR = '${shared.dir}/java'
98N/ATESTS_TOPOLOGY_DIR = '${shared.dir}/topology'
98N/ATESTS_XSL_DIR = '${shared.dir}/xsl'
98N/ATESTS_DSML_DIR = '${shared.dir}/dsml'
98N/ATESTS_RESOURCE_DIR = '${shared.dir}/resource'
98N/ADIRECTORY_INSTANCE_DN = '${opends.admin.dn}'
98N/ADIRECTORY_INSTANCE_PSWD = '${opends.admin.pwd}'
98N/ADIRECTORY_INSTANCE_BIN = '${instance.bin}'
DIRECTORY_INSTANCE_DIR = '${instance.dir}'
DIRECTORY_INSTANCE_HOST = '${remote.hostname}'
DIRECTORY_INSTANCE_PORT = '${opends.port.ldap}'
DIRECTORY_INSTANCE_ADMIN_PORT = '${opends.port.admin}'
DIRECTORY_INSTANCE_SSL_PORT = '${opends.port.ldaps}'
DIRECTORY_INSTANCE_SFX = 'dc=com'
DIRECTORY_INSTANCE_BE = 'userRoot'
REPLICATION_CONFIG_DIR = '${tests.run.dir}/${tests.run.time}/config'
REPLICATION_SPLIT_SERVERS = '${replication.split}'
REPLICATION_ECL_MODE = '${replication.eclmode}'
JAVA_HOME = '${remote.javahome}'
LOCAL_JAVA_HOME = '${local.javahome}'
LOGS_ROOT = '${tests.run.dir}/${tests.run.time}'
LOGS_URI = '${logs.uri}'
SEND_MAIL_AFTER_TEST_RUN = '${email.enabled}'
SEND_MAIL_TO = '${email.to}'
SEND_MAIL_SUBJECT = '${email.subject}'
WC_TYPE = '${wc.type}'
WC_VERSION = '${wc.version}'
WC_ZIPPATH = '${archives.dir}'
WC_ZIPNAME = '${wc.archive}'
WC_DIRECTORY = '${tests.tmp.dir}'
WC_PORT = '9000'
WC_SSL_PORT = '9001'
WC_HOST = '${remote.hostname}'
DSML_WARNAME = '${opends.name}-DSML.war'
DSML_WARPATH = '${opends.dir}/${opends.name}-DSML.war'
SNMP_OPENDS_JARFILE = 'opendj/lib/extensions/snmp-mib2605.jar'
SNMP_OPENDMK_LIBDIR = '${snmp.opendmk.lib.dir}'
SNMP_OPENDMK_JARFILE = '${snmp.opendmk.lib.dir}/jdmkrt.jar'
SNMP_PORT = '8085'
SNMP_TRAP_PORT = '8086'
LDCLT_DIR = '${ldclt.dir}'
VERBOSE_MODE = '${verbose.mode}'
TEST_PLAN_CUSTOM = '${test.plan.custom}'
ORIGINAL_ARCHIVE = '${original.archive}'
SDK_BIN = '/path/to/sdk/bin'