예제 #1
0
 def test_02_compare_txrx(self):
     """Compare the tx-to-rx"""
     utils.striplinefromfile(self.txrx, "SPLAT!")
     utils.striplinefromfile(self.txrx142, "SPLAT!")
     self.assertTrue(filecmp.cmp(self.txrx, self.txrx142),
                     "tx-to-rx reports don't match")
예제 #2
0
 def test_03_compare_reports(self):
     """Compare the site_report"""
     utils.striplinefromfile(self.report, "Site Analysis Report For:")
     utils.striplinefromfile(self.report142, "Site Analysis Report For:")
     self.assertTrue(filecmp.cmp(self.report, self.report142), "tx-site_reports don't match")
예제 #3
0
 def test_01_compare_reports(self):
     """Compare the tx site report"""
     utils.striplinefromfile(self.report, "SPLAT!")
     utils.striplinefromfile(self.report142, "SPLAT!")
     self.assertTrue(filecmp.cmp(self.report, self.report142),
                     "site_reports don't match")