You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2014/08/28 22:56:12 UTC

git commit: [HELIX-470] Netty-based IPC layer, add TestNG config

Repository: helix
Updated Branches:
  refs/heads/master d8ec1ae75 -> 2a671a116


[HELIX-470] Netty-based IPC layer, add TestNG config


Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/2a671a11
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/2a671a11
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/2a671a11

Branch: refs/heads/master
Commit: 2a671a116db8f02de4d2208e03241d62935b9fc2
Parents: d8ec1ae
Author: Kanak Biscuitwala <kb...@linkedin.com>
Authored: Thu Aug 28 13:56:01 2014 -0700
Committer: Kanak Biscuitwala <kb...@linkedin.com>
Committed: Thu Aug 28 13:56:01 2014 -0700

----------------------------------------------------------------------
 helix-ipc/src/test/conf/testng.xml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/2a671a11/helix-ipc/src/test/conf/testng.xml
----------------------------------------------------------------------
diff --git a/helix-ipc/src/test/conf/testng.xml b/helix-ipc/src/test/conf/testng.xml
new file mode 100644
index 0000000..a65d8a0
--- /dev/null
+++ b/helix-ipc/src/test/conf/testng.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
+<suite name="Suite" parallel="none">
+  <test name="Test" preserve-order="false">
+    <packages>
+      <package name="org.apache.helix.ipc"/>
+      <package name="org.apache.helix.resolver"/>
+    </packages>
+  </test>
+</suite>