Skip to content

Commit

Permalink
[tests] Added storagefactor-test to tests.xml
Browse files Browse the repository at this point in the history
Also removed some inaccurate comments.
It would be nice to change the suite and set names to reflect the
new package name, but that would mess with the continuity of
test results for no good reason.
  • Loading branch information
amtep committed Nov 6, 2014
1 parent bd70c4e commit 0ea5728
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests.xml
@@ -1,17 +1,16 @@
<?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-->
<case name="deviceinfo-test" type="Functional" description="Testing Device Info" timeout="30" subfeature="">
<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="storagefactory-test" type="Functional" description="Testing Storage Factory" timeout="30" subfeature="">
<step expected_result="0">/opt/tests/buteo-mtp/storagefactory-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>
Expand Down

0 comments on commit 0ea5728

Please sign in to comment.