murano/murano/tests/unit
Alexander Tivelkov 81eebd12ad Ability to retrieve current/owner user/project
Added an ability to retrieve information about the current user,
current project, environment owner (both user and project)
from keystone. Appropriate information (including
extra fields but excluding internal system data) is fetched from
Keystone using the same service credentials that are used to validate
tokens, create trusts etc.

- io.murano.User and io.murano.Project classes were added.
- Both classes have 2 static methods to get current and environment
   owner object of appropriate class
- Object model now contains project_id/user_id of the user who
   created the environment
- Deployment task contains project_id (renamed from tenant_id)
   and user_id of the user who initiated the deployment

Change-Id: Ic7e24c1d2b669ed315851047bcdb27e075cfc56b
2016-11-24 02:07:34 -08:00
..
api Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
cmd Increase unit test coverage for Manage CLI. 2016-10-07 07:15:31 +00:00
common Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
core_library Remove partial clean-up in Instance.destroy 2014-09-04 15:29:43 +04:00
db Order the packages for parameter search 2016-11-04 17:55:40 -04:00
dsl Increase test coverage for Schema Generation API. 2016-10-18 20:38:04 +00:00
engine Unblocking the gate 2016-10-19 15:54:31 +03:00
packages Merge "Increase unit test coverage for Package Base API." 2016-10-03 18:58:58 +00:00
policy Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
services Ability to retrieve current/owner user/project 2016-11-24 02:07:34 -08:00
__init__.py Move and rename functional tests 2014-07-29 22:29:27 +04:00
base.py make enforce_type=True in CONF.set_override 2016-01-13 23:28:26 +08:00
test_actions.py Remove unnecessary setUp 2016-09-25 16:20:08 +08:00
test_engine.py Increase unit test coverage for murano heat stack and yaql 2016-10-06 16:48:05 -04:00
test_hacking.py Merge "Increase unit test coverage for hacking checks" 2016-10-03 18:53:19 +00:00
test_heat_stack.py HeatStack async mode fix 2016-11-22 16:02:12 +00:00
test_utils.py Use method ensure_tree from oslo.utils 2016-11-14 19:45:48 +08:00
utils.py Remove arguments "{}" and "[]" in function definitions 2015-12-19 01:10:30 +08:00