Classes | Namespaces | Functions | Variables
logparser.py File Reference

Go to the source code of this file.

Classes

class  logparser.Failure
 
class  logparser.Result
 
class  logparser.Success
 

Namespaces

 logparser
 

Functions

def logparser.parse_log (log_fname, other_node)
 

Variables

 logparser.BIN_NAME = os.path.join('.', script_path, 'swarmio-simulator')
 
 logparser.discovery_case = TestCase('discovery_case')
 
 logparser.err
 
 logparser.files = os.listdir('.')
 
 logparser.input
 
 logparser.message
 
 logparser.new_files = os.listdir('.')
 
 logparser.out
 
 logparser.pretty
 
 logparser.proc1 = subprocess.Popen(BIN_NAME, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
 
 logparser.proc1_found_proc2 = parse_log(proc1_log, proc2_out[0][uuidpos:])
 
list logparser.proc1_log = [f for f in new_files if f not in files][0]
 
 logparser.proc1_out = out.decode('unicode_escape').split('\n')
 
 logparser.proc2 = subprocess.Popen(BIN_NAME, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
 
 logparser.proc2_found_proc1 = parse_log(proc2_log, proc1_out[0][uuidpos:])
 
list logparser.proc2_log = [f for f in new_files if f not in files][0]
 
 logparser.proc2_out = out.decode('unicode_escape').split('\n')
 
int logparser.PROCESS_START_DELAY_S = 1
 
int logparser.PROCESS_TIMEOUT_S = 2
 
int logparser.PROCESSES_RUN_S = 1
 
 logparser.program_starting_case = TestCase('program_starting_case')
 
 logparser.result
 
 logparser.script_path = os.path.dirname(os.path.realpath(sys.argv[0]))
 
 logparser.suite = TestSuite('testsuite')
 
 logparser.test_reporst_dir = os.path.join('tests', 'test-reports')
 
 logparser.timeout
 
 logparser.uuidpos = proc2_out[0].find('UUID: ')+len('UUID: ')
 
 logparser.xml = JUnitXml()
 


swarmros
Author(s):
autogenerated on Fri Apr 3 2020 03:42:48