Ref/store ectd (#45)

Improved unit & integration tests for store, by making them independent and test a single thing.
This commit is contained in:
datosh 2022-04-12 09:38:10 +02:00 committed by GitHub
parent dfee5910b3
commit 4abb483902
6 changed files with 484 additions and 329 deletions

View file

@ -53,7 +53,7 @@ for the termination. However, to keep the code clean, we accept this tradeoff an
const (
publicgRPCPort = "9000"
constellationImageName = "constellation:latest"
etcdImageName = "bitnami/etcd:3.5.1"
etcdImageName = "bitnami/etcd:3.5.2"
etcdOverlayNetwork = "constellationIntegrationTest"
masterSecret = "ConstellationIntegrationTest"
numberFirstActivation = 3