aboutsummaryrefslogtreecommitdiffstats
path: root/sysinfo/expected-results.xml
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-04-11 14:53:28 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-04-11 19:29:18 +0200
commit1fd6679d9d04eb322eb416bb755201b4972a154e (patch)
tree1ca567c8bf379f426009014d88cfccf6419d8c83 /sysinfo/expected-results.xml
parentc6e06f76ae5f6f22d5a429d44e14dd1410641cdd (diff)
fix build: don't clean out expected-results.log: rename to *.xml
'make clean' as generated by ttcn3_makefilegen removes all *.log files, which of course cleans out expected-results.log, which should not happen. Since this is a junit XML file, rename the suffix to .xml. Change-Id: Ic334f6b758eef865e3a497aa430691a3ae696d25
Diffstat (limited to 'sysinfo/expected-results.xml')
-rw-r--r--sysinfo/expected-results.xml69
1 files changed, 69 insertions, 0 deletions
diff --git a/sysinfo/expected-results.xml b/sysinfo/expected-results.xml
new file mode 100644
index 00000000..cea6f54b
--- /dev/null
+++ b/sysinfo/expected-results.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0"?>
+<testsuite name='osmo-ttcn3-hacks/sysinfo' tests='22' failures='3' errors='16' skipped='0' inconc='0' time='200.00'>
+ <testcase classname='Test' name='TC_si1' time='0.001430'/>
+ <testcase classname='Test' name='TC_telnet' time='0.004703'/>
+ <testcase classname='Test' name='TC_si_default' time='8.009958'>
+ <failure type='fail-verdict'>No SI messages for TC=0!
+
+ </failure>
+ </testcase>
+ <testcase classname='Test' name='TC_si_sched_2bis' time='10.034880'>
+ <failure type='fail-verdict'>No SI messages for TC=0!
+
+ </failure>
+ </testcase>
+ <testcase classname='Test' name='TC_si_sched_2ter' time='10.035191'>
+ <failure type='fail-verdict'>No SI messages for TC=0!
+
+ </failure>
+ </testcase>
+ <testcase classname='Test' name='TC_si_sched_2ter_2bis' time='9.020499'>
+ <error type='DTE'>Test.ttcn:162: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_si_sched_2quater' time='2.027051'/>
+ <testcase classname='Test' name='TC_si_sched_13' time='9.024905'>
+ <error type='DTE'>Test.ttcn:162: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_si_sched_13_2bis_2ter_2quater' time='9.024221'>
+ <error type='DTE'>Test.ttcn:162: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_neci' time='11.005209'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_cell_resel_hyst' time='11.020545'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_rxlev_acc_min' time='11.016459'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_cellid' time='11.014834'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_lac' time='11.014391'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_rach_tx_int' time='11.016352'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_rach_max_tx' time='11.014782'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_attach' time='11.005593'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_dtx_ul' time='10.013151'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_emerg_allowed' time='11.014455'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_bs_pa_mfrms' time='11.005825'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_bs_ag_blks_res' time='11.014585'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+ <testcase classname='Test' name='TC_radio_link_timeout' time='11.025433'>
+ <error type='DTE'>Test.ttcn:478: Dynamic test case error: testcase.stop</error>
+ </testcase>
+</testsuite>