Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 916343 Details for
Bug 1117262
Neutron parser showing "ft3.4: KeyError" when admin credentials are wrong in network.ini file
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Corresponding html file
neutron_report_adminwrongpwd.html (text/html), 66.44 KB, created by
Swati Goswami
on 2014-07-08 12:14:47 UTC
(
hide
)
Description:
Corresponding html file
Filename:
MIME Type:
Creator:
Swati Goswami
Created:
2014-07-08 12:14:47 UTC
Size:
66.44 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ><html xmlns="http://www.w3.org/1999/xhtml"> ><head> > <title>OpenStack-CTS Report</title> > <meta name="generator" content="HTMLTestRunner 0.8.3"/> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> > ><style type="text/css" media="screen"> >body { font-family: verdana, arial, helvetica, sans-serif; font-size: 80%; } >table { font-size: 100%; } >pre { } > >/* -- heading ---------------------------------------------------------------------- */ >h1 { > font-size: 16pt; > color: gray; >} >.heading { > margin-top: 0ex; > margin-bottom: 1ex; >} > >.heading .attribute { > margin-top: 1ex; > margin-bottom: 0; >} > >.heading .description { > margin-top: 4ex; > margin-bottom: 6ex; >} > >/* -- css div popup ------------------------------------------------------------------------ */ >a.popup_link { >} > >a.popup_link:hover { > color: red; >} > >.popup_window { > display: none; > position: relative; > left: 0px; > top: 0px; > /*border: solid #627173 1px; */ > padding: 10px; > background-color: #E6E6D6; > font-family: "Lucida Console", "Courier New", Courier, monospace; > text-align: left; > font-size: 8pt; > width: 500px; >} > >} >/* -- report ------------------------------------------------------------------------ */ >#show_detail_line { > margin-top: 3ex; > margin-bottom: 1ex; >} >#result_table { > width: 80%; > border-collapse: collapse; > border: 1px solid #777; >} >#header_row { > font-weight: bold; > color: white; > background-color: #777; >} >#result_table td { > border: 1px solid #777; > padding: 2px; >} >#total_row { font-weight: bold; } >.passClass { background-color: #6c6; } >.failClass { background-color: #c60; } >.errorClass { background-color: #c00; } >.skipClass { background-color: #4161F1; } >.passCase { color: #6c6; } >.failCase { color: #c60; font-weight: bold; } >.skipCase { color: #04FF04; font-weight: bold; } >.errorCase { color: #c00; font-weight: bold; } >.hiddenRow { display: none; } >.testcase { margin-left: 2em; } > > >/* -- ending ---------------------------------------------------------------------- */ >#ending { >} > ></style> > ></head> ><body> ><script language="javascript" type="text/javascript"><!-- >output_list = Array(); > >/* level - 0:Summary; 1:Failed; 2:All; 3:Skipped */ >function showCase(level) { > trs = document.getElementsByTagName("tr"); > for (var i = 0; i < trs.length; i++) { > tr = trs[i]; > id = tr.id; > if (id.substr(0,2) == 'ft') { > if (level < 1) { > tr.className = 'hiddenRow'; > } > else { > tr.className = ''; > } > } > if (id.substr(0,2) == 'pt') { > if (level > 1) { > tr.className = ''; > } > else { > tr.className = 'hiddenRow'; > } > } > } >} > > >function showClassDetail(cid, count) { > var id_list = Array(count); > var toHide = 1; > for (var i = 0; i < count; i++) { > tid0 = 't' + cid.substr(1) + '.' + (i+1); > tid = 'f' + tid0; > tr = document.getElementById(tid); > if (!tr) { > tid = 'p' + tid0; > tr = document.getElementById(tid); > } > id_list[i] = tid; > if (tr.className) { > toHide = 0; > } > } > for (var i = 0; i < count; i++) { > tid = id_list[i]; > if (toHide) { > document.getElementById('div_'+tid).style.display = 'none' > document.getElementById(tid).className = 'hiddenRow'; > } > else { > document.getElementById(tid).className = ''; > } > } >} > > >function showTestDetail(div_id){ > var details_div = document.getElementById(div_id) > var displayState = details_div.style.display > // alert(displayState) > if (displayState != 'block' ) { > displayState = 'block' > details_div.style.display = 'block' > } > else { > details_div.style.display = 'none' > } >} > > >function html_escape(s) { > s = s.replace(/&/g,'&'); > s = s.replace(/</g,'<'); > s = s.replace(/>/g,'>'); > return s; >} > >/* obsoleted by detail in <div> >function showOutput(id, name) { > var w = window.open("", //url > name, > "resizable,scrollbars,status,width=800,height=450"); > d = w.document; > d.write("<pre>"); > d.write(html_escape(output_list[id])); > d.write("\n"); > d.write("<a href='javascript:window.close()'>close</a>\n"); > d.write("</pre>\n"); > d.close(); >} >*/ >--></script> > ><div class='heading'> ><h1>OpenStack-CTS Report</h1> ><p class='attribute'><strong>Start Time:</strong> 2014-07-07 06:18:05</p> ><p class='attribute'><strong>Duration:</strong> 0:00:00.017007</p> ><p class='attribute'><strong>Status:</strong> Pass 29 Failure 60 Error 11</p> > ><p class='description'>Openstack-CTS Report for network run</p> ></div> > > > ><p id='show_detail_line'>Show ><a href='javascript:showCase(0)'>Summary</a> ><a href='javascript:showCase(1)'>Failed</a> ><a href='javascript:showCase(3)'>Skipped</a> ><a href='javascript:showCase(2)'>All</a> ></p> ><table id='result_table'> ><colgroup> ><col align='left' /> ><col align='right' /> ><col align='right' /> ><col align='right' /> ><col align='right' /> ><col align='right' /> ></colgroup> ><tr id='header_row'> > <td>Test Group/Test case</td> > <td>Count</td> > <td>Pass</td> > <td>Fail</td> > <td>Error</td> > <td>Skip</td> > <td>View</td> ></tr> > ><tr class='failClass'> > <td>ctslogparser.test_network.TestNetworks</td> > <td>11</td> > <td>4</td> > <td>7</td> > <td>0</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c1',11)">Detail</a></td> ></tr> > ><tr id='ft1.1' class='none'> > <td class='failCase'><div class='testcase'>test_admin_bulk_network: Test creating admin networks in bulk</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.1')" > > fail</a> > > <div id='div_ft1.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft1.1: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft1.2' class='none'> > <td class='failCase'><div class='testcase'>test_admin_public_network: Test public network creation response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.2')" > > fail</a> > > <div id='div_ft1.2' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.2').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft1.2: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt1.3' class='hiddenRow'> > <td class='none'><div class='testcase'>test_bulk_network: Test creating regular user networks in bulk</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft1.4' class='none'> > <td class='failCase'><div class='testcase'>test_create_admin_network: Test admin network creation responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.4')" > > fail</a> > > <div id='div_ft1.4' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.4').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft1.4: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt1.5' class='hiddenRow'> > <td class='none'><div class='testcase'>test_create_network: Test Create regular user network responses</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft1.6' class='none'> > <td class='failCase'><div class='testcase'>test_list_admin_networks: Test listing admin network response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.6')" > > fail</a> > > <div id='div_ft1.6' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.6').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft1.6: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt1.7' class='hiddenRow'> > <td class='none'><div class='testcase'>test_list_networks: Test listing regular user networks response</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft1.8' class='none'> > <td class='failCase'><div class='testcase'>test_mixed_list_networks: Test mixed listing of networks response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.8')" > > fail</a> > > <div id='div_ft1.8' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.8').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft1.8: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft1.9' class='none'> > <td class='failCase'><div class='testcase'>test_public_network: Test public network creation for regular user response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.9')" > > fail</a> > > <div id='div_ft1.9' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.9').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft1.9: AssertionError: FORBIDDEN > Expected status < 300 Got 403 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft1.10' class='none'> > <td class='failCase'><div class='testcase'>test_update_admin_network: Test update admin network responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.10')" > > fail</a> > > <div id='div_ft1.10' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.10').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft1.10: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt1.11' class='hiddenRow'> > <td class='none'><div class='testcase'>test_update_network: Test update regular user network</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr class='failClass'> > <td>ctslogparser.test_port.TestPorts</td> > <td>9</td> > <td>4</td> > <td>5</td> > <td>0</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c2',9)">Detail</a></td> ></tr> > ><tr id='ft2.1' class='none'> > <td class='failCase'><div class='testcase'>test_admin_bulk_port: Test creating admin ports in bulk</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft2.1')" > > fail</a> > > <div id='div_ft2.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft2.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft2.1: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt2.2' class='hiddenRow'> > <td class='none'><div class='testcase'>test_bulk_port: Test creating regular user ports in bulk</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft2.3' class='none'> > <td class='failCase'><div class='testcase'>test_create_admin_port: Test admin port creation</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft2.3')" > > fail</a> > > <div id='div_ft2.3' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft2.3').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft2.3: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt2.4' class='hiddenRow'> > <td class='none'><div class='testcase'>test_create_port: Test regular user port creation</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft2.5' class='none'> > <td class='failCase'><div class='testcase'>test_port_admin_list: Test listing admin port response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft2.5')" > > fail</a> > > <div id='div_ft2.5' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft2.5').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft2.5: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft2.6' class='none'> > <td class='failCase'><div class='testcase'>test_port_admin_update_state: Test update admin port</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft2.6')" > > fail</a> > > <div id='div_ft2.6' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft2.6').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft2.6: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt2.7' class='hiddenRow'> > <td class='none'><div class='testcase'>test_port_list: Test listing regular user ports response</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft2.8' class='none'> > <td class='failCase'><div class='testcase'>test_port_mixed_list: Test mixed listing of ports response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft2.8')" > > fail</a> > > <div id='div_ft2.8' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft2.8').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft2.8: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt2.9' class='hiddenRow'> > <td class='none'><div class='testcase'>test_port_update_state: Test update regular user port</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr class='errorClass'> > <td>ctslogparser.test_subnet.TestSubnets</td> > <td>11</td> > <td>1</td> > <td>9</td> > <td>1</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c3',11)">Detail</a></td> ></tr> > ><tr id='ft3.1' class='none'> > <td class='failCase'><div class='testcase'>test_admin_bulk_subnet: Test creating admin subnets in bulk</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.1')" > > fail</a> > > <div id='div_ft3.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft3.1: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt3.2' class='hiddenRow'> > <td class='none'><div class='testcase'>test_allocation_pools: Test creating regular user port with allocation pools</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft3.3' class='none'> > <td class='failCase'><div class='testcase'>test_allocation_pools_admin: Test creating admin port with allocation pools</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.3')" > > fail</a> > > <div id='div_ft3.3' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.3').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft3.3: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft3.4' class='none'> > <td class='errorCase'><div class='testcase'>test_bulk_subnet: Test creating regular user subnets in bulk</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.4')" > > error</a> > > <div id='div_ft3.4' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.4').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft3.4: KeyError: 'subnets' > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft3.5' class='none'> > <td class='failCase'><div class='testcase'>test_create_subnet: Test Create regular user subnet responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.5')" > > fail</a> > > <div id='div_ft3.5' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.5').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft3.5: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft3.6' class='none'> > <td class='failCase'><div class='testcase'>test_create_subnet_admin: Test admin subnet creation responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.6')" > > fail</a> > > <div id='div_ft3.6' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.6').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft3.6: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft3.7' class='none'> > <td class='failCase'><div class='testcase'>test_subnet_dhcp_status: Test updating subnet dhcp status</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.7')" > > fail</a> > > <div id='div_ft3.7' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.7').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft3.7: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft3.8' class='none'> > <td class='failCase'><div class='testcase'>test_subnet_dns_nameservers: Test subnet with nameservers</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.8')" > > fail</a> > > <div id='div_ft3.8' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.8').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft3.8: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft3.9' class='none'> > <td class='failCase'><div class='testcase'>test_subnet_host_routes: Test subnet with host routes</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.9')" > > fail</a> > > <div id='div_ft3.9' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.9').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft3.9: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft3.10' class='none'> > <td class='failCase'><div class='testcase'>test_subnet_list: Test listing subnets</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.10')" > > fail</a> > > <div id='div_ft3.10' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.10').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft3.10: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft3.11' class='none'> > <td class='failCase'><div class='testcase'>test_subnet_mixed_list: Test mixed listing of subnets</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.11')" > > fail</a> > > <div id='div_ft3.11' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.11').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft3.11: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr class='failClass'> > <td>ctslogparser.test_ipam.TestIpam</td> > <td>12</td> > <td>6</td> > <td>6</td> > <td>0</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c4',12)">Detail</a></td> ></tr> > ><tr id='ft4.1' class='none'> > <td class='failCase'><div class='testcase'>test_admin_ipam_empty: Test creating admin port with no specific IP</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft4.1')" > > fail</a> > > <div id='div_ft4.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft4.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft4.1: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft4.2' class='none'> > <td class='failCase'><div class='testcase'>test_admin_ipam_first: Test creating admin port with subnet's first IP</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft4.2')" > > fail</a> > > <div id='div_ft4.2' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft4.2').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft4.2: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft4.3' class='none'> > <td class='failCase'><div class='testcase'>test_admin_ipam_multiple: Test admin port creation with multiple IP addresses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft4.3')" > > fail</a> > > <div id='div_ft4.3' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft4.3').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft4.3: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft4.4' class='none'> > <td class='failCase'><div class='testcase'>test_admin_ipam_specific</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft4.4')" > > fail</a> > > <div id='div_ft4.4' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft4.4').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft4.4: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft4.5' class='none'> > <td class='failCase'><div class='testcase'>test_admin_ipam_subnet: Test creating admin port with subnet's IP</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft4.5')" > > fail</a> > > <div id='div_ft4.5' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft4.5').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft4.5: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft4.6' class='none'> > <td class='failCase'><div class='testcase'>test_admin_ipam_update: Test fixed IP updates for admin</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft4.6')" > > fail</a> > > <div id='div_ft4.6' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft4.6').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft4.6: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt4.7' class='hiddenRow'> > <td class='none'><div class='testcase'>test_ipam_empty: Test creating regular user port with no specific IP</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='pt4.8' class='hiddenRow'> > <td class='none'><div class='testcase'>test_ipam_first: Test creating regular user port with subnet's first IP</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='pt4.9' class='hiddenRow'> > <td class='none'><div class='testcase'>test_ipam_multiple: Test regular user port creation with multiple IP addresses</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='pt4.10' class='hiddenRow'> > <td class='none'><div class='testcase'>test_ipam_specific</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='pt4.11' class='hiddenRow'> > <td class='none'><div class='testcase'>test_ipam_subnet: Test creating regular user port with subnet's first IP</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='pt4.12' class='hiddenRow'> > <td class='none'><div class='testcase'>test_ipam_update: Test fixed IP updates for regular user</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr class='failClass'> > <td>ctslogparser.test_security_group.TestSecurityGroups</td> > <td>2</td> > <td>0</td> > <td>2</td> > <td>0</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c5',2)">Detail</a></td> ></tr> > ><tr id='ft5.1' class='none'> > <td class='failCase'><div class='testcase'>test_security_group: Test security group creation</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft5.1')" > > fail</a> > > <div id='div_ft5.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft5.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft5.1: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft5.2' class='none'> > <td class='failCase'><div class='testcase'>test_security_group_rules: Test security group rule creation</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft5.2')" > > fail</a> > > <div id='div_ft5.2' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft5.2').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft5.2: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr class='errorClass'> > <td>ctslogparser.test_provider_network.TestProviderNetworks</td> > <td>4</td> > <td>0</td> > <td>0</td> > <td>4</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c6',4)">Detail</a></td> ></tr> > ><tr id='ft6.1' class='none'> > <td class='errorCase'><div class='testcase'>test_create_network_flat: Test flat provider network creation</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft6.1')" > > error</a> > > <div id='div_ft6.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft6.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft6.1: IndexError: list index out of range > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft6.2' class='none'> > <td class='errorCase'><div class='testcase'>test_create_network_gre: Test gre provider network creation</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft6.2')" > > error</a> > > <div id='div_ft6.2' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft6.2').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft6.2: IndexError: list index out of range > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft6.3' class='none'> > <td class='errorCase'><div class='testcase'>test_create_network_local: Test local provider network creation</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft6.3')" > > error</a> > > <div id='div_ft6.3' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft6.3').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft6.3: IndexError: list index out of range > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft6.4' class='none'> > <td class='errorCase'><div class='testcase'>test_create_network_vlan: Test vlan provider network creation</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft6.4')" > > error</a> > > <div id='div_ft6.4' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft6.4').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft6.4: IndexError: list index out of range > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr class='errorClass'> > <td>ctslogparser.test_pool.TestPools</td> > <td>7</td> > <td>1</td> > <td>4</td> > <td>2</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c7',7)">Detail</a></td> ></tr> > ><tr id='ft7.1' class='none'> > <td class='failCase'><div class='testcase'>test_create_admin_pool: Test admin pool creation responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft7.1')" > > fail</a> > > <div id='div_ft7.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft7.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft7.1: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft7.2' class='none'> > <td class='errorCase'><div class='testcase'>test_create_pool: Test Create regular user pool responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft7.2')" > > error</a> > > <div id='div_ft7.2' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft7.2').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft7.2: ValueError: No JSON object could be decoded > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft7.3' class='none'> > <td class='failCase'><div class='testcase'>test_list_admin_pools: Test listing admin pool response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft7.3')" > > fail</a> > > <div id='div_ft7.3' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft7.3').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft7.3: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt7.4' class='hiddenRow'> > <td class='none'><div class='testcase'>test_list_pools: Test listing regular user pools response</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft7.5' class='none'> > <td class='failCase'><div class='testcase'>test_mixed_list_pools: Test mixed listing of pools response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft7.5')" > > fail</a> > > <div id='div_ft7.5' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft7.5').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft7.5: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft7.6' class='none'> > <td class='failCase'><div class='testcase'>test_update_admin_pool: Test update admin pool responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft7.6')" > > fail</a> > > <div id='div_ft7.6' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft7.6').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft7.6: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft7.7' class='none'> > <td class='errorCase'><div class='testcase'>test_update_pool: Test update regular user pool</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft7.7')" > > error</a> > > <div id='div_ft7.7' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft7.7').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft7.7: ValueError: No JSON object could be decoded > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr class='errorClass'> > <td>ctslogparser.test_member.TestMembers</td> > <td>7</td> > <td>1</td> > <td>4</td> > <td>2</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c8',7)">Detail</a></td> ></tr> > ><tr id='ft8.1' class='none'> > <td class='failCase'><div class='testcase'>test_create_admin_member: Test admin member creation</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft8.1')" > > fail</a> > > <div id='div_ft8.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft8.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft8.1: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft8.2' class='none'> > <td class='errorCase'><div class='testcase'>test_create_member: Test regular user member creation</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft8.2')" > > error</a> > > <div id='div_ft8.2' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft8.2').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft8.2: ValueError: No JSON object could be decoded > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft8.3' class='none'> > <td class='failCase'><div class='testcase'>test_list_admin_members: Test listing admin member response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft8.3')" > > fail</a> > > <div id='div_ft8.3' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft8.3').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft8.3: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt8.4' class='hiddenRow'> > <td class='none'><div class='testcase'>test_list_members: Test listing regular user members response</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft8.5' class='none'> > <td class='failCase'><div class='testcase'>test_mixed_list_members: Test mixed listing of members response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft8.5')" > > fail</a> > > <div id='div_ft8.5' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft8.5').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft8.5: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft8.6' class='none'> > <td class='failCase'><div class='testcase'>test_update_admin_member: Test update admin member</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft8.6')" > > fail</a> > > <div id='div_ft8.6' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft8.6').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft8.6: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft8.7' class='none'> > <td class='errorCase'><div class='testcase'>test_update_member: Test update regular user member</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft8.7')" > > error</a> > > <div id='div_ft8.7' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft8.7').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft8.7: ValueError: No JSON object could be decoded > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr class='errorClass'> > <td>ctslogparser.test_vip.TestVips</td> > <td>7</td> > <td>1</td> > <td>4</td> > <td>2</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c9',7)">Detail</a></td> ></tr> > ><tr id='ft9.1' class='none'> > <td class='failCase'><div class='testcase'>test_create_admin_vip: Test admin vip creation responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft9.1')" > > fail</a> > > <div id='div_ft9.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft9.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft9.1: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft9.2' class='none'> > <td class='errorCase'><div class='testcase'>test_create_vip: Test Create regular user vip responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft9.2')" > > error</a> > > <div id='div_ft9.2' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft9.2').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft9.2: ValueError: No JSON object could be decoded > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft9.3' class='none'> > <td class='failCase'><div class='testcase'>test_list_admin_vips: Test listing admin vip response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft9.3')" > > fail</a> > > <div id='div_ft9.3' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft9.3').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft9.3: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt9.4' class='hiddenRow'> > <td class='none'><div class='testcase'>test_list_vips: Test listing regular user vips response</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft9.5' class='none'> > <td class='failCase'><div class='testcase'>test_mixed_list_vips: Test mixed listing of vips response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft9.5')" > > fail</a> > > <div id='div_ft9.5' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft9.5').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft9.5: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft9.6' class='none'> > <td class='failCase'><div class='testcase'>test_update_admin_vip: Test update admin vip responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft9.6')" > > fail</a> > > <div id='div_ft9.6' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft9.6').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft9.6: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft9.7' class='none'> > <td class='errorCase'><div class='testcase'>test_update_vip: Test update regular user vip</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft9.7')" > > error</a> > > <div id='div_ft9.7' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft9.7').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft9.7: ValueError: No JSON object could be decoded > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr class='failClass'> > <td>ctslogparser.test_healthmonitor.TestHealthMonitors</td> > <td>9</td> > <td>4</td> > <td>5</td> > <td>0</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c10',9)">Detail</a></td> ></tr> > ><tr id='ft10.1' class='none'> > <td class='failCase'><div class='testcase'>test_associate_admin_hm: Test association and disassociation of admin health monitor</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft10.1')" > > fail</a> > > <div id='div_ft10.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft10.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft10.1: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt10.2' class='hiddenRow'> > <td class='none'><div class='testcase'>test_associate_hm: Test association and disassociation</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft10.3' class='none'> > <td class='failCase'><div class='testcase'>test_create_admin_hm: Test admin health_monitor creation responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft10.3')" > > fail</a> > > <div id='div_ft10.3' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft10.3').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft10.3: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt10.4' class='hiddenRow'> > <td class='none'><div class='testcase'>test_create_hm: Test Create regular user health_monitor responses</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft10.5' class='none'> > <td class='failCase'><div class='testcase'>test_list_admin_health_monitors: Test listing admin health_monitor response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft10.5')" > > fail</a> > > <div id='div_ft10.5' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft10.5').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft10.5: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt10.6' class='hiddenRow'> > <td class='none'><div class='testcase'>test_list_health_monitors: Test listing regular user health_monitors response</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft10.7' class='none'> > <td class='failCase'><div class='testcase'>test_mixed_list_health_monitors: Test mixed listing of health_monitors response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft10.7')" > > fail</a> > > <div id='div_ft10.7' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft10.7').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft10.7: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft10.8' class='none'> > <td class='failCase'><div class='testcase'>test_update_admin_hm: Test update admin health_monitor responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft10.8')" > > fail</a> > > <div id='div_ft10.8' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft10.8').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft10.8: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt10.9' class='hiddenRow'> > <td class='none'><div class='testcase'>test_update_health_monitor: Test update regular user health_monitor</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr class='failClass'> > <td>ctslogparser.test_firewall_rule.TestFirewallRules</td> > <td>7</td> > <td>3</td> > <td>4</td> > <td>0</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c11',7)">Detail</a></td> ></tr> > ><tr id='ft11.1' class='none'> > <td class='failCase'><div class='testcase'>test_create_admin_fw_rule: Test admin firewall rule creation</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft11.1')" > > fail</a> > > <div id='div_ft11.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft11.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft11.1: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt11.2' class='hiddenRow'> > <td class='none'><div class='testcase'>test_create_fw_rule: Test Create regular user firewall rule</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft11.3' class='none'> > <td class='failCase'><div class='testcase'>test_list_admin_fw_rules: Test listing admin firewall rule response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft11.3')" > > fail</a> > > <div id='div_ft11.3' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft11.3').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft11.3: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt11.4' class='hiddenRow'> > <td class='none'><div class='testcase'>test_list_fw_rules: Test listing regular user firewall rules response</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft11.5' class='none'> > <td class='failCase'><div class='testcase'>test_mixed_list_fw_rules: Test mixed listing of firewall rules response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft11.5')" > > fail</a> > > <div id='div_ft11.5' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft11.5').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft11.5: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft11.6' class='none'> > <td class='failCase'><div class='testcase'>test_update_admin_fw_rule: Test update admin firewall rule</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft11.6')" > > fail</a> > > <div id='div_ft11.6' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft11.6').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft11.6: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt11.7' class='hiddenRow'> > <td class='none'><div class='testcase'>test_update_fw_rule: Test update regular user firewall rule</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr class='failClass'> > <td>ctslogparser.test_firewall_policy.TestFirewallPolicy</td> > <td>9</td> > <td>4</td> > <td>5</td> > <td>0</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c12',9)">Detail</a></td> ></tr> > ><tr id='ft12.1' class='none'> > <td class='failCase'><div class='testcase'>test_admin_insert_rule: Test positionally inserting a Firewall Rule in a</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft12.1')" > > fail</a> > > <div id='div_ft12.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft12.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft12.1: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft12.2' class='none'> > <td class='failCase'><div class='testcase'>test_create_admin_fw_policy: Test admin firewall policy creation</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft12.2')" > > fail</a> > > <div id='div_ft12.2' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft12.2').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft12.2: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt12.3' class='hiddenRow'> > <td class='none'><div class='testcase'>test_create_fw_policy: Test Create regular user firewall policy</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='pt12.4' class='hiddenRow'> > <td class='none'><div class='testcase'>test_insert_rule: Test positionally inserting a Firewall Rule in a</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft12.5' class='none'> > <td class='failCase'><div class='testcase'>test_list_admin_fw_policies: Test listing admin firewall policies response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft12.5')" > > fail</a> > > <div id='div_ft12.5' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft12.5').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft12.5: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt12.6' class='hiddenRow'> > <td class='none'><div class='testcase'>test_list_fw_policies: Test listing regular user firewall policies response</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr id='ft12.7' class='none'> > <td class='failCase'><div class='testcase'>test_mixed_list_fw_policies: Test mixed listing of firewall policies response</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft12.7')" > > fail</a> > > <div id='div_ft12.7' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft12.7').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft12.7: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft12.8' class='none'> > <td class='failCase'><div class='testcase'>test_update_admin_fw_policy: Test update admin firewall policy</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft12.8')" > > fail</a> > > <div id='div_ft12.8' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft12.8').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft12.8: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='pt12.9' class='hiddenRow'> > <td class='none'><div class='testcase'>test_update_fw_policy: Test update regular user firewall policy</div></td> > <td colspan='5' align='center'>pass</td> ></tr> > ><tr class='failClass'> > <td>ctslogparser.test_firewall.TestFirewalls</td> > <td>5</td> > <td>0</td> > <td>5</td> > <td>0</td> > <td>0</td> > <td><a href="javascript:showClassDetail('c13',5)">Detail</a></td> ></tr> > ><tr id='ft13.1' class='none'> > <td class='failCase'><div class='testcase'>test_create_admin_firewall: Test admin firewall creation</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft13.1')" > > fail</a> > > <div id='div_ft13.1' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft13.1').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft13.1: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft13.2' class='none'> > <td class='failCase'><div class='testcase'>test_create_firewall: Test Create regular user firewall</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft13.2')" > > fail</a> > > <div id='div_ft13.2' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft13.2').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft13.2: AssertionError: CONFLICT > Expected status < 300 Got 409 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft13.3' class='none'> > <td class='failCase'><div class='testcase'>test_mixed_list_firewalls: Test mixed listing of firewalls</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft13.3')" > > fail</a> > > <div id='div_ft13.3' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft13.3').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft13.3: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft13.4' class='none'> > <td class='failCase'><div class='testcase'>test_update_admin_firewall: Test update admin firewall responses</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft13.4')" > > fail</a> > > <div id='div_ft13.4' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft13.4').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft13.4: AssertionError: UNAUTHORIZED > Expected status < 300 Got 401 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='ft13.5' class='none'> > <td class='failCase'><div class='testcase'>test_update_firewall: Test update regular user firewall</div></td> > <td colspan='5' align='center'> > > <!--css div popup start--> > <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft13.5')" > > fail</a> > > <div id='div_ft13.5' class="popup_window"> > <div style='text-align: right; color:red;cursor:pointer'> > <a onfocus='this.blur();' onclick="document.getElementById('div_ft13.5').style.display = 'none' " > > [x]</a> > </div> > <pre> > >ft13.5: AssertionError: CONFLICT > Expected status < 300 Got 409 > > > > </pre> > </div> > <!--css div popup end--> > > </td> ></tr> > ><tr id='total_row'> > <td>Total</td> > <td>100</td> > <td>29</td> > <td>60</td> > <td>11</td> > <td>0</td> > <td> </td> ></tr> ></table> > ><div id='ending'> </div> > ></body> ></html>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>OpenStack-CTS Report</title> <meta name="generator" content="HTMLTestRunner 0.8.3"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style type="text/css" media="screen"> body { font-family: verdana, arial, helvetica, sans-serif; font-size: 80%; } table { font-size: 100%; } pre { } /* -- heading ---------------------------------------------------------------------- */ h1 { font-size: 16pt; color: gray; } .heading { margin-top: 0ex; margin-bottom: 1ex; } .heading .attribute { margin-top: 1ex; margin-bottom: 0; } .heading .description { margin-top: 4ex; margin-bottom: 6ex; } /* -- css div popup ------------------------------------------------------------------------ */ a.popup_link { } a.popup_link:hover { color: red; } .popup_window { display: none; position: relative; left: 0px; top: 0px; /*border: solid #627173 1px; */ padding: 10px; background-color: #E6E6D6; font-family: "Lucida Console", "Courier New", Courier, monospace; text-align: left; font-size: 8pt; width: 500px; } } /* -- report ------------------------------------------------------------------------ */ #show_detail_line { margin-top: 3ex; margin-bottom: 1ex; } #result_table { width: 80%; border-collapse: collapse; border: 1px solid #777; } #header_row { font-weight: bold; color: white; background-color: #777; } #result_table td { border: 1px solid #777; padding: 2px; } #total_row { font-weight: bold; } .passClass { background-color: #6c6; } .failClass { background-color: #c60; } .errorClass { background-color: #c00; } .skipClass { background-color: #4161F1; } .passCase { color: #6c6; } .failCase { color: #c60; font-weight: bold; } .skipCase { color: #04FF04; font-weight: bold; } .errorCase { color: #c00; font-weight: bold; } .hiddenRow { display: none; } .testcase { margin-left: 2em; } /* -- ending ---------------------------------------------------------------------- */ #ending { } </style> </head> <body> <script language="javascript" type="text/javascript"><!-- output_list = Array(); /* level - 0:Summary; 1:Failed; 2:All; 3:Skipped */ function showCase(level) { trs = document.getElementsByTagName("tr"); for (var i = 0; i < trs.length; i++) { tr = trs[i]; id = tr.id; if (id.substr(0,2) == 'ft') { if (level < 1) { tr.className = 'hiddenRow'; } else { tr.className = ''; } } if (id.substr(0,2) == 'pt') { if (level > 1) { tr.className = ''; } else { tr.className = 'hiddenRow'; } } } } function showClassDetail(cid, count) { var id_list = Array(count); var toHide = 1; for (var i = 0; i < count; i++) { tid0 = 't' + cid.substr(1) + '.' + (i+1); tid = 'f' + tid0; tr = document.getElementById(tid); if (!tr) { tid = 'p' + tid0; tr = document.getElementById(tid); } id_list[i] = tid; if (tr.className) { toHide = 0; } } for (var i = 0; i < count; i++) { tid = id_list[i]; if (toHide) { document.getElementById('div_'+tid).style.display = 'none' document.getElementById(tid).className = 'hiddenRow'; } else { document.getElementById(tid).className = ''; } } } function showTestDetail(div_id){ var details_div = document.getElementById(div_id) var displayState = details_div.style.display // alert(displayState) if (displayState != 'block' ) { displayState = 'block' details_div.style.display = 'block' } else { details_div.style.display = 'none' } } function html_escape(s) { s = s.replace(/&/g,'&'); s = s.replace(/</g,'<'); s = s.replace(/>/g,'>'); return s; } /* obsoleted by detail in <div> function showOutput(id, name) { var w = window.open("", //url name, "resizable,scrollbars,status,width=800,height=450"); d = w.document; d.write("<pre>"); d.write(html_escape(output_list[id])); d.write("\n"); d.write("<a href='javascript:window.close()'>close</a>\n"); d.write("</pre>\n"); d.close(); } */ --></script> <div class='heading'> <h1>OpenStack-CTS Report</h1> <p class='attribute'><strong>Start Time:</strong> 2014-07-07 06:18:05</p> <p class='attribute'><strong>Duration:</strong> 0:00:00.017007</p> <p class='attribute'><strong>Status:</strong> Pass 29 Failure 60 Error 11</p> <p class='description'>Openstack-CTS Report for network run</p> </div> <p id='show_detail_line'>Show <a href='javascript:showCase(0)'>Summary</a> <a href='javascript:showCase(1)'>Failed</a> <a href='javascript:showCase(3)'>Skipped</a> <a href='javascript:showCase(2)'>All</a> </p> <table id='result_table'> <colgroup> <col align='left' /> <col align='right' /> <col align='right' /> <col align='right' /> <col align='right' /> <col align='right' /> </colgroup> <tr id='header_row'> <td>Test Group/Test case</td> <td>Count</td> <td>Pass</td> <td>Fail</td> <td>Error</td> <td>Skip</td> <td>View</td> </tr> <tr class='failClass'> <td>ctslogparser.test_network.TestNetworks</td> <td>11</td> <td>4</td> <td>7</td> <td>0</td> <td>0</td> <td><a href="javascript:showClassDetail('c1',11)">Detail</a></td> </tr> <tr id='ft1.1' class='none'> <td class='failCase'><div class='testcase'>test_admin_bulk_network: Test creating admin networks in bulk</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.1')" > fail</a> <div id='div_ft1.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.1').style.display = 'none' " > [x]</a> </div> <pre> ft1.1: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft1.2' class='none'> <td class='failCase'><div class='testcase'>test_admin_public_network: Test public network creation response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.2')" > fail</a> <div id='div_ft1.2' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.2').style.display = 'none' " > [x]</a> </div> <pre> ft1.2: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt1.3' class='hiddenRow'> <td class='none'><div class='testcase'>test_bulk_network: Test creating regular user networks in bulk</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft1.4' class='none'> <td class='failCase'><div class='testcase'>test_create_admin_network: Test admin network creation responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.4')" > fail</a> <div id='div_ft1.4' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.4').style.display = 'none' " > [x]</a> </div> <pre> ft1.4: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt1.5' class='hiddenRow'> <td class='none'><div class='testcase'>test_create_network: Test Create regular user network responses</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft1.6' class='none'> <td class='failCase'><div class='testcase'>test_list_admin_networks: Test listing admin network response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.6')" > fail</a> <div id='div_ft1.6' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.6').style.display = 'none' " > [x]</a> </div> <pre> ft1.6: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt1.7' class='hiddenRow'> <td class='none'><div class='testcase'>test_list_networks: Test listing regular user networks response</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft1.8' class='none'> <td class='failCase'><div class='testcase'>test_mixed_list_networks: Test mixed listing of networks response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.8')" > fail</a> <div id='div_ft1.8' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.8').style.display = 'none' " > [x]</a> </div> <pre> ft1.8: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft1.9' class='none'> <td class='failCase'><div class='testcase'>test_public_network: Test public network creation for regular user response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.9')" > fail</a> <div id='div_ft1.9' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.9').style.display = 'none' " > [x]</a> </div> <pre> ft1.9: AssertionError: FORBIDDEN Expected status < 300 Got 403 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft1.10' class='none'> <td class='failCase'><div class='testcase'>test_update_admin_network: Test update admin network responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft1.10')" > fail</a> <div id='div_ft1.10' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft1.10').style.display = 'none' " > [x]</a> </div> <pre> ft1.10: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt1.11' class='hiddenRow'> <td class='none'><div class='testcase'>test_update_network: Test update regular user network</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr class='failClass'> <td>ctslogparser.test_port.TestPorts</td> <td>9</td> <td>4</td> <td>5</td> <td>0</td> <td>0</td> <td><a href="javascript:showClassDetail('c2',9)">Detail</a></td> </tr> <tr id='ft2.1' class='none'> <td class='failCase'><div class='testcase'>test_admin_bulk_port: Test creating admin ports in bulk</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft2.1')" > fail</a> <div id='div_ft2.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft2.1').style.display = 'none' " > [x]</a> </div> <pre> ft2.1: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt2.2' class='hiddenRow'> <td class='none'><div class='testcase'>test_bulk_port: Test creating regular user ports in bulk</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft2.3' class='none'> <td class='failCase'><div class='testcase'>test_create_admin_port: Test admin port creation</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft2.3')" > fail</a> <div id='div_ft2.3' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft2.3').style.display = 'none' " > [x]</a> </div> <pre> ft2.3: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt2.4' class='hiddenRow'> <td class='none'><div class='testcase'>test_create_port: Test regular user port creation</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft2.5' class='none'> <td class='failCase'><div class='testcase'>test_port_admin_list: Test listing admin port response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft2.5')" > fail</a> <div id='div_ft2.5' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft2.5').style.display = 'none' " > [x]</a> </div> <pre> ft2.5: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft2.6' class='none'> <td class='failCase'><div class='testcase'>test_port_admin_update_state: Test update admin port</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft2.6')" > fail</a> <div id='div_ft2.6' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft2.6').style.display = 'none' " > [x]</a> </div> <pre> ft2.6: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt2.7' class='hiddenRow'> <td class='none'><div class='testcase'>test_port_list: Test listing regular user ports response</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft2.8' class='none'> <td class='failCase'><div class='testcase'>test_port_mixed_list: Test mixed listing of ports response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft2.8')" > fail</a> <div id='div_ft2.8' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft2.8').style.display = 'none' " > [x]</a> </div> <pre> ft2.8: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt2.9' class='hiddenRow'> <td class='none'><div class='testcase'>test_port_update_state: Test update regular user port</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr class='errorClass'> <td>ctslogparser.test_subnet.TestSubnets</td> <td>11</td> <td>1</td> <td>9</td> <td>1</td> <td>0</td> <td><a href="javascript:showClassDetail('c3',11)">Detail</a></td> </tr> <tr id='ft3.1' class='none'> <td class='failCase'><div class='testcase'>test_admin_bulk_subnet: Test creating admin subnets in bulk</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.1')" > fail</a> <div id='div_ft3.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.1').style.display = 'none' " > [x]</a> </div> <pre> ft3.1: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt3.2' class='hiddenRow'> <td class='none'><div class='testcase'>test_allocation_pools: Test creating regular user port with allocation pools</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft3.3' class='none'> <td class='failCase'><div class='testcase'>test_allocation_pools_admin: Test creating admin port with allocation pools</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.3')" > fail</a> <div id='div_ft3.3' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.3').style.display = 'none' " > [x]</a> </div> <pre> ft3.3: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft3.4' class='none'> <td class='errorCase'><div class='testcase'>test_bulk_subnet: Test creating regular user subnets in bulk</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.4')" > error</a> <div id='div_ft3.4' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.4').style.display = 'none' " > [x]</a> </div> <pre> ft3.4: KeyError: 'subnets' </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft3.5' class='none'> <td class='failCase'><div class='testcase'>test_create_subnet: Test Create regular user subnet responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.5')" > fail</a> <div id='div_ft3.5' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.5').style.display = 'none' " > [x]</a> </div> <pre> ft3.5: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft3.6' class='none'> <td class='failCase'><div class='testcase'>test_create_subnet_admin: Test admin subnet creation responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.6')" > fail</a> <div id='div_ft3.6' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.6').style.display = 'none' " > [x]</a> </div> <pre> ft3.6: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft3.7' class='none'> <td class='failCase'><div class='testcase'>test_subnet_dhcp_status: Test updating subnet dhcp status</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.7')" > fail</a> <div id='div_ft3.7' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.7').style.display = 'none' " > [x]</a> </div> <pre> ft3.7: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft3.8' class='none'> <td class='failCase'><div class='testcase'>test_subnet_dns_nameservers: Test subnet with nameservers</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.8')" > fail</a> <div id='div_ft3.8' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.8').style.display = 'none' " > [x]</a> </div> <pre> ft3.8: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft3.9' class='none'> <td class='failCase'><div class='testcase'>test_subnet_host_routes: Test subnet with host routes</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.9')" > fail</a> <div id='div_ft3.9' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.9').style.display = 'none' " > [x]</a> </div> <pre> ft3.9: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft3.10' class='none'> <td class='failCase'><div class='testcase'>test_subnet_list: Test listing subnets</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.10')" > fail</a> <div id='div_ft3.10' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.10').style.display = 'none' " > [x]</a> </div> <pre> ft3.10: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft3.11' class='none'> <td class='failCase'><div class='testcase'>test_subnet_mixed_list: Test mixed listing of subnets</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft3.11')" > fail</a> <div id='div_ft3.11' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft3.11').style.display = 'none' " > [x]</a> </div> <pre> ft3.11: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr class='failClass'> <td>ctslogparser.test_ipam.TestIpam</td> <td>12</td> <td>6</td> <td>6</td> <td>0</td> <td>0</td> <td><a href="javascript:showClassDetail('c4',12)">Detail</a></td> </tr> <tr id='ft4.1' class='none'> <td class='failCase'><div class='testcase'>test_admin_ipam_empty: Test creating admin port with no specific IP</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft4.1')" > fail</a> <div id='div_ft4.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft4.1').style.display = 'none' " > [x]</a> </div> <pre> ft4.1: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft4.2' class='none'> <td class='failCase'><div class='testcase'>test_admin_ipam_first: Test creating admin port with subnet's first IP</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft4.2')" > fail</a> <div id='div_ft4.2' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft4.2').style.display = 'none' " > [x]</a> </div> <pre> ft4.2: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft4.3' class='none'> <td class='failCase'><div class='testcase'>test_admin_ipam_multiple: Test admin port creation with multiple IP addresses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft4.3')" > fail</a> <div id='div_ft4.3' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft4.3').style.display = 'none' " > [x]</a> </div> <pre> ft4.3: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft4.4' class='none'> <td class='failCase'><div class='testcase'>test_admin_ipam_specific</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft4.4')" > fail</a> <div id='div_ft4.4' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft4.4').style.display = 'none' " > [x]</a> </div> <pre> ft4.4: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft4.5' class='none'> <td class='failCase'><div class='testcase'>test_admin_ipam_subnet: Test creating admin port with subnet's IP</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft4.5')" > fail</a> <div id='div_ft4.5' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft4.5').style.display = 'none' " > [x]</a> </div> <pre> ft4.5: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft4.6' class='none'> <td class='failCase'><div class='testcase'>test_admin_ipam_update: Test fixed IP updates for admin</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft4.6')" > fail</a> <div id='div_ft4.6' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft4.6').style.display = 'none' " > [x]</a> </div> <pre> ft4.6: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt4.7' class='hiddenRow'> <td class='none'><div class='testcase'>test_ipam_empty: Test creating regular user port with no specific IP</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='pt4.8' class='hiddenRow'> <td class='none'><div class='testcase'>test_ipam_first: Test creating regular user port with subnet's first IP</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='pt4.9' class='hiddenRow'> <td class='none'><div class='testcase'>test_ipam_multiple: Test regular user port creation with multiple IP addresses</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='pt4.10' class='hiddenRow'> <td class='none'><div class='testcase'>test_ipam_specific</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='pt4.11' class='hiddenRow'> <td class='none'><div class='testcase'>test_ipam_subnet: Test creating regular user port with subnet's first IP</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='pt4.12' class='hiddenRow'> <td class='none'><div class='testcase'>test_ipam_update: Test fixed IP updates for regular user</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr class='failClass'> <td>ctslogparser.test_security_group.TestSecurityGroups</td> <td>2</td> <td>0</td> <td>2</td> <td>0</td> <td>0</td> <td><a href="javascript:showClassDetail('c5',2)">Detail</a></td> </tr> <tr id='ft5.1' class='none'> <td class='failCase'><div class='testcase'>test_security_group: Test security group creation</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft5.1')" > fail</a> <div id='div_ft5.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft5.1').style.display = 'none' " > [x]</a> </div> <pre> ft5.1: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft5.2' class='none'> <td class='failCase'><div class='testcase'>test_security_group_rules: Test security group rule creation</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft5.2')" > fail</a> <div id='div_ft5.2' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft5.2').style.display = 'none' " > [x]</a> </div> <pre> ft5.2: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr class='errorClass'> <td>ctslogparser.test_provider_network.TestProviderNetworks</td> <td>4</td> <td>0</td> <td>0</td> <td>4</td> <td>0</td> <td><a href="javascript:showClassDetail('c6',4)">Detail</a></td> </tr> <tr id='ft6.1' class='none'> <td class='errorCase'><div class='testcase'>test_create_network_flat: Test flat provider network creation</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft6.1')" > error</a> <div id='div_ft6.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft6.1').style.display = 'none' " > [x]</a> </div> <pre> ft6.1: IndexError: list index out of range </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft6.2' class='none'> <td class='errorCase'><div class='testcase'>test_create_network_gre: Test gre provider network creation</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft6.2')" > error</a> <div id='div_ft6.2' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft6.2').style.display = 'none' " > [x]</a> </div> <pre> ft6.2: IndexError: list index out of range </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft6.3' class='none'> <td class='errorCase'><div class='testcase'>test_create_network_local: Test local provider network creation</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft6.3')" > error</a> <div id='div_ft6.3' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft6.3').style.display = 'none' " > [x]</a> </div> <pre> ft6.3: IndexError: list index out of range </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft6.4' class='none'> <td class='errorCase'><div class='testcase'>test_create_network_vlan: Test vlan provider network creation</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft6.4')" > error</a> <div id='div_ft6.4' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft6.4').style.display = 'none' " > [x]</a> </div> <pre> ft6.4: IndexError: list index out of range </pre> </div> <!--css div popup end--> </td> </tr> <tr class='errorClass'> <td>ctslogparser.test_pool.TestPools</td> <td>7</td> <td>1</td> <td>4</td> <td>2</td> <td>0</td> <td><a href="javascript:showClassDetail('c7',7)">Detail</a></td> </tr> <tr id='ft7.1' class='none'> <td class='failCase'><div class='testcase'>test_create_admin_pool: Test admin pool creation responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft7.1')" > fail</a> <div id='div_ft7.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft7.1').style.display = 'none' " > [x]</a> </div> <pre> ft7.1: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft7.2' class='none'> <td class='errorCase'><div class='testcase'>test_create_pool: Test Create regular user pool responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft7.2')" > error</a> <div id='div_ft7.2' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft7.2').style.display = 'none' " > [x]</a> </div> <pre> ft7.2: ValueError: No JSON object could be decoded </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft7.3' class='none'> <td class='failCase'><div class='testcase'>test_list_admin_pools: Test listing admin pool response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft7.3')" > fail</a> <div id='div_ft7.3' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft7.3').style.display = 'none' " > [x]</a> </div> <pre> ft7.3: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt7.4' class='hiddenRow'> <td class='none'><div class='testcase'>test_list_pools: Test listing regular user pools response</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft7.5' class='none'> <td class='failCase'><div class='testcase'>test_mixed_list_pools: Test mixed listing of pools response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft7.5')" > fail</a> <div id='div_ft7.5' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft7.5').style.display = 'none' " > [x]</a> </div> <pre> ft7.5: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft7.6' class='none'> <td class='failCase'><div class='testcase'>test_update_admin_pool: Test update admin pool responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft7.6')" > fail</a> <div id='div_ft7.6' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft7.6').style.display = 'none' " > [x]</a> </div> <pre> ft7.6: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft7.7' class='none'> <td class='errorCase'><div class='testcase'>test_update_pool: Test update regular user pool</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft7.7')" > error</a> <div id='div_ft7.7' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft7.7').style.display = 'none' " > [x]</a> </div> <pre> ft7.7: ValueError: No JSON object could be decoded </pre> </div> <!--css div popup end--> </td> </tr> <tr class='errorClass'> <td>ctslogparser.test_member.TestMembers</td> <td>7</td> <td>1</td> <td>4</td> <td>2</td> <td>0</td> <td><a href="javascript:showClassDetail('c8',7)">Detail</a></td> </tr> <tr id='ft8.1' class='none'> <td class='failCase'><div class='testcase'>test_create_admin_member: Test admin member creation</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft8.1')" > fail</a> <div id='div_ft8.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft8.1').style.display = 'none' " > [x]</a> </div> <pre> ft8.1: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft8.2' class='none'> <td class='errorCase'><div class='testcase'>test_create_member: Test regular user member creation</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft8.2')" > error</a> <div id='div_ft8.2' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft8.2').style.display = 'none' " > [x]</a> </div> <pre> ft8.2: ValueError: No JSON object could be decoded </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft8.3' class='none'> <td class='failCase'><div class='testcase'>test_list_admin_members: Test listing admin member response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft8.3')" > fail</a> <div id='div_ft8.3' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft8.3').style.display = 'none' " > [x]</a> </div> <pre> ft8.3: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt8.4' class='hiddenRow'> <td class='none'><div class='testcase'>test_list_members: Test listing regular user members response</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft8.5' class='none'> <td class='failCase'><div class='testcase'>test_mixed_list_members: Test mixed listing of members response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft8.5')" > fail</a> <div id='div_ft8.5' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft8.5').style.display = 'none' " > [x]</a> </div> <pre> ft8.5: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft8.6' class='none'> <td class='failCase'><div class='testcase'>test_update_admin_member: Test update admin member</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft8.6')" > fail</a> <div id='div_ft8.6' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft8.6').style.display = 'none' " > [x]</a> </div> <pre> ft8.6: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft8.7' class='none'> <td class='errorCase'><div class='testcase'>test_update_member: Test update regular user member</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft8.7')" > error</a> <div id='div_ft8.7' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft8.7').style.display = 'none' " > [x]</a> </div> <pre> ft8.7: ValueError: No JSON object could be decoded </pre> </div> <!--css div popup end--> </td> </tr> <tr class='errorClass'> <td>ctslogparser.test_vip.TestVips</td> <td>7</td> <td>1</td> <td>4</td> <td>2</td> <td>0</td> <td><a href="javascript:showClassDetail('c9',7)">Detail</a></td> </tr> <tr id='ft9.1' class='none'> <td class='failCase'><div class='testcase'>test_create_admin_vip: Test admin vip creation responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft9.1')" > fail</a> <div id='div_ft9.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft9.1').style.display = 'none' " > [x]</a> </div> <pre> ft9.1: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft9.2' class='none'> <td class='errorCase'><div class='testcase'>test_create_vip: Test Create regular user vip responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft9.2')" > error</a> <div id='div_ft9.2' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft9.2').style.display = 'none' " > [x]</a> </div> <pre> ft9.2: ValueError: No JSON object could be decoded </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft9.3' class='none'> <td class='failCase'><div class='testcase'>test_list_admin_vips: Test listing admin vip response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft9.3')" > fail</a> <div id='div_ft9.3' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft9.3').style.display = 'none' " > [x]</a> </div> <pre> ft9.3: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt9.4' class='hiddenRow'> <td class='none'><div class='testcase'>test_list_vips: Test listing regular user vips response</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft9.5' class='none'> <td class='failCase'><div class='testcase'>test_mixed_list_vips: Test mixed listing of vips response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft9.5')" > fail</a> <div id='div_ft9.5' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft9.5').style.display = 'none' " > [x]</a> </div> <pre> ft9.5: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft9.6' class='none'> <td class='failCase'><div class='testcase'>test_update_admin_vip: Test update admin vip responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft9.6')" > fail</a> <div id='div_ft9.6' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft9.6').style.display = 'none' " > [x]</a> </div> <pre> ft9.6: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft9.7' class='none'> <td class='errorCase'><div class='testcase'>test_update_vip: Test update regular user vip</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft9.7')" > error</a> <div id='div_ft9.7' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft9.7').style.display = 'none' " > [x]</a> </div> <pre> ft9.7: ValueError: No JSON object could be decoded </pre> </div> <!--css div popup end--> </td> </tr> <tr class='failClass'> <td>ctslogparser.test_healthmonitor.TestHealthMonitors</td> <td>9</td> <td>4</td> <td>5</td> <td>0</td> <td>0</td> <td><a href="javascript:showClassDetail('c10',9)">Detail</a></td> </tr> <tr id='ft10.1' class='none'> <td class='failCase'><div class='testcase'>test_associate_admin_hm: Test association and disassociation of admin health monitor</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft10.1')" > fail</a> <div id='div_ft10.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft10.1').style.display = 'none' " > [x]</a> </div> <pre> ft10.1: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt10.2' class='hiddenRow'> <td class='none'><div class='testcase'>test_associate_hm: Test association and disassociation</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft10.3' class='none'> <td class='failCase'><div class='testcase'>test_create_admin_hm: Test admin health_monitor creation responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft10.3')" > fail</a> <div id='div_ft10.3' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft10.3').style.display = 'none' " > [x]</a> </div> <pre> ft10.3: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt10.4' class='hiddenRow'> <td class='none'><div class='testcase'>test_create_hm: Test Create regular user health_monitor responses</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft10.5' class='none'> <td class='failCase'><div class='testcase'>test_list_admin_health_monitors: Test listing admin health_monitor response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft10.5')" > fail</a> <div id='div_ft10.5' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft10.5').style.display = 'none' " > [x]</a> </div> <pre> ft10.5: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt10.6' class='hiddenRow'> <td class='none'><div class='testcase'>test_list_health_monitors: Test listing regular user health_monitors response</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft10.7' class='none'> <td class='failCase'><div class='testcase'>test_mixed_list_health_monitors: Test mixed listing of health_monitors response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft10.7')" > fail</a> <div id='div_ft10.7' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft10.7').style.display = 'none' " > [x]</a> </div> <pre> ft10.7: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft10.8' class='none'> <td class='failCase'><div class='testcase'>test_update_admin_hm: Test update admin health_monitor responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft10.8')" > fail</a> <div id='div_ft10.8' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft10.8').style.display = 'none' " > [x]</a> </div> <pre> ft10.8: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt10.9' class='hiddenRow'> <td class='none'><div class='testcase'>test_update_health_monitor: Test update regular user health_monitor</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr class='failClass'> <td>ctslogparser.test_firewall_rule.TestFirewallRules</td> <td>7</td> <td>3</td> <td>4</td> <td>0</td> <td>0</td> <td><a href="javascript:showClassDetail('c11',7)">Detail</a></td> </tr> <tr id='ft11.1' class='none'> <td class='failCase'><div class='testcase'>test_create_admin_fw_rule: Test admin firewall rule creation</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft11.1')" > fail</a> <div id='div_ft11.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft11.1').style.display = 'none' " > [x]</a> </div> <pre> ft11.1: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt11.2' class='hiddenRow'> <td class='none'><div class='testcase'>test_create_fw_rule: Test Create regular user firewall rule</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft11.3' class='none'> <td class='failCase'><div class='testcase'>test_list_admin_fw_rules: Test listing admin firewall rule response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft11.3')" > fail</a> <div id='div_ft11.3' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft11.3').style.display = 'none' " > [x]</a> </div> <pre> ft11.3: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt11.4' class='hiddenRow'> <td class='none'><div class='testcase'>test_list_fw_rules: Test listing regular user firewall rules response</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft11.5' class='none'> <td class='failCase'><div class='testcase'>test_mixed_list_fw_rules: Test mixed listing of firewall rules response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft11.5')" > fail</a> <div id='div_ft11.5' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft11.5').style.display = 'none' " > [x]</a> </div> <pre> ft11.5: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft11.6' class='none'> <td class='failCase'><div class='testcase'>test_update_admin_fw_rule: Test update admin firewall rule</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft11.6')" > fail</a> <div id='div_ft11.6' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft11.6').style.display = 'none' " > [x]</a> </div> <pre> ft11.6: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt11.7' class='hiddenRow'> <td class='none'><div class='testcase'>test_update_fw_rule: Test update regular user firewall rule</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr class='failClass'> <td>ctslogparser.test_firewall_policy.TestFirewallPolicy</td> <td>9</td> <td>4</td> <td>5</td> <td>0</td> <td>0</td> <td><a href="javascript:showClassDetail('c12',9)">Detail</a></td> </tr> <tr id='ft12.1' class='none'> <td class='failCase'><div class='testcase'>test_admin_insert_rule: Test positionally inserting a Firewall Rule in a</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft12.1')" > fail</a> <div id='div_ft12.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft12.1').style.display = 'none' " > [x]</a> </div> <pre> ft12.1: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft12.2' class='none'> <td class='failCase'><div class='testcase'>test_create_admin_fw_policy: Test admin firewall policy creation</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft12.2')" > fail</a> <div id='div_ft12.2' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft12.2').style.display = 'none' " > [x]</a> </div> <pre> ft12.2: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt12.3' class='hiddenRow'> <td class='none'><div class='testcase'>test_create_fw_policy: Test Create regular user firewall policy</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='pt12.4' class='hiddenRow'> <td class='none'><div class='testcase'>test_insert_rule: Test positionally inserting a Firewall Rule in a</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft12.5' class='none'> <td class='failCase'><div class='testcase'>test_list_admin_fw_policies: Test listing admin firewall policies response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft12.5')" > fail</a> <div id='div_ft12.5' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft12.5').style.display = 'none' " > [x]</a> </div> <pre> ft12.5: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt12.6' class='hiddenRow'> <td class='none'><div class='testcase'>test_list_fw_policies: Test listing regular user firewall policies response</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr id='ft12.7' class='none'> <td class='failCase'><div class='testcase'>test_mixed_list_fw_policies: Test mixed listing of firewall policies response</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft12.7')" > fail</a> <div id='div_ft12.7' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft12.7').style.display = 'none' " > [x]</a> </div> <pre> ft12.7: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft12.8' class='none'> <td class='failCase'><div class='testcase'>test_update_admin_fw_policy: Test update admin firewall policy</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft12.8')" > fail</a> <div id='div_ft12.8' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft12.8').style.display = 'none' " > [x]</a> </div> <pre> ft12.8: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='pt12.9' class='hiddenRow'> <td class='none'><div class='testcase'>test_update_fw_policy: Test update regular user firewall policy</div></td> <td colspan='5' align='center'>pass</td> </tr> <tr class='failClass'> <td>ctslogparser.test_firewall.TestFirewalls</td> <td>5</td> <td>0</td> <td>5</td> <td>0</td> <td>0</td> <td><a href="javascript:showClassDetail('c13',5)">Detail</a></td> </tr> <tr id='ft13.1' class='none'> <td class='failCase'><div class='testcase'>test_create_admin_firewall: Test admin firewall creation</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft13.1')" > fail</a> <div id='div_ft13.1' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft13.1').style.display = 'none' " > [x]</a> </div> <pre> ft13.1: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft13.2' class='none'> <td class='failCase'><div class='testcase'>test_create_firewall: Test Create regular user firewall</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft13.2')" > fail</a> <div id='div_ft13.2' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft13.2').style.display = 'none' " > [x]</a> </div> <pre> ft13.2: AssertionError: CONFLICT Expected status < 300 Got 409 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft13.3' class='none'> <td class='failCase'><div class='testcase'>test_mixed_list_firewalls: Test mixed listing of firewalls</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft13.3')" > fail</a> <div id='div_ft13.3' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft13.3').style.display = 'none' " > [x]</a> </div> <pre> ft13.3: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft13.4' class='none'> <td class='failCase'><div class='testcase'>test_update_admin_firewall: Test update admin firewall responses</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft13.4')" > fail</a> <div id='div_ft13.4' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft13.4').style.display = 'none' " > [x]</a> </div> <pre> ft13.4: AssertionError: UNAUTHORIZED Expected status < 300 Got 401 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='ft13.5' class='none'> <td class='failCase'><div class='testcase'>test_update_firewall: Test update regular user firewall</div></td> <td colspan='5' align='center'> <!--css div popup start--> <a class="popup_link" onfocus='this.blur();' href="javascript:showTestDetail('div_ft13.5')" > fail</a> <div id='div_ft13.5' class="popup_window"> <div style='text-align: right; color:red;cursor:pointer'> <a onfocus='this.blur();' onclick="document.getElementById('div_ft13.5').style.display = 'none' " > [x]</a> </div> <pre> ft13.5: AssertionError: CONFLICT Expected status < 300 Got 409 </pre> </div> <!--css div popup end--> </td> </tr> <tr id='total_row'> <td>Total</td> <td>100</td> <td>29</td> <td>60</td> <td>11</td> <td>0</td> <td> </td> </tr> </table> <div id='ending'> </div> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 1117262
:
916341
| 916343