Commit ebe23bee authored by OAI Jenkins's avatar OAI Jenkins

minor modifications during a lease on inria fit14 to keep on debugging main, html, ran.py etc.

parent c286b2a9
...@@ -50,6 +50,9 @@ class HTMLManagement(): ...@@ -50,6 +50,9 @@ class HTMLManagement():
self.htmlTabNames = [] self.htmlTabNames = []
self.htmlTabIcons = [] self.htmlTabIcons = []
self.testXMLfiles = [] self.testXMLfiles = []
self.htmlHeaderCreated = False
self.htmlFooterCreated = False
#----------------------------------------------------------- #-----------------------------------------------------------
# Setters and Getters # Setters and Getters
#----------------------------------------------------------- #-----------------------------------------------------------
......
...@@ -87,8 +87,8 @@ class OaiCiTest(): ...@@ -87,8 +87,8 @@ class OaiCiTest():
self.CatMDevices = [] self.CatMDevices = []
self.UEIPAddresses = [] self.UEIPAddresses = []
self.htmlFile = '' self.htmlFile = ''
self.htmlHeaderCreated = False # self.htmlHeaderCreated = False
self.htmlFooterCreated = False # self.htmlFooterCreated = False
self.htmlUEConnected = -1 self.htmlUEConnected = -1
self.htmleNBFailureMsg = '' self.htmleNBFailureMsg = ''
self.htmlUEFailureMsg = '' self.htmlUEFailureMsg = ''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment