Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 2 of 2) sorted by relevance

/kernel/tests/net/test/
Dall_tests.sh17 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)."
Dmultinetwork_test.py660 PREFIX = "2001:db8:8901:2300::"
665 self.SendRIO(RTLIFETIME, PLEN, PREFIX, PRF)
668 self.assertTrue(self.FindRoutesWithDestination(PREFIX))
670 self.SendRIO(0, PLEN, PREFIX, PRF)
673 self.assertFalse(self.FindRoutesWithDestination(PREFIX))
676 PREFIX = "2001:db8:8902:2345::"
683 self.SendRIO(RTLIFETIME, plen - 1, PREFIX, PRF)
687 routes = self.FindRoutesWithDestination(PREFIX)
691 PREFIX = "2001:db8:8903:2345::"
698 self.SendRIO(RTLIFETIME, plen + 1, PREFIX, PRF)
[all …]