push code back with legal issues fix
[ric-plt/e2mgr.git] / Automation / Tests / Unhappy / output.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <robot generator="Robot 3.1.2 (Python 3.6.8 on linux)" generated="20190730 12:12:15.455" rpa="false">
3 <suite id="s1" name="Setup failure" source="/home/ubuntu/PycharmProjects/Oran/Unhappy/Setup_failure.robot">
4 <kw name="Start dockers" type="setup">
5 <kw name="Run And Return Rc And Output" library="OperatingSystem">
6 <doc>Runs the given command in the system and returns the RC and output.</doc>
7 <arguments>
8 <arg>${run_script}</arg>
9 </arguments>
10 <msg timestamp="20190730 12:12:16.856" level="INFO">Running command '/home/ubuntu/run.sh 2&gt;&amp;1'.</msg>
11 <status status="PASS" starttime="20190730 12:12:16.836" endtime="20190730 12:12:39.116"></status>
12 </kw>
13 <kw name="Run And Return Rc And Output" library="OperatingSystem">
14 <doc>Runs the given command in the system and returns the RC and output.</doc>
15 <arguments>
16 <arg>${docker_command}</arg>
17 </arguments>
18 <assign>
19 <var>${result}</var>
20 </assign>
21 <msg timestamp="20190730 12:12:39.119" level="INFO">Running command 'docker ps | grep snapshot | wc --lines 2&gt;&amp;1'.</msg>
22 <msg timestamp="20190730 12:12:39.175" level="INFO">${result} = (0, '4')</msg>
23 <status status="PASS" starttime="20190730 12:12:39.116" endtime="20190730 12:12:39.175"></status>
24 </kw>
25 <kw name="Should Be Equal As Integers" library="BuiltIn">
26 <doc>Fails if objects are unequal after converting them to integers.</doc>
27 <arguments>
28 <arg>${result[1]}</arg>
29 <arg>4</arg>
30 </arguments>
31 <status status="PASS" starttime="20190730 12:12:39.175" endtime="20190730 12:12:39.176"></status>
32 </kw>
33 <status status="PASS" starttime="20190730 12:12:16.836" endtime="20190730 12:12:39.176"></status>
34 </kw>
35 <test id="s1-t1" name="Post Request setup node b x2-setup - setup failure">
36 <kw name="Set Headers" library="REST">
37 <tags>
38 <tag>settings</tag>
39 </tags>
40 <doc>*Sets new request headers or updates the existing.*</doc>
41 <arguments>
42 <arg>${header}</arg>
43 </arguments>
44 <status status="PASS" starttime="20190730 12:12:39.177" endtime="20190730 12:12:39.178"></status>
45 </kw>
46 <kw name="Post" library="REST">
47 <tags>
48 <tag>http</tag>
49 </tags>
50 <doc>*Sends a POST request to the endpoint.*</doc>
51 <arguments>
52 <arg>/v1/nodeb/x2-setup</arg>
53 <arg>${json}</arg>
54 </arguments>
55 <status status="PASS" starttime="20190730 12:12:39.178" endtime="20190730 12:12:39.261"></status>
56 </kw>
57 <kw name="Sleep" library="BuiltIn">
58 <doc>Pauses the test executed for the given time.</doc>
59 <arguments>
60 <arg>1s</arg>
61 </arguments>
62 <msg timestamp="20190730 12:12:40.266" level="INFO">Slept 1 second</msg>
63 <status status="PASS" starttime="20190730 12:12:39.265" endtime="20190730 12:12:40.266"></status>
64 </kw>
65 <kw name="Post" library="REST">
66 <tags>
67 <tag>http</tag>
68 </tags>
69 <doc>*Sends a POST request to the endpoint.*</doc>
70 <arguments>
71 <arg>/v1/nodeb/x2-setup</arg>
72 <arg>${json}</arg>
73 </arguments>
74 <status status="PASS" starttime="20190730 12:12:40.268" endtime="20190730 12:12:40.276"></status>
75 </kw>
76 <kw name="Sleep" library="BuiltIn">
77 <doc>Pauses the test executed for the given time.</doc>
78 <arguments>
79 <arg>1s</arg>
80 </arguments>
81 <msg timestamp="20190730 12:12:41.278" level="INFO">Slept 1 second</msg>
82 <status status="PASS" starttime="20190730 12:12:40.277" endtime="20190730 12:12:41.278"></status>
83 </kw>
84 <kw name="Get" library="REST">
85 <tags>
86 <tag>http</tag>
87 </tags>
88 <doc>*Sends a GET request to the endpoint.*</doc>
89 <arguments>
90 <arg>/v1/nodeb/test1</arg>
91 </arguments>
92 <status status="PASS" starttime="20190730 12:12:41.278" endtime="20190730 12:12:41.293"></status>
93 </kw>
94 <kw name="Integer" library="REST">
95 <tags>
96 <tag>assertions</tag>
97 </tags>
98 <doc>*Asserts the field as JSON integer.*</doc>
99 <arguments>
100 <arg>response status</arg>
101 <arg>200</arg>
102 </arguments>
103 <status status="PASS" starttime="20190730 12:12:41.293" endtime="20190730 12:12:41.295"></status>
104 </kw>
105 <kw name="String" library="REST">
106 <tags>
107 <tag>assertions</tag>
108 </tags>
109 <doc>*Asserts the field as JSON string.*</doc>
110 <arguments>
111 <arg>response body connectionStatus</arg>
112 <arg>CONNECTED_SETUP_FAILED</arg>
113 </arguments>
114 <status status="PASS" starttime="20190730 12:12:41.296" endtime="20190730 12:12:41.296"></status>
115 </kw>
116 <kw name="String" library="REST">
117 <tags>
118 <tag>assertions</tag>
119 </tags>
120 <doc>*Asserts the field as JSON string.*</doc>
121 <arguments>
122 <arg>response body failureType</arg>
123 <arg>X2_SETUP_FAILURE</arg>
124 </arguments>
125 <status status="PASS" starttime="20190730 12:12:41.297" endtime="20190730 12:12:41.297"></status>
126 </kw>
127 <kw name="String" library="REST">
128 <tags>
129 <tag>assertions</tag>
130 </tags>
131 <doc>*Asserts the field as JSON string.*</doc>
132 <arguments>
133 <arg>response body setupFailure networkLayerCause</arg>
134 <arg>HO_TARGET_NOT_ALLOWED</arg>
135 </arguments>
136 <status status="PASS" starttime="20190730 12:12:41.297" endtime="20190730 12:12:41.298"></status>
137 </kw>
138 <status status="PASS" starttime="20190730 12:12:39.176" endtime="20190730 12:12:41.298" critical="yes"></status>
139 </test>
140 <status status="PASS" starttime="20190730 12:12:15.463" endtime="20190730 12:12:41.302"></status>
141 </suite>
142 <statistics>
143 <total>
144 <stat pass="1" fail="0">Critical Tests</stat>
145 <stat pass="1" fail="0">All Tests</stat>
146 </total>
147 <tag>
148 </tag>
149 <suite>
150 <stat pass="1" fail="0" id="s1" name="Setup failure">Setup failure</stat>
151 </suite>
152 </statistics>
153 <errors>
154 </errors>
155 </robot>