Fix for Penetration test _ Session and cookie management
[vid.git] / vid-app-common / TestNg-BE-UnitTest.xml
1 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
2
3 <suite verbose="1" name="VID BE Unit Tests" annotations="JDK">
4
5     <test name="VID BE Unit Tests">
6         <packages>
7             <package name="org.onap.vid.*"/>
8             <package name="org.opencomp.vid.*"/>
9         </packages>
10     </test>
11 </suite>