Files @ 530a5b0abb6d
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/templates/wsgi_requirements.txt.j2

branko
MAR-107: Test implementation for role 'backup_server':

- Implemented common set of tests.
- Implemented tests for role usage where only mandatory parameters are
supplied.
- Implemented tests that are relevant to optional parameters.
- Tests cover full functionality of the backup server.
1
2
3
{% for requirement in wsgi_requirements %}
{{ requirement }}
{% endfor %}