Started adding back dispatcher

This commit is contained in:
Trial97
2021-12-17 14:04:24 +02:00
committed by Dan Christian Bogos
parent ae798dafe3
commit 83dcb7bbc2
9 changed files with 172 additions and 10 deletions

View File

@@ -235,6 +235,7 @@ func TestIntServiceNewDispatcherService(t *testing.T) {
"StatSv1": {"Do", "Ping"},
"TestRPCDspMock": {"AccountSv1Do", "ActionSv1Do", "AttributeSv1Do", "CDRsv1Do", "CacheSv1Do", "ChargerSv1Do", "ConfigSv1Do", "DispatcherSv1Do", "GuardianSv1Do", "Ping", "RateSv1Do", "ReplicatorSv1Do", "ResourceSv1Do", "RouteSv1Do", "SessionSv1Do", "StatSv1Do", "ThresholdSv1Do"},
"ThresholdSv1": {"Do", "Ping"},
"ReplicatorSv1": {"Do", "Ping"},
}
if !reflect.DeepEqual(exp, methods) {
t.Errorf("Expeceted: %v, received: %v", utils.ToJSON(exp), utils.ToJSON(methods))