forked from nemomobile/buteo-mtp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tests.xml
20 lines (20 loc) · 1.1 KB
/
tests.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="ISO-8859-1"?>
<testdefinition version="0.1">
<!-- Test suite, name libmeegomtp-tests, the same as test package name -->
<suite name="libmeegomtp-tests" domain="synchronization">
<!-- At least one set per suite, name and description mandatory -->
<set name="libmeegomtp-tests-set1" description="libmeegomtp-tests" feature="libmeegomtp unit tests">
<!-- test cases for the testset -->
<case name="deviceinfo-test" type="Functional" description="Testing Device Info" timeout="900" subfeature="">
<!-- Step for the tests-->
<step expected_result="0">/opt/tests/buteo-mtp/deviceinfo-test</step>
</case>
<case name="storage-test" type="Functional" description="Testing Storage" timeout="900" subfeature="">
<step expected_result="0">/opt/tests/buteo-mtp/storage-test</step>
</case>
<case name="protocol-test" type="Functional" description="Testing Protocol Stack" timeout="900" subfeature="">
<step expected_result="0">/opt/tests/buteo-mtp/protocol-test</step>
</case>
</set>
</suite>
</testdefinition>