Searched refs:PREFIX (Results 1 – 2 of 2) sorted by relevance
/kernel/tests/net/test/ |
D | multinetwork_test.py | 683 PREFIX = "2001:db8:8901:2300::" 688 self.SendRIO(RTLIFETIME, PLEN, PREFIX, PRF) 691 self.assertTrue(self.FindRoutesWithDestination(PREFIX)) 693 self.SendRIO(0, PLEN, PREFIX, PRF) 696 self.assertFalse(self.FindRoutesWithDestination(PREFIX)) 699 PREFIX = "2001:db8:8902:2345::" 706 self.SendRIO(RTLIFETIME, plen - 1, PREFIX, PRF) 710 routes = self.FindRoutesWithDestination(PREFIX) 714 PREFIX = "2001:db8:8903:2345::" 721 self.SendRIO(RTLIFETIME, plen + 1, PREFIX, PRF) [all …]
|
D | all_tests.sh | 17 readonly PREFIX="#####" 98 echo "$PREFIX Found $count $(maybePlural $count test tests)." 100 echo "$PREFIX Found $count $(maybePlural $count test tests) with prefix $test_prefix." 109 echo "$PREFIX $test ($i/$count)" 115 echo "$PREFIX $exit_code failed $(maybePlural $exit_code test tests)."
|