diff options
| author | Emeric Planet | 2017-11-20 19:51:48 +0100 | 
|---|---|---|
| committer | Michael Stapelberg | 2017-11-20 19:51:48 +0100 | 
| commit | 6464ae2df9f784e7b657ed5e36923f2a3062356e (patch) | |
| tree | 74e0175841fd2fbeecdffcd50681e8dbca244944 /testcases/016-ethernet-down | |
| parent | Merge pull request #237 from kousu/215-battery (diff) | |
Add network test cases (#246)
Diffstat (limited to 'testcases/016-ethernet-down')
| -rw-r--r-- | testcases/016-ethernet-down/expected_output.txt | 1 | ||||
| -rw-r--r-- | testcases/016-ethernet-down/i3status.conf | 10 | 
2 files changed, 11 insertions, 0 deletions
| diff --git a/testcases/016-ethernet-down/expected_output.txt b/testcases/016-ethernet-down/expected_output.txt new file mode 100644 index 0000000..be02a09 --- /dev/null +++ b/testcases/016-ethernet-down/expected_output.txt @@ -0,0 +1 @@ +E: down diff --git a/testcases/016-ethernet-down/i3status.conf b/testcases/016-ethernet-down/i3status.conf new file mode 100644 index 0000000..7835053 --- /dev/null +++ b/testcases/016-ethernet-down/i3status.conf @@ -0,0 +1,10 @@ +general { +        output_format = "none" +} + +order += "ethernet nonsense" + +ethernet nonsense { +        format_up = "E: %ip (%speed)" +        format_down = "E: down" +} | 
