Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 1.12 KB

File metadata and controls

39 lines (19 loc) · 1.12 KB

FIWARE Scalability Manager and FIWARE Facts Acceptance Tests

Folder for acceptance tests of the FIWARE Scalability Manager & FIWARE Facts.

How to Run the Acceptance Tests

Prerequisites:

Environment preparation:

  • Create a virtual environment somewhere, e.g. in ENV (virtualenv ENV)

  • Activate the virtual environment (source ENV/bin/activate)

  • Change to the test/acceptance folder of the project

  • Install the requirements for the acceptance tests in the virtual environment:

    pip install -r requirements.txt --allow-all-external.

  • Configure file in fiware_cloto/cloto/tests/acceptance_tests/commons/configuration.py adding the keystone url, and a valid, user, password and tenant ID.

Tests execution:

  • Change to the fiware_cloto/cloto/tests/acceptance_tests folder of the project if not already on it

  • Run lettuce_tools with appropriate params (see available ones with the -h option)