summaryrefslogtreecommitdiff
path: root/testcases/016-ethernet-down/i3status.conf
diff options
context:
space:
mode:
authorEmeric Planet <emeric.planet@datadoghq.com>2017-11-20 19:51:48 +0100
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2017-11-20 19:51:48 +0100
commit6464ae2df9f784e7b657ed5e36923f2a3062356e (patch)
tree74e0175841fd2fbeecdffcd50681e8dbca244944 /testcases/016-ethernet-down/i3status.conf
parent7ea12e3dffef8299fa6f6549820ca67dad4f0b7d (diff)
Add network test cases (#246)
Diffstat (limited to 'testcases/016-ethernet-down/i3status.conf')
-rw-r--r--testcases/016-ethernet-down/i3status.conf10
1 files changed, 10 insertions, 0 deletions
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"
+}