[openstack-dev] [Murano] Discuss simulated-execution-mode-murano-engine blueprint

2015-06-03 Thread Ekaterina Chernova
Hi all! I'd like to discuss first implementation thoughts about this [1] blueprint, that we want to implement in Liberty. This feature is supposed to increase the speed of application development. Now engine interacts with API to get input task and packages. Items, planned to implement first wou

Re: [openstack-dev] [Murano] Discuss simulated-execution-mode-murano-engine blueprint

2015-07-06 Thread Ekaterina Chernova
Folks, I have specific topic to discuss: how murano test-fixture will look like and how it can be run. The idea is to implement a unit-testing framework, similar to regular frameworks for python or other languages, which will allow to define test fixtures in MuranoPL. A Test fixture is a regular

Re: [openstack-dev] [Murano] Discuss simulated-execution-mode-murano-engine blueprint

2015-07-06 Thread Georgy Okrokvertskhov
Hi Kate, MuraPL has a concept of exceptions. Unit testing will be important to make sure that workflows behaves correctly in exceptions situations. How will be this addressed int he testing framework? Will you have some specific assertions like python unit testing framework? Thanks Gosha On Mon,

Re: [openstack-dev] [Murano] Discuss simulated-execution-mode-murano-engine blueprint

2015-07-07 Thread Alexander Tivelkov
Hi Gosha, In my understanding, the base test class (io.murano.tests.TestFixture) should have something like assertRaises method, similar to the one in python -- Regards, Alexander Tivelkov On Mon, Jul 6, 2015 at 9:47 PM, Georgy Okrokvertskhov < gokrokvertsk...@mirantis.com> wrote: > Hi Kate, >