charm-keystone-saml-mellon/unit_tests
Dmitrii Shcherbakov 8a4b2cb7cc Fix get-sp-metadata sp-metadata file location
get-sp-metadata action hardcodes the location of an sp metadata file
which is incorrect - it should use the application name to allow custom
application names and usage of multiple keystone-saml-mellon
applications (to have multiple IdPs).

In order to make unit testing easier the global variable for the sp
metadata file in actions.py is moved into a function so that it is
evaluated at the function call time, not module import time.

Change-Id: Ia73cd633f2948080e9a892869074ed2775ecc33c
Closes-Bug: #1833202
2019-06-27 13:58:57 +03:00
..
__init__.py Add warning for charmhelpers mocks 2019-03-21 08:43:05 -07:00
test_actions.py Fix get-sp-metadata sp-metadata file location 2019-06-27 13:58:57 +03:00
test_keystone_saml_mellon_handlers.py Address review requests 2019-03-26 23:35:29 +00:00
test_lib_charm_openstack_keystone_saml_mellon.py Address review requests 2019-03-26 23:35:29 +00:00