mySSH.command('echo $USER; nohup sudo tshark -f "tcp port not 22 and port not 53" -i any -w '+self.EPCSourceCodePath+'/scripts/'+self.EPC_PcapFileName+' > /tmp/tshark.log 2>&1 &',self.EPCUserName,5)
mySSH.command('echo $USER; nohup sudo tshark -f "tcp port not 22 and port not 53" -i any -w '+self.EPCSourceCodePath+'/scripts/'+self.EPC_PcapFileName+' > /tmp/tshark.log 2>&1 &',self.EPCUserName,5)
self.htmlFile.write(' <div class="well well-lg">End of Test Report -- Copyright <span class="glyphicon glyphicon-copyright-mark"></span> 2018 <a href="http://www.openairinterface.org/">OpenAirInterface</a>. All Rights Reserved.</div>\n')
self.htmlFile.write('</div></body>\n')
self.htmlFile.write('</html>\n')
self.htmlFile.close()
#FailReportCnt should be passed as a parameter of CreateHtmlRetrySeparator method
# no need for a setter and be a member of html class