Add information about test certificates

This commit is contained in:
Maciej Szlosarczyk 2019-07-12 16:16:06 +03:00
parent d447c7c6c4
commit f5ed203554
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

@ -103,10 +103,13 @@ Checklist of steps to perform if you want to migrate from mod_epp, but still use
Testing
----
The application comes with test suite written with common_test. For integration
tests, there is a small Roda application located in apps/epp_proxy/priv/test_backend_app.
It has been written with Ruby 2.6.3
tests, there is a small Roda application located in `apps/epp_proxy/priv/test_backend_app`.
It has been written with Ruby 2.6.3.
You need to start it before running the test suite. To start it as a deamon,
There is also a number of generated ssl certificates that are used only for testing. Those are
valid until 2029 and they are located in `apps/epp_proxy/priv/test_ca`.
You need to start the backend application before running the test suite. To start it as a deamon,
from the root folder of the project, execute:
```bash