blob: d50785eb5d546e9dcd8c10327ee794bb91d1b7c5 [file] [log] [blame]
Ofir Sonsino1cfb0872018-01-31 17:19:00 +02001<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
2
Ittay Stern6ad41e32018-12-31 17:21:27 +02003<!-- This file is only for dev propose and has no meaning in pipeline -->
4
Sonsino, Ofir (os0695)4a4dcc52018-08-12 14:51:28 +03005<suite verbose="1" name="VID UI Tests" annotations="JDK">
6 <listeners>
Eylon Malinf076ec72019-08-15 16:42:22 +03007 <listener class-name="vid.automation.test.infra.SkipTestsTestngTransformer"/>
Sonsino, Ofir (os0695)4a4dcc52018-08-12 14:51:28 +03008 </listeners>
Ofir Sonsino1cfb0872018-01-31 17:19:00 +02009 <test name="test">
Sonsino, Ofir (os0695)4a4dcc52018-08-12 14:51:28 +030010 <groups>
11 <run>
12 <!-- These tests are legacy tests that should be converted from
13 working against IST to working against vid's 3rd party simulator-->
14 <exclude name="shouldBeMigratedToWorkWithSimulator"/>
15
16 <!-- These tests require the settings in asdc.properties to be like
17 asdc.client.type=LOCAL so cannot run on pipeline-->
18 <exclude name="worksOnlyWithLocalASDC"/>
19
20 <!-- these tests call to MaintenanceController which is restricted to
21 localhost, so it can not run on jenkins pipeline -->
22 <exclude name="worksOnlyWithLocalhostVID"/>
23
24 <!-- angular2 is not supported in CI yet. These tests can run only on
25 developers environment -->
26 <exclude name="Angular2Tests"/>
Sonsino, Ofir (os0695)4a4dcc52018-08-12 14:51:28 +030027 <!-- tests and features that are still under development but are pushed to develop -->
28 <exclude name="underDevelopment"/>
29
30 </run>
31 </groups>
Ittay Stern6ad41e32018-12-31 17:21:27 +020032 <!--<packages>-->
33 <!--<package name="vid.automation.test.test.*"/>-->
34 <!--</packages>-->
35
36 <classes>
37 <!-- in order to test specific test class replace the following class name-->
38 <class name="vid.automation.test.test.NewServiceInstanceTest"/>
39 </classes>
Ofir Sonsino1cfb0872018-01-31 17:19:00 +020040 </test>
Eylon Malin7bb28ca2019-08-15 11:39:22 +030041</suite>