From 2d03b335e14c65d5374837b47f7f5ed216833327 Mon Sep 17 00:00:00 2001 From: Timur Nurlygayanov Date: Thu, 25 Apr 2013 14:37:50 +0400 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6d11e7f..f970c9d 100644 --- a/README.md +++ b/README.md @@ -4,37 +4,37 @@ 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 + # 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 - + # 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) - +