deb-murano/murano_tempest_tests/extras/MockApp/Classes/mock_muranopl.yaml
Victor Ryzhenkin 224eda03d6 Add binding test for cfapi
- Add test which will check binding route and functional of cfapi
service.

Change-Id: I958be30ce4fb871a460b37111bd6264f477a5bfb
Targets: blueprint murano-cfapi-func-tests
2015-11-24 17:01:11 +00:00

22 lines
372 B
YAML

Namespaces:
=: io.murano.apps
std: io.murano
Name: MockApp
Extends: std:Application
Properties:
userName:
Contract: $.string()
Methods:
testAction:
Usage: Action
Body:
- $this.find(std:Environment).reporter.report($this, 'Completed')
deploy:
Body:
- $this.find(std:Environment).reporter.report($this, 'Follow the white rabbit')