nuts-foundation / nuts-go

Main service executable for service space. Configurable service that integrates various Nuts engines and allows to run nuts' service space as a monolith or as micro services.
GNU General Public License v3.0
3 stars 0 forks source link

Added end-to-end test for Nuts Network #58

Closed reinkrul closed 4 years ago

reinkrul commented 4 years ago

This PR adds a test suite for end-to-end testing different TLS infrastructure layouts of the Nuts Network.

TODO: Not convinced this is the right repository for this, maybe better put it in a separate repository? Maybe we should make a 'nuts-tests' repo which also contains the chaos testing suite. @woutslakhorst ?

We could even automate their execution then.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 3cbde0ae and detected 0 issues on this pull request.

View more on Code Climate.

woutslakhorst commented 4 years ago

This should indeed go in a diff repo. Given the +12k lines...

woutslakhorst commented 4 years ago

a nuts-e2e-tests repo?

reinkrul commented 4 years ago

a nuts-e2e-tests repo?

New repo: https://github.com/nuts-foundation/nuts-go-e2e-test

Will close this PR