Skip to content

Latest commit

 

History

History
32 lines (32 loc) · 1.95 KB

tests.xml

File metadata and controls

32 lines (32 loc) · 1.95 KB
 
Oct 8, 2012
Oct 8, 2012
1
2
3
4
5
<?xml version="1.0" encoding="ISO-8859-1"?>
<testdefinition version="0.1">
<!-- Test suite, name mandatory - the same as test package name -->
<suite name="sync-app-tests" domain="ssu">
<!-- At least one set per suite, name and description mandatory -->
Apr 3, 2013
Apr 3, 2013
6
7
8
9
10
<set name="rndssucli" description="Test to determine if ssu command line tool works properly" feature="rndssucli">
<case name="ut_rndssucli" type="Functional" description="SSU command line utility test" timeout="1000" subfeature="">
<step expected_result="0">/opt/tests/ssu/ut_rndssucli</step>
</case>
</set>
Apr 2, 2013
Apr 2, 2013
11
12
13
14
15
<set name="settings" description="Test to determine if configuration files processing works properly" feature="settings">
<case name="ut_settings" type="Functional" description="Settings processing test" timeout="1000" subfeature="">
<step expected_result="0">/opt/tests/ssu/ut_settings</step>
</case>
</set>
Apr 2, 2013
Apr 2, 2013
16
17
18
19
20
<set name="ssuurlresolver" description="Test to determine if the UrlResolverPlugin works well with installed version of libzypp" feature="ssuurlresolver">
<case name="ut_ssuurlresolver" type="Functional" description="URL resolver plugin test" timeout="1000" subfeature="">
<step expected_result="0">/opt/tests/ssu/ut_ssuurlresolver</step>
</case>
</set>
Oct 8, 2012
Oct 8, 2012
21
22
23
24
25
<set name="urlresolver" description="Test to determine if URL resolving works properly" feature="urlresolver">
<case name="ut_urlresolver" type="Functional" description="URL resolver tests" timeout="1000" subfeature="">
<step expected_result="0">/opt/tests/ssu/ut_urlresolver</step>
</case>
</set>
Mar 22, 2013
Mar 22, 2013
26
27
28
29
30
<set name="variables" description="Test to determine if variable resolving works properly" feature="variables">
<case name="ut_variables" type="Functional" description="Variable resolver tests" timeout="1000" subfeature="">
<step expected_result="0">/opt/tests/ssu/ut_variables</step>
</case>
</set>
Oct 8, 2012
Oct 8, 2012
31
32
</suite>
</testdefinition>