Searched refs:NETIDS (Results 1 – 5 of 5) sorted by relevance
104 NETIDS = [100, 150, 200, 250] variable in MultiNetworkBaseTest141 per_netid_range = int(cls.UID_RANGE_SIZE / len(cls.NETIDS))142 idx = cls.NETIDS.index(netid)425 for netid in cls.NETIDS:540 diff = [netid for netid in self.NETIDS if netid not in exclude]626 waiting = sum(len(self.ReadAllPacketsOn(netid)) for netid in self.NETIDS)
222 for _ in cls.NETIDS:239 for netid in cls.NETIDS:247 cls.netid = random.choice(cls.NETIDS)677 for netid in self.NETIDS:692 othernetid = self.NETIDS[(self.NETIDS.index(netid) + 1)693 % len(self.NETIDS)]
593 self.NETID = random.choice(self.NETIDS)949 for netid in self.NETIDS:966 for netid in self.NETIDS:1042 netid = random.choice(self.NETIDS)1075 netid = random.choice(self.NETIDS)1403 for netid in self.NETIDS:1415 netid = random.choice(self.NETIDS)
580 for netid in self.NETIDS:921 netid = random.choice(self.NETIDS)966 self.SelectInterface(s, random.choice(self.NETIDS), "mark")989 self.SelectInterface(s, random.choice(self.NETIDS), "mark")
840 for netid in self.NETIDS:845 for netid in self.NETIDS: