config.py.stubs revision 4458
3112N/A# CDDL HEADER START
3112N/A#
3112N/A# The contents of this file are subject to the terms of the
3112N/A# Common Development and Distribution License, Version 1.0 only
3112N/A# (the "License"). You may not use this file except in compliance
3112N/A# with the License.
3112N/A#
3112N/A# You can obtain a copy of the license at
3112N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
3112N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
3112N/A# See the License for the specific language governing permissions
3112N/A# and limitations under the License.
3112N/A#
3112N/A# When distributing Covered Code, include this CDDL HEADER in each
3112N/A# file and include the License file at
3112N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
3112N/A# add the following below this CDDL HEADER, with the fields enclosed
3112N/A# information:
3112N/A# Portions Copyright [yyyy] [name of copyright owner]
3112N/A#
3112N/A# CDDL HEADER END
3112N/A#
3112N/A#
4255N/A# Copyright 2007-2009 Sun Microsystems, Inc.
3112N/A
4458N/ATEST_OS_STRING = '${tests.os.string}'
4458N/ATEST_JVM_STRING = '${tests.jvm.string}'
4458N/ASTAF_LOCAL_HOSTNAME = '${local.hostname}'
4458N/ASTAF_REMOTE_HOSTNAME = '${remote.hostname}'
4458N/ATMPDIR = '/tmp'
4458N/AOPENDSNAME = '${opends.name}'
4458N/AZIPNAME = '${opends.name}.zip'
4458N/AZIPPATH = '${opends.dir}'
4458N/ATESTS_TYPE = '${tests.type}'
4458N/ATESTS_ROOT = '${basedir}'
4458N/ATESTS_DIR = '${tests.dir}'
4458N/ATESTS_SHARED_DIR = '${tests.dir}/shared'
4458N/ATESTS_FUNCTIONS_DIR = '${shared.dir}/functions'
4458N/ATESTS_JAVA_DIR = '${shared.dir}/java'
4458N/ATESTS_TOPOLOGY_DIR = '${shared.dir}/topology'
4458N/ATESTS_XSL_DIR = '${shared.dir}/xsl'
4458N/ATESTS_RESOURCE_DIR = '${shared.dir}/resource'
4458N/ADIRECTORY_INSTANCE_DN = '${opends.admin.dn}'
4458N/ADIRECTORY_INSTANCE_PSWD = '${opends.admin.pwd}'
4458N/ADIRECTORY_INSTANCE_BIN = '${tests.tmp.dir}'
4458N/ADIRECTORY_INSTANCE_DIR = '${tests.tmp.dir}'
4458N/ADIRECTORY_INSTANCE_HOST = '${remote.hostname}'
4458N/ADIRECTORY_INSTANCE_PORT = '${opends.port.ldap}'
4458N/ADIRECTORY_INSTANCE_ADMIN_PORT = '${opends.port.admin}'
4458N/ADIRECTORY_INSTANCE_SSL_PORT = '${opends.port.ldaps}'
4458N/ADIRECTORY_INSTANCE_SFX = 'dc=com'
4458N/ADIRECTORY_INSTANCE_BE = 'userRoot'
4458N/AREPLICATION_CONFIG_DIR = '${tests.run.dir}/${tests.run.time}/config'
4458N/AJAVA_HOME = '${remote.javahome}'
4458N/ALOCAL_JAVA_HOME = '${local.javahome}'
4458N/ALOGS_ROOT = '${tests.run.dir}/${tests.run.time}'
4458N/ALOGS_URI = '${logs.uri}'
4458N/ASEND_MAIL_AFTER_TEST_RUN = '${email.enabled}'
4458N/ASEND_MAIL_TO = '${email.to}'
4458N/ASEND_MAIL_SUBJECT = '${email.subject}'
4458N/AWC_TYPE = 'apache-tomcat'
4458N/AWC_VERSION = '${tomcat.version}'
4458N/AWC_ZIPPATH = '${archives.dir}'
4458N/AWC_ZIPNAME = '${tomcat.archive}'
4458N/AWC_DIRECTORY = '${tests.tmp.dir}'
4458N/AWC_PORT = '9000'
4458N/AWC_SSL_PORT = '9001'
4458N/AWC_HOST = '${remote.hostname}'
4458N/ADSML_WARNAME = '${opends.name}-DSML.war'
4458N/ADSML_WARPATH = '${opends.dir}/build/package/${opends.name}-DSML.war'
4458N/ASNMP_OPENDS_JARFILE = '${opends.name}/lib/extensions/snmp-mib2605.jar'
4458N/ASNMP_OPENDMK_LIBDIR = '${snmp.opendmk.lib.dir}'
4458N/ASNMP_OPENDMK_JARFILE = '${snmp.opendmk.lib.dir}/jdmkrt.jar'
4458N/ASNMP_PORT = '8085'
4458N/ASNMP_TRAP_PORT = '8086'
4458N/AVERBOSE_MODE = '${verbose.mode}'
4458N/ATEST_PLAN_CUSTOM = '${test.plan.custom}'