Add network test cases (#246)

This commit is contained in:
Emeric Planet 2017-11-20 19:51:48 +01:00 committed by Michael Stapelberg
parent 7ea12e3dff
commit 6464ae2df9
4 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1 @@
E: down

View File

@ -0,0 +1,10 @@
general {
output_format = "none"
}
order += "ethernet nonsense"
ethernet nonsense {
format_up = "E: %ip (%speed)"
format_down = "E: down"
}

View File

@ -0,0 +1 @@
W: down

View File

@ -0,0 +1,10 @@
general {
output_format = "none"
}
order += "wireless nonsense"
wireless nonsense {
format_up = "W: (%quality at %essid) %ip"
format_down = "W: down"
}