local tests fixes

This commit is contained in:
Radu Ioan Fericean
2016-05-26 18:25:36 +03:00
parent 97826a9c0e
commit e49eaf5124
4 changed files with 18 additions and 127 deletions

View File

@@ -6,4 +6,6 @@ TEST_DATA_r,TOPUP_DATA_r,ASAP,10
TEST_VOICE,TOPUP_VOICE,ASAP,10
TEST_NEG,TOPUP_NEG,ASAP,10
TEST_RPC,RPC,ALWAYS,10
TEST_RPC,RPC_DEST,ALWAYS,10
TEST_RPC,RPC_CDRSTATS,ALWAYS,10
TEST_DID,DID,ALWAYS,10
1 #Tag ActionsTag TimingTag Weight
6 TEST_VOICE TOPUP_VOICE ASAP 10
7 TEST_NEG TOPUP_NEG ASAP 10
8 TEST_RPC RPC ALWAYS 10
9 TEST_RPC RPC_DEST ALWAYS 10
10 TEST_RPC RPC_CDRSTATS ALWAYS 10
11 TEST_DID DID ALWAYS 10