def test_033_check_network_2h_overview_top_clients(self): u"""验证default network最近2小时监控面板-概览-Top Clients,第一个client的mac地址""" log.debug("033") tmp = OverViewBusiness(self.s) wlan_mac = tmp.get_wlan_mac(data_basic['wlan_pc']) result = tmp.check_overview_top_client("2h", wlan_mac, menu=9) self.assertTrue(result)
def test_031_check_1d_overview_top_clients(self): u"""验证最近一天监控面板-概览-Top Clients,第一个client的mac地址""" log.debug("031") tmp = OverViewBusiness(self.s) wlan_mac = tmp.get_wlan_mac(data_basic['wlan_pc']) result = tmp.check_overview_top_client("1d", wlan_mac) self.assertTrue(result)