hyperledger / indy-test-automation

Automation tools for testing of Indy Project components.
https://wiki.hyperledger.org/display/indy
Apache License 2.0
6 stars 23 forks source link

removed circular dependencies and generalized for ubuntu 16.04 and 20.04 #109

Closed udosson closed 2 years ago

udosson commented 2 years ago

This PR separates the sovrin specific tets from indy-node tests. This removes the circular dependencies mentioned in #102.

Also, the scripts have been adjusted to run locally as well on GitHub Actions pipelines. The basis for testing ubuntu 20.04 based indy-node artifacts is implemented. Current issue: There is no working systemd image for ubuntu 20.04

A successful run of all tests in GHA can be found at: https://github.com/udosson/indy-node/actions/runs/1495380875

Signed-off-by: udosson r.klemens@yahoo.de