Go to file
Sergey Murashov 04812fc03e Add image exception
Change-Id: I9836a9d07c7e032783b53b67af5eda070d5e6a38
2014-02-11 16:00:16 +04:00
boffin Fixed recognizing of IP address of the subnet 2014-01-10 17:15:19 +04:00
documentation-tests Specified display for running tests for docs 2014-01-20 13:19:45 +04:00
HA Add API service on controller node for HA testing 2013-10-26 01:40:04 +04:00
infra Fix issue with checkout on commit 2014-02-07 12:22:13 +04:00
integration-tests Add integration tests 2014-01-23 12:48:14 +04:00
JIRA_with_launchpad_sync Fixed JIRA sync script 2013-11-20 13:27:58 +04:00
mistral Added smoke tests for Mistral compatibility 2013-12-24 14:03:33 +04:00
modified_workflow Added modified_workflow 2013-11-02 12:55:23 -05:00
muranodashboard-tests Add image exception 2014-02-11 16:00:16 +04:00
rest_api_tests Modify stress tests, add requirements 2013-11-11 11:28:52 +04:00
selenium-old Added new method 'get_element_id' and new tests 2014-01-27 15:17:23 +04:00
tempest Add short deployment tests for murano 2013-12-23 17:36:14 +04:00
webUI Fixed typo in the service name 2014-01-23 13:02:15 +04:00
.gitreview Fixed small bug. 2013-07-30 10:53:32 -04:00
deploy.sh Removed all projects except Glazier Tests 2013-04-09 15:43:21 +04:00
README.md Update README.md 2013-04-25 14:37:50 +04:00

murano-tests

The functional and performance tests for OpenStack Murano project.

Functional tests are based on behave framework, performance tests are based on FunkLoad framework.

How To Run Tests For Web UI

The web UI tests allow to perform complex integrational testing with REST API service, REST API client, archestrator component and Murano dashboard component. The simplest way to execute webUI tests is to run tox.

How To Run Functional Tests For REST API service

To run all functional tests for REAT API service need to run behave with the following command:

cd murano-tests/rest_api_tests/functional

behave rest_api_service.feature

Note: need to set the correct configuration for REST API service. (please, check config.ini file for more detailed information)

How To Run Performance Tests For REST API service

To run all performance tests for REAT API service need to run func load banch with the following command:

cd murano-tests/rest_api_tests/load_and_performance

fl-run-bench test_rest.py TestSuite.mix_for_load_testing

fl-build-report --html --output-directory=html result-bench.xml


After that we can find the html report in the same folder.
Note: need to set the correct configuration for REST API service. (please, check config.ini file for more detailed information)


Mirantis Inc (C) 2013.