mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 10:48:02 +00:00 
			
		
		
		
	Fix dut_table argument
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		| @@ -441,10 +441,11 @@ class GhostRequest: | |||||||
|                                     '<tr><td style="border-color: gray; border-style: solid; border-width: 1px; ">Tests passed</td>' \ |                                     '<tr><td style="border-color: gray; border-style: solid; border-width: 1px; ">Tests passed</td>' \ | ||||||
|                                     '<td colspan="3" style="border-color: gray; border-style: solid; border-width: 1px; ">%s</td></tr>' \ |                                     '<td colspan="3" style="border-color: gray; border-style: solid; border-width: 1px; ">%s</td></tr>' \ | ||||||
|                                     '<tr><td style="border-color: gray; border-style: solid; border-width: 1px; ">Tests failed</td>' \ |                                     '<tr><td style="border-color: gray; border-style: solid; border-width: 1px; ">Tests failed</td>' \ | ||||||
|                                     '<td colspan="3" style="border-color: gray; border-style: solid; border-width: 1px; ">%s</td></tr>' \ |                                     '<td colspan="3" style="border-color: gray; border-style: solid; border-width: 1px; ">%s</td></tr>' % ( | ||||||
|                                     '</tbody></table>' % ( |  | ||||||
|                     device, data[0], data[1], data[2], data[3], test_pass_fail_results['PASS'], |                     device, data[0], data[1], data[2], data[3], test_pass_fail_results['PASS'], | ||||||
|                     test_pass_fail_results['FAIL']) |                     test_pass_fail_results['FAIL']) | ||||||
|  |  | ||||||
|  |         dut_table = dut_table + '</tbody></table>' | ||||||
|         text = text + dut_table |         text = text + dut_table | ||||||
|  |  | ||||||
|         for pdf in pdfs: |         for pdf in pdfs: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham