mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
tests: fix testing error
The commit 7fc354827a introduced an symlink
that end up to update simple test causing it to break.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
d089a19fb5
commit
ca0b1c3262
2 changed files with 12 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
||||||
simple
|
|
||||||
11
tests/expected/one-line
Normal file
11
tests/expected/one-line
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
Ranges:
|
||||||
|
shared net name first ip last ip max cur percent touch t+c t+c perc
|
||||||
|
All networks 10.0.0.1 - 10.0.0.5 5 5 100.000 0 5 100.000
|
||||||
|
All networks 10.0.0.6 - 10.0.0.10 5 5 100.000 0 5 100.000
|
||||||
|
|
||||||
|
Shared networks:
|
||||||
|
name max cur percent touch t+c t+c perc
|
||||||
|
|
||||||
|
Sum of all ranges:
|
||||||
|
name max cur percent touch t+c t+c perc
|
||||||
|
All networks 10 10 100.000 0 10 100.000
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
Ranges:
|
Ranges:
|
||||||
shared net name first ip last ip max cur percent touch t+c t+c perc
|
shared net name first ip last ip max cur percent touch t+c t+c perc
|
||||||
All networks 10.0.0.1 - 10.0.0.5 5 5 100.000 0 5 100.000
|
All networks 10.0.0.1 - 10.0.0.10 10 10 100.000 0 10 100.000
|
||||||
All networks 10.0.0.6 - 10.0.0.10 5 5 100.000 0 5 100.000
|
|
||||||
|
|
||||||
Shared networks:
|
Shared networks:
|
||||||
name max cur percent touch t+c t+c perc
|
name max cur percent touch t+c t+c perc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue