config.py.stubs revision 3832
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#
3232N/A# Copyright 2007-2008 Sun Microsystems, Inc.
3112N/A
782N/ATEST_OS_STRING = '${os.name}'
880N/ATEST_JVM_STRING = '${java.version}(${sun.arch.data.model} bits)'
782N/ASTAF_LOCAL_HOSTNAME = 'localhost'
782N/ASTAF_REMOTE_HOSTNAME = 'localhost'
3832N/ATMPDIR = '${tests.tmp.dir}'
880N/APSWDFILE = '%s/password' % TMPDIR
782N/AOPENDSDIR = '${project.home}'
782N/AOPENDSNAME = '${product.name}'
782N/AZIPNAME = '${product.name}.zip'
3832N/AZIPPATH = '${opends.dir}'
3821N/ATESTS_ROOT = '%s/tests/staf-tests' % OPENDSDIR
880N/ATESTS_DIR = '%s/functional-tests' % TESTS_ROOT
880N/ATESTS_SHARED_DIR = '%s/shared' % TESTS_DIR
2788N/ATESTS_FUNCTIONS_DIR = '%s/shared/functions' % TESTS_ROOT
880N/ATESTS_DATA_DIR = '%s/data' % TESTS_SHARED_DIR
3821N/ATESTS_JAVA_DIR = '%s/shared/java' % TESTS_ROOT
900N/ADIRECTORY_INSTANCE_DN = '${opends.admin.dn}'
900N/ADIRECTORY_INSTANCE_PSWD = '${opends.admin.pwd}'
880N/ADIRECTORY_INSTANCE_DIR = '%s' % TMPDIR
782N/ADIRECTORY_INSTANCE_HOST = 'localhost'
900N/ADIRECTORY_INSTANCE_PORT = '${opends.port.ldap}'
900N/ADIRECTORY_INSTANCE_SSL_PORT = '${opends.port.ldaps}'
782N/ADIRECTORY_INSTANCE_SFX = 'dc=com'
811N/ADIRECTORY_INSTANCE_BE = 'userRoot'
3832N/AJAVA_HOME = '${java.path}'
1522N/ALOGS_ROOT = '%s' % TMPDIR
1522N/ALOGS_URI = ''
782N/ASEND_MAIL_AFTER_TEST_RUN = '${staf.email.send}'
782N/ASEND_MAIL_TO = '${staf.email.to}'
3361N/AWC_TYPE = 'apache-tomcat'
3361N/AWC_VERSION = '6.0.14'
3361N/AWC_ZIPPATH = '%s/tests/ext' % OPENDSDIR
3361N/AWC_ZIPNAME = '%s-%s.zip' % (WC_TYPE, WC_VERSION)
3361N/AWC_DIRECTORY = '%s' % TMPDIR
3361N/AWC_PORT = '9000'
3361N/AWC_SSL_PORT = '9001'
3361N/AWC_HOST = 'localhost'
3361N/ADSML_WARNAME = 'OpenDS-1.0.0-DSML.war'
3361N/ADSML_WARPATH = '%s/build/package/%s' % (OPENDSDIR, DSML_WARNAME)
3609N/ASNMP_OPENDS_JARFILE = '%s/lib/extensions/snmp-mib2605.jar' % OPENDSNAME
3600N/ASNMP_OPENDMK_LIBDIR = '/path/to/opendmk/lib'
3600N/ASNMP_OPENDMK_JARFILE = '%s/jdmkrt.jar' % SNMP_OPENDMK_LIBDIR
3600N/ASNMP_PORT = '8085'
3600N/ASNMP_TRAP_PORT = '8086'
3600N/AVERBOSE_MODE = 'False'