python-mistralclient/functionaltests/hello.yaml
Anastasia Kuznetsova cacf8658b5 Add integration tests (actions with workbooks)
This commit is first in the series of commits implementing
appropriate blueprint (please, look at link below).
In this commit I added a bunch of integration tests which check
work with workbooks(creation, updating, addition of definition and so on)
and use only python-mistralclient methods.

Targets blueprint: mistral-mistralclient-integration-tests

Change-Id: Ieb95929102cc7a27ceb6caf5d63f7417d07d3974
2014-07-18 15:09:39 +04:00

13 lines
187 B
YAML

Namespaces:
Greetings:
actions:
hello:
class: std.echo
base-parameters:
output: Hello!
Workflow:
tasks:
hello:
action: Greetings.hello