networkcontrol/ipupsplugins/test/te_ipups/data/te_ipups.ini
changeset 14 b33c3d136b7e
parent 1 a579325b79dd
child 18 39bb7c3571e9
equal deleted inserted replaced
1:a579325b79dd 14:b33c3d136b7e
     1 //DialogOptionSelection (multiple options could be specified using delimeter ',') = Always/Never/SessionYes/SessionNo
       
     2 //ExpectedDialogOptions (Optional) = Always/Never/SessionYes/SessionNo
       
     3 //PlatSecPass = True/False
       
     4 //ExpectedUpsDecision (Optional, multiple options could be specified using delimeter ',') = Yes/No/SessionYes/SessionNo
       
     5 //PromptTriggerCount (Optional) = Expected number of times prompt would be triggered by test
       
     6 //NoOfAuthoriseCalls = 1..N (N - Maximum number of iterations , 10 is the limit)
       
     7 //AlwaysOpenNewSession (Each iteration open the session in the beiginning of the iteration and close at the end if set to True) = True/False
       
     8 //UseSameSubSession (Optional, Each iteration uses same SubSession if set to True) = True/False
       
     9 //UseSameSubSessionAfterClose (Optional, Each iteration uses same SubSession after closing it at the end of iteration) = True/False
       
    10 //AlwaysOpenNewSubSession (Optional, Always open new SubSession for each iteration) = True/False
       
    11 
       
    12 
       
    13 [ProtSidPlatSecFail]
       
    14 ServiceId = 10281DD8
       
    15 Destination = 0776655443
       
    16 OpaqueData = NoOpaqueData
       
    17 DialogOptionSelection = SessionYes
       
    18 PlatSecPass = False
       
    19 ExpectedUpsDecision = SessionYes
       
    20 PromptTriggerCount = 1
       
    21 
       
    22 [UnProtSidPlatSecPass]
       
    23 ServiceId = 10281DD8
       
    24 Destination = 0776655443
       
    25 OpaqueData = NoOpaqueData
       
    26 DialogOptionSelection = SessionYes
       
    27 PlatSecPass = True
       
    28 ExpectedUpsDecision = SessionYes
       
    29 PromptTriggerCount = 1
       
    30 
       
    31 [UnProtSidPlatSecFail]
       
    32 ServiceId = 10281DD8
       
    33 Destination = 0776655443
       
    34 OpaqueData = NoOpaqueData
       
    35 DialogOptionSelection = SessionYes
       
    36 PlatSecPass = False
       
    37 ExpectedUpsDecision = SessionYes
       
    38 PromptTriggerCount = 1
       
    39 
       
    40 [ProtSidPlatSecPass]
       
    41 ServiceId = 10281DD8
       
    42 Destination = 0776655443
       
    43 OpaqueData = NoOpaqueData
       
    44 DialogOptionSelection = SessionYes
       
    45 PlatSecPass = True
       
    46 ExpectedUpsDecision = Yes
       
    47 PromptTriggerCount = 0
       
    48 
       
    49 [ValidPromptResponse]
       
    50 ServiceId = 10281DD8
       
    51 Destination = 0776655443
       
    52 OpaqueData = NoOpaqueData
       
    53 DialogOptionSelection = SessionYes
       
    54 PlatSecPass = False
       
    55 ExpectedUpsDecision = SessionYes
       
    56 PromptTriggerCount = 1
       
    57 ExpectedDialogOptions = Always/Never/SessionYes/SessionNo
       
    58 
       
    59 [ValidDestinationIPPrompted]
       
    60 ServiceId = 10281DD8
       
    61 Destination = 10.0.0.10
       
    62 OpaqueData = NoOpaqueData
       
    63 DialogOptionSelection = SessionYes
       
    64 PlatSecPass = False
       
    65 ExpectedUpsDecision = SessionYes
       
    66 PromptTriggerCount = 1
       
    67 
       
    68 [UserResponseSessionYes]
       
    69 ServiceId = 10281DD8
       
    70 Destination = 10.0.0.10
       
    71 OpaqueData = NoOpaqueData
       
    72 DialogOptionSelection = SessionYes
       
    73 PlatSecPass = False
       
    74 ExpectedUpsDecision = SessionYes
       
    75 PromptTriggerCount = 1
       
    76 
       
    77 [PromptAgainAfterSessionYes]
       
    78 ServiceId = 10281DD8
       
    79 Destination = 0789012345
       
    80 OpaqueData = NoOpaqueData
       
    81 DialogOptionSelection = SessionYes
       
    82 PlatSecPass = False
       
    83 ExpectedUpsDecision = SessionYes
       
    84 PromptTriggerCount = 2
       
    85 NoOfAuthoriseCalls = 2
       
    86 
       
    87 [PromptAfterSessionYesWithNewSubSession]
       
    88 ServiceId = 10281DD8
       
    89 Destination = 0789012345
       
    90 OpaqueData = NoOpaqueData
       
    91 DialogOptionSelection = SessionYes
       
    92 PlatSecPass = False
       
    93 ExpectedUpsDecision = SessionYes
       
    94 PromptTriggerCount = 2
       
    95 NoOfAuthoriseCalls = 2
       
    96 UseSameSubSessionAfterClose = True
       
    97 
       
    98 [PromptAgainAfterSessionNo]
       
    99 ServiceId = 10281DD8
       
   100 Destination = 0789012345
       
   101 OpaqueData = NoOpaqueData
       
   102 DialogOptionSelection = SessionNo
       
   103 PlatSecPass = False
       
   104 ExpectedUpsDecision = SessionNo
       
   105 PromptTriggerCount = 2
       
   106 NoOfAuthoriseCalls = 2
       
   107 
       
   108 [PromptAfterSessionNoWithNewSubSession]
       
   109 ServiceId = 10281DD8
       
   110 Destination = 0789012345
       
   111 OpaqueData = NoOpaqueData
       
   112 DialogOptionSelection = SessionNo
       
   113 PlatSecPass = False
       
   114 ExpectedUpsDecision = SessionNo
       
   115 PromptTriggerCount = 2
       
   116 NoOfAuthoriseCalls = 2
       
   117 UseSameSubSessionAfterClose = True
       
   118 
       
   119 [NoPromptAfterAlwaysResponse]
       
   120 ServiceId = 10281DD8
       
   121 Destination = 0789012345
       
   122 OpaqueData = NoOpaqueData
       
   123 DialogOptionSelection = Always
       
   124 PlatSecPass = False
       
   125 ExpectedUpsDecision = SessionYes
       
   126 PromptTriggerCount = 1
       
   127 NoOfAuthoriseCalls = 2
       
   128 
       
   129 [NoPromptInNewSessionAfterAlways]
       
   130 ServiceId = 10281DD8
       
   131 Destination = 0789012345
       
   132 OpaqueData = NoOpaqueData
       
   133 DialogOptionSelection = Always
       
   134 PlatSecPass = False
       
   135 ExpectedUpsDecision = SessionYes
       
   136 PromptTriggerCount = 1
       
   137 NoOfAuthoriseCalls = 2
       
   138 AlwaysOpenNewSession = True
       
   139 UseSameSubSessionAfterClose = True
       
   140 
       
   141 [NoPromptInSameSessionAfterNever]
       
   142 ServiceId = 10281DD8
       
   143 Destination = 0789012345
       
   144 OpaqueData = NoOpaqueData
       
   145 DialogOptionSelection = Never
       
   146 PlatSecPass = False
       
   147 ExpectedUpsDecision = SessionNo
       
   148 PromptTriggerCount = 1
       
   149 NoOfAuthoriseCalls = 2
       
   150 
       
   151 [NoPromptInNewSessionAfterNever]
       
   152 ServiceId = 10281DD8
       
   153 Destination = 0789012345
       
   154 OpaqueData = NoOpaqueData
       
   155 DialogOptionSelection = Never
       
   156 PlatSecPass = False
       
   157 ExpectedUpsDecision = SessionNo
       
   158 PromptTriggerCount = 1
       
   159 NoOfAuthoriseCalls = 2
       
   160 AlwaysOpenNewSession = True
       
   161 UseSameSubSessionAfterClose = True
       
   162 
       
   163 [UserResponseYes]
       
   164 ServiceId = 10281DD8
       
   165 Destination = 0789012345
       
   166 OpaqueData = NoOpaqueData
       
   167 DialogOptionSelection = SessionYes
       
   168 PlatSecPass = False
       
   169 ExpectedUpsDecision = SessionYes
       
   170 PromptTriggerCount = 1
       
   171 
       
   172 [UserResponseNo]
       
   173 ServiceId = 10281DD8
       
   174 Destination = 10.0.0.1
       
   175 OpaqueData = NoOpaqueData
       
   176 DialogOptionSelection = SessionNo
       
   177 PlatSecPass = False
       
   178 ExpectedUpsDecision = SessionNo
       
   179 PromptTriggerCount = 1
       
   180 
       
   181 [Client1UserResponseSessionYes]
       
   182 ServiceId = 10281DD8
       
   183 Destination = 20.0.0.1
       
   184 OpaqueData = NoOpaqueData
       
   185 DialogOptionSelection = SessionYes
       
   186 PlatSecPass = False
       
   187 ExpectedUpsDecision = SessionYes
       
   188 
       
   189 [Client2UserResponseSessionNo]
       
   190 ServiceId = 10281DD8
       
   191 Destination = 20.0.0.2
       
   192 OpaqueData = NoOpaqueData
       
   193 DialogOptionSelection = SessionNo
       
   194 PlatSecPass = False
       
   195 ExpectedUpsDecision = SessionNo
       
   196 
       
   197 [Client1UserResponseAlways]
       
   198 ServiceId = 10281DD8
       
   199 Destination = 20.0.0.1
       
   200 OpaqueData = NoOpaqueData
       
   201 DialogOptionSelection = Always
       
   202 PlatSecPass = False
       
   203 ExpectedUpsDecision = SessionYes
       
   204 
       
   205 [Client2UserResponseNever]
       
   206 ServiceId = 10281DD8
       
   207 Destination = 20.0.0.2
       
   208 OpaqueData = NoOpaqueData
       
   209 DialogOptionSelection = Never
       
   210 PlatSecPass = False
       
   211 ExpectedUpsDecision = SessionNo
       
   212 
       
   213 [Client2UserResponseSessionNo]
       
   214 ServiceId = 10281DD8
       
   215 Destination = 20.0.0.2
       
   216 OpaqueData = NoOpaqueData
       
   217 DialogOptionSelection = SessionNo
       
   218 PlatSecPass = False
       
   219 ExpectedUpsDecision = SessionNo
       
   220 
       
   221 [MultipleSubSessionsWithAlways]
       
   222 ServiceId = 10281DD8
       
   223 Destination = 20.0.0.1
       
   224 OpaqueData = NoOpaqueData
       
   225 DialogOptionSelection = Always
       
   226 PlatSecPass = False
       
   227 ExpectedUpsDecision = SessionYes
       
   228 PromptTriggerCount = 1
       
   229 NoOfAuthoriseCalls = 2
       
   230 AlwaysOpenNewSubSession = True
       
   231 
       
   232 [MultipleSubSessionsWithSessionYes]
       
   233 ServiceId = 10281DD8
       
   234 Destination = 20.0.0.1
       
   235 OpaqueData = NoOpaqueData
       
   236 DialogOptionSelection = SessionYes,Always
       
   237 PlatSecPass = False
       
   238 ExpectedUpsDecision = SessionYes,SessionYes
       
   239 PromptTriggerCount = 2
       
   240 NoOfAuthoriseCalls = 2
       
   241 AlwaysOpenNewSubSession = True
       
   242 
       
   243 [CancelPromptCall]
       
   244 ServiceId = 10281DD8
       
   245 Destination = 20.0.0.1
       
   246 OpaqueData = NoOpaqueData
       
   247 DialogOptionSelection = SessionYes
       
   248 PlatSecPass = False
       
   249 CancelPromptCall = True
       
   250 PromptTriggerCount = 0
       
   251 
       
   252 [StorePromptTriggerCount]
       
   253 StorePromptTriggerCount = True
       
   254 
       
   255 [PromptCount_2]
       
   256 PromptTriggerCount = 2
       
   257 
       
   258 [PromptCount_3]
       
   259 PromptTriggerCount = 3
       
   260