From 6464ae2df9f784e7b657ed5e36923f2a3062356e Mon Sep 17 00:00:00 2001 From: Emeric Planet Date: Mon, 20 Nov 2017 19:51:48 +0100 Subject: Add network test cases (#246) --- testcases/016-ethernet-down/expected_output.txt | 1 + testcases/016-ethernet-down/i3status.conf | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 testcases/016-ethernet-down/expected_output.txt create mode 100644 testcases/016-ethernet-down/i3status.conf (limited to 'testcases/016-ethernet-down') 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" +} -- cgit v1.2.3