summary refs log tree commit diff
path: root/pkgs/tools/networking/ipcalc/sandbox_tests.patch
blob: d0a246843589f75287be6097c87fb8de61cb4e94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
diff --git a/tests/meson.build b/tests/meson.build
index 536c169..0ce23f1 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -64,54 +64,6 @@ test('RandomIPv6Explicit',
 		ipcalc.full_path() + ' -6 -r 24' + '|grep Address'
 	]
 )
-test('HostnameIPv6Localhost',
-	testrunner,
-	args : [
-		'--test-outfile',
-		ipcalc.full_path() + ' -6 -o localhost',
-		files('hostname-localhost-ipv6')
-	]
-)
-test('HostnameIPv4Localhost',
-	testrunner,
-	args : [
-		'--test-outfile',
-		ipcalc.full_path() + ' -4 -o localhost',
-		files('hostname-localhost-ipv4')
-	]
-)
-test('HostnameIPv4LocalhostJson',
-	testrunner,
-	args : [
-		'--test-outfile',
-		ipcalc.full_path() + ' -j -4 -o localhost',
-		files('hostname-localhost-ipv4-json')
-	]
-)
-test('IPIPv6Localhost',
-	testrunner,
-	args : [
-		'--test-outfile',
-		ipcalc.full_path() + ' -h ::1',
-		files('ip-localhost-ipv6')
-	]
-)
-test('IPIPv4Localhost',
-	testrunner,
-	args : [
-		'--test-outfile',
-		ipcalc.full_path() + ' -h 127.0.0.1',
-		files('ip-localhost-ipv4')
-	]
-)
-test('IPIPv4LocalhostJson',
-	testrunner,
-	args : [
-		'--test-outfile',
-		ipcalc.full_path() + ' -j -h 127.0.0.1',
-		files('ip-localhost-ipv4-json')
-	]
-)
 # --class-prefix tests
 test('AssignClassPrefix12',
 	testrunner,