-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreport.xml
38 lines (32 loc) · 2.3 KB
/
report.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<testsuite failures="1" tests="3">
<testcase classname="pilot" name="initial" time="9.565341">
<system-out><![CDATA[* use profile "cca_huawei".........................................................passed
* diameter request "initial"........................................................passed
* validate values:.............................................................passed
* validate log "DiameterConnector_Huawei_GGSN_GVC_02_dr":..........................................passed
]]></system-out>
</testcase>
<testcase classname="pilot" name="initial - Nupdate - terminate" time="7.032862">
<system-out><![CDATA[* use profile "cca_huawei".........................................................passed
* diameter request "initial"........................................................passed
* diameter request "update":........................................................passed
* diameter request "terminate".......................................................passed
* validate log "DiameterConnector_Huawei_GGSN_GVC_02_dr":..........................................passed
]]></system-out>
</testcase>
<testcase classname="pilot" name="initial - failing" time="0.177556">
<failure message="java.lang.AssertionError: Expected: is "2002" but: was "2001" 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) 	at ru.at_consulting.autotest.cmd.HelpSteps.validate_value_(HelpSteps.java:37) 	at ✽.* validate values:(pilot.feature:28) "><![CDATA[* use profile "cca_huawei".........................................................passed
* diameter request "initial"........................................................passed
* validate values:.............................................................failed
StackTrace:
java.lang.AssertionError:
Expected: is "2002"
but: was "2001"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
at ru.at_consulting.autotest.cmd.HelpSteps.validate_value_(HelpSteps.java:37)
at ✽.* validate values:(pilot.feature:28)
]]></failure>
</testcase>
</testsuite>