Commit Graph

7 Commits

Author SHA1 Message Date
zhurong dc558104bd Remove congress and mistral functional integration tests
The Congress and Mistral functional integration tests has moved to
http://git.openstack.org/cgit/openstack/murano-tempest-plugin

Change-Id: I537f0173926a26cce00f404d2c23e40174491715
Depends-On: https://review.openstack.org/#/c/586761/
2018-07-31 00:38:52 +00:00
zhurong 6e1dc58b8e Fix murano-congress-devstack-dsvm job
Change-Id: I2ecfef6e287c0a8adfbde7728de0c1393778a29a
2017-12-02 05:10:32 +00:00
Gage Hugo 4498d9193d Replace keystoneclient with keystoneauth
keystoneclient classes has been long deprecated in favor
of keystoneauth. This change replaces both session and auth
from keystoneclient to keystoneauth.

Change-Id: I803414eb75401699ff5c30813409095718101e26
2017-09-20 16:29:42 -05:00
Victor Ryzhenkin 66f310b227 Change Murano API detection in tests and fix tests itself
- Use 401 error to determine work of Murano API in shell via curl
- Change tempest parameters in utils
- Rename mistralclient.py to workflowclient.py due names conflict in
path.

Closes-Bug: #1614602

Change-Id: I91bdda91da929b183393c4210af86bce619a53ec
2016-08-22 19:02:09 +00:00
Victor Ryzhenkin 2b04624115 Replace deprecated tempest config option
In patch https://review.openstack.org/#/c/211601/13
config sections in tempest for admin authentication
become deprecated and if we need to get an admin username
we can't find it in identity section anymore.

This patch replaces identity config section call to auth
in tempest_utils.py

Change-Id: I9a0d07009c9fe8e46066c50c05fa1fa5263bc84e
Closes-Bug: #1503764
2015-10-07 19:54:22 +03:00
vryzhenkin 2c447cf1ba Added iniset for policy_enforcer if Congress policies are enabled
- Added iniset for enable_model_policy_enforcer in murano.conf
  if MURANO_ENABLE_MODEL_POLICY_ENFORCEMENT is True
- Fixed keystone auth in tempest_utils.py

Change-Id: Icd15b4e31778ca6005b832b3d5224d929e2f0b83
Closes-Bug: #1429855
Closes-Bug: #1429856
2015-03-10 01:43:21 +00:00
Filip Blaha ede718ad28 Policy enforcement functional tests
Engine functional tests were refactored to avoid code duplicities.
Common mixin test class is used for shared methods.
Tests attempts to deploy telnet and expect failure due to policy violation.
Functional tests require devstack where enabled policy enforcement in murano.conf.

Partially Implements blueprint congress-support-in-murano

Change-Id: Ia55077766de5564dd23d74527e26ffef4b57ae8b
2015-02-11 13:52:34 +01:00