224eda03d6
- Add test which will check binding route and functional of cfapi service. Change-Id: I958be30ce4fb871a460b37111bd6264f477a5bfb Targets: blueprint murano-cfapi-func-tests
22 lines
372 B
YAML
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')
|