deb-murano/meta/io.murano/Classes
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
..
configuration Simple instance configuration 2015-08-28 21:50:01 +03:00
resources Migration to yaql 1.0 2015-08-25 16:08:08 +03:00
system Logging API for MuranoPL 2015-08-30 00:11:40 +03:00
test Introduce test-runner for MuranoPL test packages 2015-09-02 17:48:20 +03:00
Application.yaml Application base class didn't define deploy method 2014-08-20 18:47:20 +04:00
Environment.yaml Removes early creation of Heat stack 2015-07-31 00:50:34 +03:00
Exception.yaml Adds ability to throw/catch/rethrow exceptions in MuranoPL 2014-06-12 20:48:27 +04:00
File.yaml Adds API to obtain action result 2015-03-02 14:08:36 +03:00
Object.yaml Migration to yaql 1.0 2015-08-25 16:08:08 +03:00
SharedIp.yaml Enforced AUTO replacement_policy for sharedIp port 2015-08-26 18:17:33 +03:00
StackTrace.yaml Adds ability to throw/catch/rethrow exceptions in MuranoPL 2014-06-12 20:48:27 +04:00