blob: bf71e22cdde9bf8d1dc5f97a07d46415cd1a2c18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Fails in network-sandbox (probably because of the namespace + fake interface
Portage makes).
--- a/test/regression.uts
+++ b/test/regression.uts
@@ -470,6 +470,7 @@ conf.ifaces.providers = _bkp_providers
conf.ifaces.reload()
= Test read_routes6() - default output
+~ netaccess
routes6 = read_routes6()
if WINDOWS:
@@ -519,6 +520,7 @@ pkt.build()
= Test read_routes6() - check mandatory routes
+~ netaccess
import re
ll_route = re.compile(r"fe80:\d{0,2}:")
|