From ffb90539ab2527ab4063edcff0a69ef1bbde41d5 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Fri, 13 Dec 2013 14:46:45 +0000
Subject: [PATCH] Add capability for debugging tests
---
opends/tests/staf-tests/shared/tests/config.py.stubs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opends/tests/staf-tests/shared/tests/config.py.stubs b/opends/tests/staf-tests/shared/tests/config.py.stubs
index cd13c56..6f59236 100644
--- a/opends/tests/staf-tests/shared/tests/config.py.stubs
+++ b/opends/tests/staf-tests/shared/tests/config.py.stubs
@@ -82,6 +82,7 @@
SNMP_OPENDMK_JARFILE = '${snmp.opendmk.lib.dir}/jdmkrt.jar'
SNMP_PORT = '8085'
SNMP_TRAP_PORT = '8086'
+DEBUG_PORT = '${debug.port}'
LDCLT_DIR = '${ldclt.dir}'
VERBOSE_MODE = '${verbose.mode}'
TEST_PLAN_CUSTOM = '${test.plan.custom}'
--
Gitblit v1.10.0