diff --git a/integration-tests/application_tests/application_test.go b/integration-tests/application_tests/application_test.go index f3f532c677207ccc056d7b9c9bddfa1c9174b857..8d29d82d287b344e806dadd563b26a8e0936fe14 100644 --- a/integration-tests/application_tests/application_test.go +++ b/integration-tests/application_tests/application_test.go @@ -12,6 +12,7 @@ import ( tpb "code.fbi.h-da.de/danet/gosdn/api/go/gosdn/transport" "code.fbi.h-da.de/danet/gosdn/application-framework/event" integration_test_utils "code.fbi.h-da.de/danet/gosdn/integration-tests/integrationTestUtils" + "github.com/sirupsen/logrus" "google.golang.org/grpc" ) @@ -66,6 +67,8 @@ func TestMain(m *testing.M) { rabbitMQAddress = envVarRabbitmq } + logrus.Infof("RabbitMQ address: %s", rabbitMQAddress) + application = NewApplication(ctx, conn, ":55055", topics, rabbitMQAddress) eventTypeCallbackTuples := []event.TypeToCallbackTuple{