示例#1
0
 def test_022_check_network_2h_overview_top_ap_count(self):
     u"""验证最近一天监控面板-概览-top ap"""
     log.debug("022")
     tmp = OverViewBusiness(self.s)
     ap_count = tmp.get_overview_top_aps_count("2h", menu=9)
     self.assertEqual(ap_count, 1)
示例#2
0
 def test_020_check_1d_overview_top_ap_count(self):
     u"""验证最近一天监控面板-概览-top ap"""
     log.debug("020")
     tmp = OverViewBusiness(self.s)
     ap_count = tmp.get_overview_top_aps_count("1d")
     self.assertEqual(ap_count, 3)