diff options
Diffstat (limited to 'test/testcases/scripts')
-rw-r--r-- | test/testcases/scripts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/testcases/scripts b/test/testcases/scripts new file mode 100644 index 0000000..b89d75d --- /dev/null +++ b/test/testcases/scripts @@ -0,0 +1,14 @@ +session Cluster scripts +script +list +list all +list names +list names all +list all names +list bogus +show mailto +verify mailto id=foo email=test@example.com subject=hello +run mailto id=foo email=test@example.com subject=hello nodes=node1 dry_run=true +json '["show", "mailto"]' +json '["verify", "mailto", {"id":"foo", "email":"test@example.com", "subject":"hello"}]' +. |