blob: 9f6185c192347dabbaf4bddc5d01780672e6e53d [file] [log] [blame]
Pau Espin Pedrole3d1b612020-06-15 14:27:50 +02001<testsuites errors="2" failures="2" name="trial" tests="12" time="122">
Pau Espin Pedrold4dc2ad2020-06-15 13:27:07 +02002 <testsuite disabled="0" errors="0" failures="0" hostname="localhost" id="0" name="suiteA" skipped="0" tests="2">
3 <testcase classname="suiteA" name="suiteA-0" time="30">
4 <system-out>test log file not available</system-out>
5 </testcase>
6 <testcase classname="suiteA" name="suiteA-1" time="10">
7 <system-out>yay this is a test-applied stdout</system-out>
8 </testcase>
9 <properties>
10 <property name="ref:foobar/potato" value="1234"></property>
11 <property name="ref:orange" value="abcd"></property>
12 </properties>
13 </testsuite>
14 <testsuite disabled="0" errors="2" failures="0" hostname="localhost" id="1" name="suiteB" skipped="0" tests="3">
15 <testcase classname="suiteB" name="suiteB-0" time="10">
16 <system-out>test log file not available</system-out>
17 </testcase>
18 <testcase classname="suiteB" name="suiteB-1" time="0">
19 <error>could not run</error>
20 <system-out>test log file not available</system-out>
21 </testcase>
22 <testcase classname="suiteB" name="suiteB-2" time="0">
23 <error>could not run</error>
24 <system-out>test log file not available</system-out>
25 </testcase>
26 <properties>
27 <property name="ref:foobar/potato" value="1234"></property>
28 <property name="ref:orange" value="abcd"></property>
29 </properties>
30 </testsuite>
31 <testsuite disabled="2" errors="0" failures="0" hostname="localhost" id="2" name="suiteC" skipped="2" tests="3">
32 <testcase classname="suiteC" name="suiteC-0" time="0">
33 <skipped></skipped>
34 <system-out>test log file not available</system-out>
35 </testcase>
36 <testcase classname="suiteC" name="suiteC-1" time="10">
37 <system-out>test log file not available</system-out>
38 </testcase>
39 <testcase classname="suiteC" name="suiteC-2" time="0">
40 <skipped></skipped>
41 <system-out>test log file not available</system-out>
42 </testcase>
43 <properties>
44 <property name="ref:foobar/potato" value="1234"></property>
45 <property name="ref:orange" value="abcd"></property>
46 </properties>
47 </testsuite>
48 <testsuite disabled="0" errors="0" failures="1" hostname="localhost" id="3" name="suiteD" skipped="0" tests="2">
49 <testcase classname="suiteD" name="suiteD-0" time="12">
50 <failure type="fake_fail_type">fake_fail_message</failure>
51 <system-err>system stderr fake content</system-err>
52 <system-out>test log file not available</system-out>
53 </testcase>
54 <testcase classname="suiteD" name="suiteD-1" time="10">
55 <system-out>test log file not available</system-out>
56 </testcase>
57 <properties>
58 <property name="ref:foobar/potato" value="1234"></property>
59 <property name="ref:orange" value="abcd"></property>
60 </properties>
61 </testsuite>
Pau Espin Pedrole3d1b612020-06-15 14:27:50 +020062 <testsuite disabled="0" errors="0" failures="1" hostname="localhost" id="4" name="suiteE" skipped="0" tests="2">
63 <testcase classname="suiteE" name="suiteE-0" time="12">
64 <failure type="fake_fail_type">fake_fail_message</failure>
65 <system-err>system stderr fake content</system-err>
66 <kpis>
67 <kpi_node name="ueA">
68 <property name="kpiA" value="30"></property>
69 <property name="kpiB" value="foobar"></property>
70 <kpi_node name="yet-another-level">
71 <property name="foo" value="bar"></property>
72 </kpi_node>
73 </kpi_node>
74 <kpi_node name="enbD">
75 <property name="foobar-boolean" value="True"></property>
76 </kpi_node>
77 <property name="somekpi" value="someval"></property>
78 </kpis>
79 <system-out>test log file not available</system-out>
80 </testcase>
81 <testcase classname="suiteE" name="suiteE-1" time="10">
82 <kpis>
83 <property name="abcd" value="abcdval"></property>
84 </kpis>
85 <system-out>test log file not available</system-out>
86 </testcase>
87 <properties>
88 <property name="ref:foobar/potato" value="1234"></property>
89 <property name="ref:orange" value="abcd"></property>
90 </properties>
91 </testsuite>
92</testsuites>