summaryrefslogtreecommitdiff
path: root/testcases/007-cpu-usage-degraded-threshold-format/i3status.conf
diff options
context:
space:
mode:
authorMihai Coman <mihai.cmn@gmail.com>2016-11-15 13:34:06 +0200
committerMihai Coman <mihai.cmn@gmail.com>2016-11-15 13:34:06 +0200
commit562f6e383d84e16ad3ff9d9c777c89e8150a924f (patch)
tree5fc5cf02468b5836d16f80f31f891f9fb89dc44a /testcases/007-cpu-usage-degraded-threshold-format/i3status.conf
parent9375959b68d7c80dbad53a6eb0df1035bb33c6ce (diff)
Add unit tests for threshold format
Diffstat (limited to 'testcases/007-cpu-usage-degraded-threshold-format/i3status.conf')
-rw-r--r--testcases/007-cpu-usage-degraded-threshold-format/i3status.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/testcases/007-cpu-usage-degraded-threshold-format/i3status.conf b/testcases/007-cpu-usage-degraded-threshold-format/i3status.conf
new file mode 100644
index 0000000..06aeb14
--- /dev/null
+++ b/testcases/007-cpu-usage-degraded-threshold-format/i3status.conf
@@ -0,0 +1,10 @@
+general {
+ output_format = "none"
+}
+
+order += "cpu_usage"
+
+cpu_usage {
+ format_above_threshold = "ABOVE_THRESHOLD"
+ max_threshold = -1
+}