Updated caches integration tests

This commit is contained in:
Trial97
2019-03-18 11:28:21 +02:00
committed by Dan Christian Bogos
parent 6b72d4a223
commit db3be46f79
7 changed files with 413 additions and 424 deletions

View File

@@ -688,7 +688,6 @@ const (
// ApierV1 APIs
const (
ApierV1ComputeFilterIndexes = "ApierV1.ComputeFilterIndexes"
ApierV1ReloadCache = "ApierV1.ReloadCache"
ApierV1ReloadScheduler = "ApierV1.ReloadScheduler"
ApierV1Ping = "ApierV1.Ping"
ApierV1SetDispatcherProfile = "ApierV1.SetDispatcherProfile"
@@ -822,6 +821,10 @@ const (
CacheSv1GetGroupItemIDs = "CacheSv1.GetGroupItemIDs"
CacheSv1RemoveGroup = "CacheSv1.RemoveGroup"
CacheSv1Clear = "CacheSv1.Clear"
CacheSv1ReloadCache = "CacheSv1.ReloadCache"
CacheSv1LoadCache = "CacheSv1.LoadCache"
CacheSv1FlushCache = "CacheSv1.FlushCache"
CacheSv1Ping = "CacheSv1.Ping"
)
// Cdrs APIs