Skip to content
Snippets Groups Projects
Commit d6a0c7a7 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark Committed by Neil-Jocelyn Schark
Browse files

wip

parent 58219d82
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ import ( ...@@ -12,6 +12,7 @@ import (
tpb "code.fbi.h-da.de/danet/gosdn/api/go/gosdn/transport" tpb "code.fbi.h-da.de/danet/gosdn/api/go/gosdn/transport"
"code.fbi.h-da.de/danet/gosdn/application-framework/event" "code.fbi.h-da.de/danet/gosdn/application-framework/event"
integration_test_utils "code.fbi.h-da.de/danet/gosdn/integration-tests/integrationTestUtils" integration_test_utils "code.fbi.h-da.de/danet/gosdn/integration-tests/integrationTestUtils"
"github.com/sirupsen/logrus"
"google.golang.org/grpc" "google.golang.org/grpc"
) )
...@@ -66,6 +67,8 @@ func TestMain(m *testing.M) { ...@@ -66,6 +67,8 @@ func TestMain(m *testing.M) {
rabbitMQAddress = envVarRabbitmq rabbitMQAddress = envVarRabbitmq
} }
logrus.Infof("RabbitMQ address: %s", rabbitMQAddress)
application = NewApplication(ctx, conn, ":55055", topics, rabbitMQAddress) application = NewApplication(ctx, conn, ":55055", topics, rabbitMQAddress)
eventTypeCallbackTuples := []event.TypeToCallbackTuple{ eventTypeCallbackTuples := []event.TypeToCallbackTuple{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment