From 0ff9c37e098c144e01db198d5ac9e5f722141934 Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Fri, 01 Feb 2008 09:11:09 +0000
Subject: [PATCH] add monitoring.xml testtsuite
---
opends/tests/functional-tests/testcases/runFuncTests.xml | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/runFuncTests.xml b/opends/tests/functional-tests/testcases/runFuncTests.xml
index 9f24b97..882484d 100755
--- a/opends/tests/functional-tests/testcases/runFuncTests.xml
+++ b/opends/tests/functional-tests/testcases/runFuncTests.xml
@@ -23,7 +23,7 @@
!
! CDDL HEADER END
!
- ! Portions Copyright 2006-2007 Sun Microsystems, Inc.
+ ! Portions Copyright 2006-2008 Sun Microsystems, Inc.
! -->
<stax>
<defaultcall function="main" />
@@ -125,7 +125,12 @@
add keyword 'main_virtualAttributes' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests
-->
-
+ <import machine="STAF_LOCAL_HOSTNAME"
+ file="'%s/testcases/monitoring/monitoring.xml' % (TESTS_DIR)" />
+ <!--
+ add keyword 'main_monitoring' in run-custom-suites.dat file to run this specific testsuite or run CLI : build run-my-tests
+ -->
+
<import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/sample/sample.xml' % TESTS_DIR" />
<script>
--
Gitblit v1.10.0