summaryrefslogtreecommitdiff
path: root/qa/1047.out
diff options
context:
space:
mode:
Diffstat (limited to 'qa/1047.out')
-rw-r--r--qa/1047.out38
1 files changed, 38 insertions, 0 deletions
diff --git a/qa/1047.out b/qa/1047.out
new file mode 100644
index 0000000..62dda9a
--- /dev/null
+++ b/qa/1047.out
@@ -0,0 +1,38 @@
+QA output created by 1047
+
+=== basic sanity check (pmieconf should fail with no rules)
+pmieconf: no rules were found using rule path: /tmp/[SEQ-PID].test
+status=1
+
+=== non-existant type
+pmieconf: error - file parsing error.
+ line number: 3 ("/tmp/[SEQ-PID].test")
+ expected: type keyword
+ found: foo
+status=1
+
+=== 5 bad rulefile syntax tests
+pmieconf: error - file parsing error.
+ line number: 4 ("/tmp/[SEQ-PID].test")
+ expected: =
+ found: moo
+status=1
+pmieconf: error - file parsing error.
+ line number: 3 ("/tmp/[SEQ-PID].test")
+ expected: type keyword
+ found: =
+status=1
+pmieconf: error - file parsing error.
+ line number: 4 ("/tmp/[SEQ-PID].test")
+ expected: attribute keyword
+ found: sometext
+status=1
+pmieconf: error - file parsing error.
+ line number: 4 ("/tmp/[SEQ-PID].test")
+ expected: attribute or ';'
+ found: end-of-file
+status=1
+pmieconf: error - no rule defined, cannot make sense of string "bloo" without one
+ line number: 4 ("/tmp/[SEQ-PID].test")
+
+status=1