fabaccess-bffh/examples/docker/integration
2021-02-05 03:02:05 +01:00
..
config_a draft for integration test setup 2021-02-05 03:02:05 +01:00
config_b draft for integration test setup 2021-02-05 03:02:05 +01:00
docker-compose.yaml draft for integration test setup 2021-02-05 03:02:05 +01:00
README.md draft for integration test setup 2021-02-05 03:02:05 +01:00

Integration tests with Docker

How it works

  • spawns 2 instances of our bffh container and required mqqt broker
  • spawns an additional debian to run a shell
  • the containers can reach each other by their hostname

How to start

  • run docker-compose up --exit-code-from test-manager in this directory
  • this will kill all containers when