From e08f4931e50232201f5ab229f9105332fed51066 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 17 Mar 2008 11:37:59 +0000
Subject: [PATCH] Add testsuite for manage-tasks and dbtest tools
---
opends/tests/functional-tests/testcases/clu/clu.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/clu/clu.xml b/opends/tests/functional-tests/testcases/clu/clu.xml
index 184890d..549fba2 100644
--- a/opends/tests/functional-tests/testcases/clu/clu.xml
+++ b/opends/tests/functional-tests/testcases/clu/clu.xml
@@ -47,6 +47,14 @@
<call function="'testGroup_Preamble'"/>
+ <!---
+ Links between tests:
+ - clu_ldapdelete_checkbehavior remove one entry under dc=com
+ - clu_rebuild-index_checkbehavior add a new index
+ - clu_make-ldif_checkbehavior import new data
+ => this has an impact on clu_rebuild-index_checkbehavior,
+ clu_verify-index_checkbehavior and clu_dbtest_checkbehavior
+ -->
<script>
testList = []
testList.append(['.','clu_setup'])
@@ -65,6 +73,8 @@
testList.append(['.','clu_encode-password_checkbehavior'])
testList.append(['.','clu_make-ldif_checkbehavior'])
testList.append(['.','clu_list-backends_checkbehavior'])
+ testList.append(['.','clu_manage-tasks_checkbehavior'])
+ testList.append(['.','clu_dbtest_checkbehavior'])
testList.append(['.','clu_cleanup'])
</script>
--
Gitblit v1.10.0