From 8310417a85804a034b2b5b58bc9f48d0687f829b Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Tue, 13 May 2008 10:24:20 +0000
Subject: [PATCH] Add tests for SNMP feature
---
opends/tests/functional-tests/testcases/runFuncTests.xml | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/runFuncTests.xml b/opends/tests/functional-tests/testcases/runFuncTests.xml
index b8640e8..31d5bc9 100755
--- a/opends/tests/functional-tests/testcases/runFuncTests.xml
+++ b/opends/tests/functional-tests/testcases/runFuncTests.xml
@@ -136,13 +136,19 @@
<!--
add keyword 'main_dsml' 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/setup/setup.xml' % (TESTS_DIR)" />
<!--
add keyword 'main_setup' 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/snmp/snmp.xml' % TESTS_DIR" />
+ <!--
+ add keyword 'main_snmp' 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