Merge from ECOMP's repository
[vid.git] / vid-app-common / TestNg-BE-UnitTest.xml
diff --git a/vid-app-common/TestNg-BE-UnitTest.xml b/vid-app-common/TestNg-BE-UnitTest.xml
new file mode 100644 (file)
index 0000000..b4b05bd
--- /dev/null
@@ -0,0 +1,11 @@
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
+
+<suite verbose="1" name="VID BE Unit Tests" annotations="JDK">
+
+    <test name="VID BE Unit Tests">
+        <packages>
+            <package name="org.onap.vid.*"/>
+            <package name="org.opencomp.vid.*"/>
+        </packages>
+    </test>
+</suite>
\ No newline at end of file