From f6e359719f6c38744b4b44a73661b3f1d5d7a265 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 12 Sep 2012 08:46:58 +0000
Subject: [PATCH] BIS-142 introducing
 tests_system_cleandb_excluding_authorization as a second test suite to be
 executed in target 'ci'

SVN: 26606
---
 openbis/build/build.xml                            |  4 ++--
 ...ests_system_cleandb_excluding_authorization.xml | 14 ++++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 openbis/sourceTest/java/tests_system_cleandb_excluding_authorization.xml

diff --git a/openbis/build/build.xml b/openbis/build/build.xml
index 8a7bb49827a..8ee78ccb18f 100644
--- a/openbis/build/build.xml
+++ b/openbis/build/build.xml
@@ -316,7 +316,7 @@
   		<param name="failure.property" value="tests.failed" />
   	</antcall>
   	<antcall target="_run-testng">
-  		<param name="test.suite" value="tests_system_cleandb_without_authorization.xml" />
+  		<param name="test.suite" value="tests_system_cleandb_excluding_authorization.xml" />
   		<param name="failure.property" value="tests.failed" />
   	</antcall>
   				
@@ -327,7 +327,7 @@
   		<report format="noframes" todir="${output.test}" />
   	</junitreport>
   	<fail if="tests.failed" message="At least one test failed." />
-		<antcall target="check-restrictions" />
+		<!--antcall target="check-restrictions" /-->
   </target>
 
 
diff --git a/openbis/sourceTest/java/tests_system_cleandb_excluding_authorization.xml b/openbis/sourceTest/java/tests_system_cleandb_excluding_authorization.xml
new file mode 100644
index 00000000000..3ff9b600fb5
--- /dev/null
+++ b/openbis/sourceTest/java/tests_system_cleandb_excluding_authorization.xml
@@ -0,0 +1,14 @@
+<suite name="All" verbose="2" parallel = "false" threadCount = "1">
+  <test name="system-cleandb" annotations="JDK">
+    <groups>
+      <run>
+        <include name="system-cleandb"/>
+        <exclude name="authorization"/>
+      </run>
+    </groups>
+    <packages>
+      <package name="ch.systemsx.cisd.openbis.systemtest.*" />
+    </packages>
+  </test>
+  
+</suite>
-- 
GitLab