diff options
author | Amichai Hemli <ah0398@intl.att.com> | 2019-07-09 14:23:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-09 14:23:37 +0000 |
commit | 58d22b526418ffeb89337fed9e20406da420bc6f (patch) | |
tree | 4357c9cfe1c92d57ac0a3f90167cade7af505b95 /vid-automation/TestNg-UI-half.xml | |
parent | 302b02a847e7aa8ccf3ff4bc14ff8a9cf67511b0 (diff) | |
parent | 97d9f66df456ef4573047a90baa3cc3ee4bfb0b7 (diff) |
Merge changes Ib4430bf2,Icc0bdb9e,I2736b984
* changes:
Merge from ecomp 718fd196 - Ext. Services Simulator
Merge from ecomp 718fd196 - Integration Tests
Merge from ecomp 718fd196 - Modern UI
Diffstat (limited to 'vid-automation/TestNg-UI-half.xml')
-rw-r--r-- | vid-automation/TestNg-UI-half.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/vid-automation/TestNg-UI-half.xml b/vid-automation/TestNg-UI-half.xml index bc51c9fce..01cdfcc5e 100644 --- a/vid-automation/TestNg-UI-half.xml +++ b/vid-automation/TestNg-UI-half.xml @@ -59,29 +59,7 @@ </script> </method-selector> </method-selectors> - <groups> - <run> - <!-- These tests are legacy tests that should be converted from - working against IST to working against vid's 3rd party simulator--> - <exclude name="shouldBeMigratedToWorkWithSimulator"/> - <!-- These tests require the settings in asdc.properties to be like - asdc.client.type=LOCAL so cannot run on pipeline--> - <exclude name="worksOnlyWithLocalASDC"/> - - <!-- these tests call to MaintenanceController which is restricted to - localhost, so it can not run on jenkins pipeline --> - <exclude name="worksOnlyWithLocalhostVID"/> - - <!-- angular2 is not supported in CI yet. These tests can run only on - developers environment --> - <exclude name="Angular2Tests"/> - - <!-- tests and features that are still under development but are pushed to develop --> - <exclude name="underDevelopment"/> - - </run> - </groups> <packages> <package name="vid.automation.test.test.*"/> </packages> |