9fcd2ad11d
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 |
||
---|---|---|
.. | ||
io.murano | ||
README.rst |
Murano Core Classes
This folder contains common Murano classes combined to Core Library.
The content of this folder needs to be zipped and imported into Murano. After that Murano applications can be deployed.
To find murano-applications and explore how the common classes are used in Murano Applications, please refer to Murano Application Repository