tree: 320ccc58e5b6cb7cbff1a43d2ef37805df293f44 [path history] [tgz]
  1. actions/
  2. alarmtrigger_test.go
  3. deployment.yaml
  4. manifest.yaml
  5. README.md
tests/src/integration/alarmtrigger/README.md

Test Case for Whisk Deploy

This is a test case for wskdeploy. This package demonstrates how to create alarm trigger. You have to specify /whisk.system/alarms/alarm as a source for alarm trigger in manifest yaml file. It takes one mandatory parameter cron in deployment file.

It can be deployed and tested with:

$ wskdeploy -p tests/src/integration/alarmtrigger
$ wsk activation poll
$ wsk trigger fire Every12Hours
$ wsk activation get <HelloWorldActivationID>