deb-murano/releasenotes/notes/enable-mocks-a156e7cc1b1d5066.yaml
Kirill Zaitsev 9843bec821 Updated mock release note and mock-index maxdepth
Mock release note contained rst syntax, that is not recognised by reno.
This commit trims excessive description, removes rst syntax not
understood by reno and marks inline markup in accordance with
doc contributors guide [1].
Also updates index.rst maxdepth to 2, to allow easier milestone
navigation from index page.

[1] http://docs.openstack.org/contributor-guide/rst-conv/inline-markups.html

Change-Id: I6368bd4b16d84e2a173e5dfba46124e41b394485
2015-12-18 16:44:54 +03:00

9 lines
317 B
YAML

---
features:
- Enable mocks in MuranoPL tests cases.
- Added :command:`murano-test-tunner` command to run murano package tests.
- Introduced two YAQL *inject* functions to enable
mocks ``def inject(target, target_method, mock_object, mock_name)``
and ``def inject(target, target_method, yaql_expr)``.