product-iots/modules/integration/tests-integration/src/test/resources/testng.xml

52 lines
2.9 KiB
XML
Raw Normal View History

2015-12-05 08:35:33 +00:00
<!--
2017-01-24 05:51:04 +00:00
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
2015-12-05 08:35:33 +00:00
~
~ WSO2 Inc. 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" >
2017-01-26 17:14:44 +00:00
<suite name="iot-suite-initializer">
2015-12-05 08:35:33 +00:00
<parameter name="useDefaultListeners" value="false"/>
<listeners>
2017-01-26 17:14:44 +00:00
<listener class-name="org.wso2.carbon.automation.engine.testlisteners.TestExecutionListener"/>
2015-12-05 08:35:33 +00:00
<listener class-name="org.wso2.carbon.automation.engine.testlisteners.TestManagerListener"/>
<listener class-name="org.wso2.carbon.automation.engine.testlisteners.TestReportListener"/>
<listener class-name="org.wso2.carbon.automation.engine.testlisteners.TestSuiteListener"/>
2017-01-26 17:14:44 +00:00
<listener class-name="org.wso2.carbon.automation.engine.testlisteners.TestTransformerListener"/>
2015-12-05 08:35:33 +00:00
</listeners>
2017-01-25 10:56:39 +00:00
<test name="iot-test-cases" preserve-order="true" parallel="false">
<classes>
<class name="org.wso2.iot.integration.mobileDevice.MobileDeviceManagementWithNoDevices"/>
<class name="org.wso2.iot.integration.jmeter.AndroidDeviceManagementAPIJmeterTestCase"/>
<class name="org.wso2.iot.integration.mobileDevice.MobileDeviceManagement"/>
2017-05-23 06:33:05 +00:00
<class name="org.wso2.iot.integration.jmeter.PolicyManagementJMeterTestCase"/>
<class name="org.wso2.iot.integration.samples.VirtualFireAlarmTestCase"/>
<class name="org.wso2.iot.integration.device.enrollment.AndroidEnrollment"/>
<class name="org.wso2.iot.integration.device.operation.AndroidOperation"/>
2017-04-19 09:01:17 +00:00
<class name="org.wso2.iot.integration.device.configuration.AndroidConfigurationManagement"/>
<class name="org.wso2.iot.integration.role.RoleManagement"/>
<class name="org.wso2.iot.integration.jmeter.GroupManagementJMeterTestCase"/>
<class name="org.wso2.iot.integration.jmeter.DeviceManagementAPINegativeTestCase"/>
<class name="org.wso2.iot.integration.jmeter.NotificationManagementAPIJMeterTestCase"/>
<class name="org.wso2.iot.integration.jmeter.AppManagerJmeterTestCase"/>
2017-05-14 19:01:24 +00:00
<class name="org.wso2.iot.integration.device.enrollment.AndroidSenseEnrollment"/>
2017-05-16 14:50:55 +00:00
<class name="org.wso2.iot.integration.samples.MobileQSGTestCase"/>
<class name="org.wso2.iot.integration.user.UserManagement"/>
</classes>
</test>
2017-04-19 09:01:17 +00:00
</suite>