Skip to content
Snippets Groups Projects
Commit 09938473 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

chore(ci): cosmetics separation of tables

parent 6332af6b
No related branches found
No related tags found
1 merge request!175chore(ci): checking how CN5G containers stop
......@@ -169,6 +169,8 @@ class HtmlReport():
tutoText += generate_command_table_header()
for (cmd,cmdStatus) in listOfCmds:
tutoText += generate_command_table_row(cmd, cmdStatus)
tutoText += generate_command_table_footer()
tutoText += re.sub('Command', 'Shutdown procedure', generate_command_table_header())
for (containerName, byeMessage, byeStatus) in byeMessages:
tutoText += generate_command_table_row(byeMessage, byeStatus)
tutoText += generate_command_table_footer()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment