murano/murano
Ekaterina Chernova 9fcd2ad11d Introduce test-runner for MuranoPL test packages
This is a first commit os new  murano testing framework.
This commit adds base io.murano.test.testFixture class.
All test classes are suppossed to be inherited from that class.
Test runner accepts only such kind of classes.
Also test cases should start with the 'test' prefix.
setUp method executes before each test case and tearDown - after.

To run tests, authorization params should be provided or murano config file.
Test runner params have a higher priority than the corresponding
params in config.
Package to test is a required parameter.
It's also allowed to specify class to execute tests in or
to specify test case name.
New murano-test-runner was added.

To run all tests from package, execute the following command:
murano-test-runner -p io.murano.test.MyTest1  -l /package/location/directory

Targets blueprint simulated-execution-mode-murano-engine
Change-Id: I6b9a94ab1a3942fec3ebb84a69dd548c134139df
2015-09-02 17:48:20 +03:00
..
api Return x-openstack-request-id header to the caller 2015-08-13 15:13:59 +03:00
cmd Introduce test-runner for MuranoPL test packages 2015-09-02 17:48:20 +03:00
common Merge "Fixes Congress model validation" 2015-08-28 08:48:04 +00:00
db Add category list pagination support 2015-08-12 19:42:02 +03:00
dsl Logging API for MuranoPL 2015-08-30 00:11:40 +03:00
engine Introduce test-runner for MuranoPL test packages 2015-09-02 17:48:20 +03:00
locale Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
packages Adds version info to ApplicationPackage 2015-09-01 15:55:36 +00:00
policy Fixes Congress model validation 2015-08-27 16:21:51 +02:00
services Fixed 500 error in get_result API handler 2015-03-26 15:59:19 +00:00
tests Introduce test-runner for MuranoPL test packages 2015-09-02 17:48:20 +03:00
__init__.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00
context.py Inherit RequestContext from oslo_context's RequestContext 2015-08-13 15:12:59 +03:00
opts.py Allow setting eventlet.wsgi.MAX_HEADER_LINE 2015-07-21 13:54:15 +03:00
utils.py Check session validity during env show api call 2015-08-05 02:10:48 +03:00
version.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00