aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn_tests/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 /ggsn_tests/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 'ggsn_tests/expected-results.xml')
-rw-r--r--ggsn_tests/expected-results.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/ggsn_tests/expected-results.xml b/ggsn_tests/expected-results.xml
new file mode 100644
index 00000000..bff953a8
--- /dev/null
+++ b/ggsn_tests/expected-results.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<testsuite name='GGSN_Tests' tests='11' failures='0' errors='0' skipped='0' inconc='0' time='205.00'>
+ <testcase classname='GGSN_Tests' name='TC_pdp4_act_deact' time='0.006364'/>
+ <testcase classname='GGSN_Tests' name='TC_pdp4_act_deact_ipcp' time='0.003752'/>
+ <testcase classname='GGSN_Tests' name='TC_pdp4_act_deact_pcodns' time='0.003510'/>
+ <testcase classname='GGSN_Tests' name='TC_pdp4_act_deact_gtpu_access' time='6.011141'/>
+ <testcase classname='GGSN_Tests' name='TC_pdp4_clients_interact' time='0.006517'/>
+ <testcase classname='GGSN_Tests' name='TC_pdp6_act_deact' time='0.003312'/>
+ <testcase classname='GGSN_Tests' name='TC_pdp6_act_deact_pcodns' time='0.003403'/>
+ <testcase classname='GGSN_Tests' name='TC_pdp6_act_deact_icmp6' time='0.005114'/>
+ <testcase classname='GGSN_Tests' name='TC_pdp6_act_deact_gtpu_access' time='9.018065'/>
+ <testcase classname='GGSN_Tests' name='TC_pdp6_clients_interact' time='6.014695'/>
+ <testcase classname='GGSN_Tests' name='TC_echo_req_resp' time='0.001674'/>
+</testsuite>