Skip to content

Commit

Permalink
fixing indent
Browse files Browse the repository at this point in the history
  • Loading branch information
geonexus committed Aug 17, 2015
1 parent 5409de5 commit 372526a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,27 +273,27 @@ Acceptance tests

Fiware-facts acceptance tests are included into fiware-cloto repository (https://github.com/telefonicaid/fiware-cloto).

Requirements
Requirements

- Python 2.7 or newer
- pip installed (http://docs.python-guide.org/en/latest/starting/install/linux/)
- virtualenv installed (pip install virtalenv)
- Git installed (yum install git-core / apt-get install git)
- Python 2.7 or newer
- pip installed (http://docs.python-guide.org/en/latest/starting/install/linux/)
- virtualenv installed (pip install virtalenv)
- Git installed (yum install git-core / apt-get install git)

Environment preparation:
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/tests/acceptance_tests/commons/configuration.py adding the keystone url, and a valid, user, password and tenant ID.
- 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/tests/acceptance_tests/commons/configuration.py adding the keystone url, and a valid, user, password and tenant ID.

Tests execution
Tests execution

Change to the fiware-cloto/tests/acceptance_tests folder of the project if not already on it and execute:
::
Change to the fiware-cloto/tests/acceptance_tests folder of the project if not already on it and execute:
::

$ lettuce_tools -ft features/context_update.feature --tags=skip
$ lettuce_tools -ft features/context_update.feature --tags=skip


In the following document you will find the steps to execute automated
Expand Down

0 comments on commit 372526a

Please sign in to comment.