9843bec821
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
9 lines
317 B
YAML
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)``.
|
|
|