changeset 1 | 6711b85517b7 |
parent 0 | 96612d01cf9f |
0:96612d01cf9f | 1:6711b85517b7 |
---|---|
26 title ET11099 <not a test> Setup vod test services |
26 title ET11099 <not a test> Setup vod test services |
27 |
27 |
28 create VCXTestUtilModule Util |
28 create VCXTestUtilModule Util |
29 // Copies some known 3G AP to "Internet" destination with "Internet" name for the AP. |
29 // Copies some known 3G AP to "Internet" destination with "Internet" name for the AP. |
30 Util CopyMethod "Internet" "Internet" "Internet" |
30 Util CopyMethod "Internet" "Internet" "Internet" |
31 Util SetMethodPriority DEFAULT_DEST 3G_AP 0 |
31 Util SetMethodPriority "Internet" 3G_AP 0 |
32 Util SetUsedDestination DEFAULT_DEST |
32 Util SetUsedDestination "Internet" |
33 // Disable connection dialog for "Internet" destination. |
33 // Disable connection dialog for "Internet" destination. |
34 Util SetConnectionMethodIntAttribute "Internet" "Internet" 507 2 // 507 is ECmSeamlessnessLevel |
34 Util SetConnectionMethodIntAttribute "Internet" "Internet" 507 2 // 507 is ECmSeamlessnessLevel |
35 Util SetDefaultIapCenrep |
|
35 delete Util |
36 delete Util |
36 |
37 |
37 pause PAUSE |
38 pause PAUSE |
38 create VCXServiceManagementApiTest ServUtil |
39 create VCXServiceManagementApiTest ServUtil |
39 ServUtil Create |
40 ServUtil Create |
40 ServUtil DeleteAllServices SYNC |
41 ServUtil DeleteAllServices SYNC |
41 |
42 |
42 ServUtil AddHardCodedService ASYNC SERVICE_0 3G_AP 1 0 // OOPS |
43 ServUtil AddHardCodedService SYNC SERVICE_0 3G_AP 1 0 // OOPS |
43 ServUtil AddHardCodedService ASYNC SERVICE_1 3G_AP 1 1 // NokiaVideos |
44 ServUtil AddHardCodedService SYNC SERVICE_1 3G_AP 1 1 // NokiaVideos |
44 ServUtil AddHardCodedService ASYNC SERVICE_10 3G_AP 1 2 // NSeries |
45 ServUtil AddHardCodedService SYNC SERVICE_10 3G_AP 1 2 // NSeries |
45 ServUtil AddHardCodedService ASYNC SERVICE_2 3G_AP 1 3 // Rocketboom |
46 ServUtil AddHardCodedService SYNC SERVICE_2 3G_AP 1 3 // Rocketboom |
46 ServUtil AddHardCodedService ASYNC SERVICE_3 3G_AP 1 4 // YLE Mediasali |
47 ServUtil AddHardCodedService SYNC SERVICE_3 3G_AP 1 4 // YLE Mediasali |
47 ServUtil AddHardCodedService ASYNC SERVICE_4 3G_AP 1 5 // Kärppäkanava |
48 ServUtil AddHardCodedService SYNC SERVICE_4 3G_AP 1 5 // Kärppäkanava |
48 ServUtil AddHardCodedService ASYNC SERVICE_5 3G_AP 1 6 // Rocketboom5 |
49 ServUtil AddHardCodedService SYNC SERVICE_5 3G_AP 1 6 // Rocketboom5 |
49 ServUtil AddHardCodedService ASYNC SERVICE_6 3G_AP 1 7 // OOPS6 |
50 ServUtil AddHardCodedService SYNC SERVICE_6 3G_AP 1 7 // OOPS6 |
50 ServUtil AddHardCodedService ASYNC SERVICE_7 3G_AP 1 8 // NokiaVideos7 |
51 ServUtil AddHardCodedService SYNC SERVICE_7 3G_AP 1 8 // NokiaVideos7 |
51 ServUtil AddHardCodedService ASYNC SERVICE_8 3G_AP 1 9 // Rocketboom8 |
52 ServUtil AddHardCodedService SYNC SERVICE_8 3G_AP 1 9 // Rocketboom8 |
53 |
|
54 ServUtil UpdateServiceField SYNC SERVICE_0 ESetIapList WLAN_AP 1 3G_AP 1 |
|
55 ServUtil UpdateServiceField SYNC SERVICE_1 ESetIapList WLAN_AP 1 3G_AP 1 |
|
56 ServUtil UpdateServiceField SYNC SERVICE_2 ESetIapList WLAN_AP 1 3G_AP 1 |
|
57 ServUtil UpdateServiceField SYNC SERVICE_3 ESetIapList WLAN_AP 1 3G_AP 1 |
|
58 ServUtil UpdateServiceField SYNC SERVICE_4 ESetIapList WLAN_AP 1 3G_AP 1 |
|
59 ServUtil UpdateServiceField SYNC SERVICE_5 ESetIapList WLAN_AP 1 3G_AP 1 |
|
60 ServUtil UpdateServiceField SYNC SERVICE_6 ESetIapList WLAN_AP 1 3G_AP 1 |
|
61 ServUtil UpdateServiceField SYNC SERVICE_7 ESetIapList WLAN_AP 1 3G_AP 1 |
|
62 ServUtil UpdateServiceField SYNC SERVICE_8 ESetIapList WLAN_AP 1 3G_AP 1 |
|
63 ServUtil UpdateServiceField SYNC SERVICE_10 ESetIapList WLAN_AP 1 3G_AP 1 |
|
52 |
64 |
53 // EXTRA_SERVICE_9 is reserved for cases to change it's address at will |
65 // EXTRA_SERVICE_9 is reserved for cases to change it's address at will |
54 |
66 |
55 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
67 ServUtil AddHardCodedService SYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
56 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/multiurl.xml" |
68 ServUtil UpdateServiceField SYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/multiurl.xml" |
57 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_1 |
69 ServUtil UpdateServiceField SYNC SERVICE_9 EName EXTRA_SERVICE_1 |
58 |
70 |
59 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
71 ServUtil AddHardCodedService SYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
60 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/mimetype_tests/allmimetypes.xml" |
72 ServUtil UpdateServiceField SYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/mimetype_tests/allmimetypes.xml" |
61 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_2 |
73 ServUtil UpdateServiceField SYNC SERVICE_9 EName EXTRA_SERVICE_2 |
62 |
74 |
63 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 |
75 ServUtil AddHardCodedService SYNC SERVICE_9 3G_AP 1 10 |
64 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/preview.xml" |
76 ServUtil UpdateServiceField SYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/preview.xml" |
65 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_3 |
77 ServUtil UpdateServiceField SYNC SERVICE_9 EName EXTRA_SERVICE_3 |
66 |
78 |
67 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 |
79 ServUtil AddHardCodedService SYNC SERVICE_9 3G_AP 1 10 |
68 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/ecg_parental_control.xml" |
80 ServUtil UpdateServiceField SYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/ecg_parental_control.xml" |
69 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_4 |
81 ServUtil UpdateServiceField SYNC SERVICE_9 EName EXTRA_SERVICE_4 |
70 |
82 |
71 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 |
83 ServUtil AddHardCodedService SYNC SERVICE_9 3G_AP 1 10 |
72 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/dvbtest/xmltv/xmltv_1day.xml" |
84 ServUtil UpdateServiceField SYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/dvbtest/xmltv/xmltv_1day.xml" |
73 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_5 |
85 ServUtil UpdateServiceField SYNC SERVICE_9 EName EXTRA_SERVICE_5 |
74 |
86 |
75 ServUtil GetServices SYNC 0 250 |
87 ServUtil GetServices SYNC 0 250 |
76 |
88 |
77 ServUtil Destroy |
89 ServUtil Destroy |
78 delete ServUtil |
90 delete ServUtil |
79 pause 3000 |
91 pause 30000 |
80 [Endtest] |
92 [Endtest] |
81 |
93 |
82 [Test] |
94 [Test] |
83 title ET11000 UpdateEcg SERVICE_0 |
95 title ET11000 UpdateEcg SERVICE_0 |
84 create VCXTestUtilModule Util |
96 create VCXTestUtilModule Util |
86 pause PAUSE |
98 pause PAUSE |
87 create VCXVodContentApiTest test |
99 create VCXVodContentApiTest test |
88 test EnableThumbnails |
100 test EnableThumbnails |
89 test DeleteEpgDb |
101 test DeleteEpgDb |
90 test Create SERVICE_0 |
102 test Create SERVICE_0 |
91 test SelectIap 3G_AP |
103 test SelectIap DEFAULT_AP |
92 test UpdateEcg |
104 test UpdateEcg |
93 waittestclass test |
105 waittestclass test |
94 test Destroy |
106 test Destroy |
95 delete test |
107 delete test |
96 Util CheckMobilecrashes |
108 Util CheckMobilecrashes |
103 Util CreateMobilecrashWatcher |
115 Util CreateMobilecrashWatcher |
104 pause PAUSE |
116 pause PAUSE |
105 create VCXVodContentApiTest test |
117 create VCXVodContentApiTest test |
106 test Create SERVICE_0 |
118 test Create SERVICE_0 |
107 test EnableVerifying ET11001 |
119 test EnableVerifying ET11001 |
108 test SelectIap 3G_AP |
120 test SelectIap DEFAULT_AP |
109 test GetEcgList 1 "" 0 10 |
121 test GetEcgList 1 "" 0 10 |
110 test Destroy |
122 test Destroy |
111 delete test |
123 delete test |
112 Util CheckMobilecrashes |
124 Util CheckMobilecrashes |
113 delete Util |
125 delete Util |
119 Util CreateMobilecrashWatcher |
131 Util CreateMobilecrashWatcher |
120 pause PAUSE |
132 pause PAUSE |
121 create VCXVodContentApiTest test |
133 create VCXVodContentApiTest test |
122 test Create SERVICE_0 |
134 test Create SERVICE_0 |
123 test EnableVerifying ET11002 |
135 test EnableVerifying ET11002 |
124 test SelectIap 3G_AP |
136 test SelectIap DEFAULT_AP |
125 test EcgCategoryList 0 |
137 test EcgCategoryList 0 |
126 test Destroy |
138 test Destroy |
127 delete test |
139 delete test |
128 Util CheckMobilecrashes |
140 Util CheckMobilecrashes |
129 delete Util |
141 delete Util |
135 Util CreateMobilecrashWatcher |
147 Util CreateMobilecrashWatcher |
136 pause PAUSE |
148 pause PAUSE |
137 create VCXVodContentApiTest test |
149 create VCXVodContentApiTest test |
138 test Create SERVICE_0 |
150 test Create SERVICE_0 |
139 test EnableVerifying ET11003 |
151 test EnableVerifying ET11003 |
140 test SelectIap 3G_AP |
152 test SelectIap DEFAULT_AP |
141 test EcgEcgAllList "" 0 5 |
153 test EcgEcgAllList "" 0 5 |
142 test Destroy |
154 test Destroy |
143 delete test |
155 delete test |
144 Util CheckMobilecrashes |
156 Util CheckMobilecrashes |
145 delete Util |
157 delete Util |
151 Util CreateMobilecrashWatcher |
163 Util CreateMobilecrashWatcher |
152 pause PAUSE |
164 pause PAUSE |
153 create VCXVodContentApiTest test |
165 create VCXVodContentApiTest test |
154 test Create SERVICE_0 |
166 test Create SERVICE_0 |
155 test EnableVerifying ET11004 |
167 test EnableVerifying ET11004 |
156 test SelectIap 3G_AP |
168 test SelectIap DEFAULT_AP |
157 test CategoryDetails 1 |
169 test CategoryDetails 1 |
158 test Destroy |
170 test Destroy |
159 delete test |
171 delete test |
160 Util CheckMobilecrashes |
172 Util CheckMobilecrashes |
161 delete Util |
173 delete Util |
166 create VCXTestUtilModule Util |
178 create VCXTestUtilModule Util |
167 Util CreateMobilecrashWatcher |
179 Util CreateMobilecrashWatcher |
168 pause PAUSE |
180 pause PAUSE |
169 create VCXVodContentApiTest test |
181 create VCXVodContentApiTest test |
170 test Create SERVICE_0 |
182 test Create SERVICE_0 |
171 test SelectIap 3G_AP |
183 test SelectIap DEFAULT_AP |
172 test ParentCategory 0 |
184 test ParentCategory 0 |
173 test Destroy |
185 test Destroy |
174 delete test |
186 delete test |
175 Util CheckMobilecrashes |
187 Util CheckMobilecrashes |
176 delete Util |
188 delete Util |
182 Util CreateMobilecrashWatcher |
194 Util CreateMobilecrashWatcher |
183 pause PAUSE |
195 pause PAUSE |
184 create VCXVodContentApiTest test |
196 create VCXVodContentApiTest test |
185 test Create SERVICE_0 |
197 test Create SERVICE_0 |
186 test EnableVerifying ET11006 |
198 test EnableVerifying ET11006 |
187 test SelectIap 3G_AP |
199 test SelectIap DEFAULT_AP |
188 test ContentDetailsList 0 |
200 test ContentDetailsList 0 |
189 test Destroy |
201 test Destroy |
190 delete test |
202 delete test |
191 Util CheckMobilecrashes |
203 Util CheckMobilecrashes |
192 delete Util |
204 delete Util |
212 create VCXTestUtilModule Util |
224 create VCXTestUtilModule Util |
213 Util CreateMobilecrashWatcher |
225 Util CreateMobilecrashWatcher |
214 pause PAUSE |
226 pause PAUSE |
215 create VCXVodContentApiTest test |
227 create VCXVodContentApiTest test |
216 test Create SERVICE_0 |
228 test Create SERVICE_0 |
217 test SelectIap 3G_AP |
229 test SelectIap DEFAULT_AP |
218 test UpdateEcg |
230 test UpdateEcg |
219 waittestclass test |
231 waittestclass test |
220 test EnableVerifying ET11029 |
232 test EnableVerifying ET11029 |
221 test VerifyAllCategoryContent 0 |
233 test VerifyAllCategoryContent 0 |
222 test Destroy |
234 test Destroy |
233 //------------------------------------------ |
245 //------------------------------------------ |
234 // Delete while updating ECG |
246 // Delete while updating ECG |
235 create VCXVodContentApiTest test |
247 create VCXVodContentApiTest test |
236 test DeleteEpgDb |
248 test DeleteEpgDb |
237 test Create SERVICE_1 |
249 test Create SERVICE_1 |
238 test SelectIap 3G_AP |
250 test SelectIap DEFAULT_AP |
239 test UpdateEcg |
251 test UpdateEcg |
240 Util WaitForConnectionActivity 3G_AP |
252 Util WaitForConnectionActivity 3G_AP |
241 waittestclass Util |
253 waittestclass Util |
242 pause 1000 |
254 pause 1000 |
243 test Destroy |
255 test Destroy |
256 //------------------------------------------ |
268 //------------------------------------------ |
257 // Update ECG |
269 // Update ECG |
258 pause 2000 |
270 pause 2000 |
259 create VCXVodContentApiTest test |
271 create VCXVodContentApiTest test |
260 test Create SERVICE_1 |
272 test Create SERVICE_1 |
261 test SelectIap 3G_AP |
273 test SelectIap DEFAULT_AP |
262 test UpdateEcg |
274 test UpdateEcg |
263 waittestclass test |
275 waittestclass test |
264 test Destroy |
276 test Destroy |
265 delete test |
277 delete test |
266 //------------------------------------------ |
278 //------------------------------------------ |
268 pause 2000 |
280 pause 2000 |
269 create VCXTestUtilModule Util |
281 create VCXTestUtilModule Util |
270 Util CreateMobilecrashWatcher |
282 Util CreateMobilecrashWatcher |
271 create VCXVodContentApiTest test |
283 create VCXVodContentApiTest test |
272 test Create SERVICE_1 |
284 test Create SERVICE_1 |
273 test SelectIap 3G_AP |
285 test SelectIap DEFAULT_AP |
274 test UpdateEcg |
286 test UpdateEcg |
275 Util WaitForConnectionActivity 3G_AP |
287 Util WaitForConnectionActivity 3G_AP |
276 waittestclass Util |
288 waittestclass Util |
277 pause 1000 |
289 pause 1000 |
278 test Destroy |
290 test Destroy |
288 pause PAUSE |
300 pause PAUSE |
289 create VCXVodContentApiTest test |
301 create VCXVodContentApiTest test |
290 test DeleteEpgDb |
302 test DeleteEpgDb |
291 test Create SERVICE_0 |
303 test Create SERVICE_0 |
292 test GetUpdateTime // database is empty |
304 test GetUpdateTime // database is empty |
293 test SelectIap 3G_AP |
305 test SelectIap DEFAULT_AP |
294 test UpdateEcg |
306 test UpdateEcg |
295 waittestclass test |
307 waittestclass test |
296 test GetUpdateTime 1 |
308 test GetUpdateTime 1 |
297 test Destroy |
309 test Destroy |
298 delete test |
310 delete test |
313 SMUtil UpdateServiceField ASYNC SERVICE_0 EAddress "http:\/\/193.65.182.78/oops.xml" |
325 SMUtil UpdateServiceField ASYNC SERVICE_0 EAddress "http:\/\/193.65.182.78/oops.xml" |
314 |
326 |
315 test Create SERVICE_0 |
327 test Create SERVICE_0 |
316 pause 2000 |
328 pause 2000 |
317 test EnableVerifying ET11034-1 |
329 test EnableVerifying ET11034-1 |
318 test SelectIap 3G_AP |
330 test SelectIap DEFAULT_AP |
319 // ECG is updated with old address |
331 // ECG is updated with old address |
320 test UpdateEcg |
332 test UpdateEcg |
321 SMUtil UpdateServiceField ASYNC SERVICE_0 EAddress "http:\/\/193.65.182.78/nseries.xml" |
333 SMUtil UpdateServiceField ASYNC SERVICE_0 EAddress "http:\/\/193.65.182.78/nseries.xml" |
322 allownextresult EIptvDlGeneral |
334 allownextresult EIptvDlGeneral |
323 allownextresult KERRNONE |
335 allownextresult KERRNONE |
328 |
340 |
329 pause PAUSE |
341 pause PAUSE |
330 |
342 |
331 test Create SERVICE_0 |
343 test Create SERVICE_0 |
332 test EnableVerifying ET11034-2 |
344 test EnableVerifying ET11034-2 |
333 test SelectIap 3G_AP |
345 test SelectIap DEFAULT_AP |
334 // try again, this time ECG is updated with new address |
346 // try again, this time ECG is updated with new address |
335 test UpdateEcg |
347 test UpdateEcg |
336 waittestclass test |
348 waittestclass test |
337 test VerifyAllCategoryContent 0 |
349 test VerifyAllCategoryContent 0 |
338 test Verify ET11034-2 |
350 test Verify ET11034-2 |
345 delete Util |
357 delete Util |
346 [Endtest] |
358 [Endtest] |
347 |
359 |
348 [Test] |
360 [Test] |
349 title <not a test> Setup services |
361 title <not a test> Setup services |
362 create VCXTestUtilModule Util |
|
363 // Copies some known 3G AP to "Internet" destination with "Internet" name for the AP. |
|
364 Util CopyMethod "Internet" "Internet" "Internet" |
|
365 Util SetMethodPriority "Internet" 3G_AP 0 |
|
366 Util SetUsedDestination "Internet" |
|
367 // Disable connection dialog for "Internet" destination. |
|
368 Util SetConnectionMethodIntAttribute "Internet" "Internet" 507 2 // 507 is ECmSeamlessnessLevel |
|
369 Util SetDefaultIapCenrep |
|
370 delete Util |
|
371 |
|
350 pause PAUSE |
372 pause PAUSE |
351 create VCXServiceManagementApiTest SMUtil |
373 create VCXServiceManagementApiTest SMUtil |
352 SMUtil Create |
374 SMUtil Create |
353 SMUtil DeleteAllServices SYNC |
375 SMUtil DeleteAllServices SYNC |
354 |
376 |
371 pause PAUSE |
393 pause PAUSE |
372 create VCXVodContentApiTest test |
394 create VCXVodContentApiTest test |
373 test EnableThumbnails |
395 test EnableThumbnails |
374 test DeleteEpgDb |
396 test DeleteEpgDb |
375 test Create SERVICE_0 |
397 test Create SERVICE_0 |
376 test SelectIap 3G_AP |
398 test SelectIap DEFAULT_AP |
377 |
399 |
378 // This launches automatic update. |
400 // This launches automatic update. |
379 test GetEcgList 1 "" 0 10 |
401 test GetEcgList 1 "" 0 10 |
380 |
402 |
381 Util WaitForConnectionActivity 3G_AP |
403 Util WaitForConnectionActivity 3G_AP |
412 pause PAUSE |
434 pause PAUSE |
413 create VCXVodContentApiTest test |
435 create VCXVodContentApiTest test |
414 test EnableThumbnails |
436 test EnableThumbnails |
415 test DeleteEpgDb |
437 test DeleteEpgDb |
416 test Create SERVICE_1 |
438 test Create SERVICE_1 |
417 test SelectIap 3G_AP |
439 test SelectIap DEFAULT_AP |
418 |
440 |
419 // Right after update |
441 // Right after update |
420 test UpdateEcg |
442 test UpdateEcg |
421 waittestclass test |
443 waittestclass test |
422 test UpdateAvailable 0 |
444 test UpdateAvailable 0 |
438 pause PAUSE |
460 pause PAUSE |
439 create VCXVodContentApiTest test |
461 create VCXVodContentApiTest test |
440 test EnableThumbnails |
462 test EnableThumbnails |
441 test DeleteEpgDb |
463 test DeleteEpgDb |
442 test Create SERVICE_1 |
464 test Create SERVICE_1 |
443 test SelectIap 3G_AP |
465 test SelectIap DEFAULT_AP |
444 |
466 |
445 test UpdateEcg |
467 test UpdateEcg |
446 waittestclass test |
468 waittestclass test |
447 |
469 |
448 // Over hour ago |
470 // Over hour ago |
457 [Endtest] |
479 [Endtest] |
458 |
480 |
459 [Test] |
481 [Test] |
460 title ET11052 Last update failed - Is update needed |
482 title ET11052 Last update failed - Is update needed |
461 create VCXTestUtilModule Util |
483 create VCXTestUtilModule Util |
484 Util SetMethodPriority DEFAULT_DEST 3G_AP 0 |
|
462 Util CreateMobilecrashWatcher |
485 Util CreateMobilecrashWatcher |
463 pause PAUSE |
486 pause PAUSE |
464 create VCXVodContentApiTest test |
487 create VCXVodContentApiTest test |
465 test EnableThumbnails |
488 test EnableThumbnails |
466 test DeleteEpgDb |
489 test DeleteEpgDb |
467 test Create SERVICE_1 |
490 test Create SERVICE_1 |
468 test SelectIap 3G_AP |
491 test SelectIap DEFAULT_AP |
469 |
492 |
470 // Update succeeds |
493 // Update succeeds |
471 test UpdateEcg |
494 test UpdateEcg |
472 waittestclass test |
495 waittestclass test |
473 |
496 |
508 create VCXVodContentApiTest test |
531 create VCXVodContentApiTest test |
509 test EnableThumbnails |
532 test EnableThumbnails |
510 test DeleteEpgDb |
533 test DeleteEpgDb |
511 test Create SERVICE_1 |
534 test Create SERVICE_1 |
512 |
535 |
513 test SelectIap 3G_AP |
536 test SelectIap DEFAULT_AP |
514 |
537 |
515 test SetMsgWhichToSignal KIptvVodUpdateStarted |
538 test SetMsgWhichToSignal KIptvVodUpdateStarted |
516 test UpdateEcg |
539 test UpdateEcg |
517 allownextresult KIptvVodUpdateStarted |
540 allownextresult KIptvVodUpdateStarted |
518 waittestclass test |
541 waittestclass test |
572 |
595 |
573 // nseries test search |
596 // nseries test search |
574 SMTest AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
597 SMTest AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
575 SMTest UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries.xml" |
598 SMTest UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries.xml" |
576 SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/193.65.182.78/search.php?file=nseries.xml&q=#search#" |
599 SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/193.65.182.78/search.php?file=nseries.xml&q=#search#" |
600 SMTest UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
577 SMTest UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_1 |
601 SMTest UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_1 |
578 |
602 |
579 // no search address |
603 // no search address |
580 SMTest AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
604 SMTest AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
581 SMTest UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries.xml" |
605 SMTest UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries.xml" |
606 SMTest UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
582 SMTest UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_2 |
607 SMTest UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_2 |
583 |
608 |
584 // nseries test search, second |
609 // nseries test search, second |
585 SMTest AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
610 SMTest AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
586 SMTest UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries.xml" |
611 SMTest UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries.xml" |
587 SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/193.65.182.78/search.php?file=nseries.xml&q=#search#" |
612 SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/193.65.182.78/search.php?file=nseries.xml&q=#search#" |
613 SMTest UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
588 SMTest UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_3 |
614 SMTest UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_3 |
589 |
615 |
590 // search url length is 256 chars |
616 // search url length is 256 chars |
591 SMTest AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
617 SMTest AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
592 SMTest UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries.xml" |
618 SMTest UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries.xml" |
593 SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl EAddress_256charsLongSearchUrl |
619 SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl EAddress_256charsLongSearchUrl |
620 SMTest UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
594 SMTest UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_4 |
621 SMTest UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_4 |
595 |
622 |
596 // search service with parental rating information |
623 // search service with parental rating information |
597 SMTest AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
624 SMTest AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
598 SMTest UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/ecg_parental_control.xml" |
625 SMTest UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/ecg_parental_control.xml" |
599 SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/193.65.182.78/search.php?file=ecg_parental_control.xml&q=#search#" |
626 SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/193.65.182.78/search.php?file=ecg_parental_control.xml&q=#search#" |
627 SMTest UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
600 SMTest UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_5 |
628 SMTest UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_5 |
601 |
629 |
602 // search service with preview videos |
630 // search service with preview videos |
603 SMTest AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
631 SMTest AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
604 SMTest UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/preview.xml" |
632 SMTest UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/preview.xml" |
605 SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/193.65.182.78/search.php?file=preview.xml&q=#search#" |
633 SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/193.65.182.78/search.php?file=preview.xml&q=#search#" |
634 SMTest UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
606 SMTest UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_6 |
635 SMTest UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_6 |
607 |
636 |
608 //SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/video.google.com/videofeed?type=search&q=#search#&so=0&num=10&output=rss" |
637 //SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/video.google.com/videofeed?type=search&q=#search#&so=0&num=10&output=rss" |
609 //SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/api.search.yahoo.com/VideoSearchService/rss/videoSearch.xml?appid=ysearchblog&adult_ok=1&results=10&format=mpeg&query=#search#" |
638 //SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/api.search.yahoo.com/VideoSearchService/rss/videoSearch.xml?appid=ysearchblog&adult_ok=1&results=10&format=mpeg&query=#search#" |
610 //SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/" |
639 //SMTest UpdateServiceField ASYNC SERVICE_9 ESearchUrl "http:\/\/" |
617 [Endtest] |
646 [Endtest] |
618 |
647 |
619 [Test] |
648 [Test] |
620 title ET11201 Search NSeries 3G |
649 title ET11201 Search NSeries 3G |
621 create VCXTestUtilModule Util |
650 create VCXTestUtilModule Util |
651 Util SetMethodPriority DEFAULT_DEST 3G_AP 0 |
|
622 Util CreateMobilecrashWatcher |
652 Util CreateMobilecrashWatcher |
623 pause PAUSE |
653 pause PAUSE |
624 create VCXVodContentApiTest test |
654 create VCXVodContentApiTest test |
625 test EnableThumbnails |
655 test EnableThumbnails |
626 test DeleteEpgDb |
656 test DeleteEpgDb |
638 [Endtest] |
668 [Endtest] |
639 |
669 |
640 [Test] |
670 [Test] |
641 title ET11239 Search - GetEcgList |
671 title ET11239 Search - GetEcgList |
642 create VCXTestUtilModule Util |
672 create VCXTestUtilModule Util |
673 Util SetMethodPriority DEFAULT_DEST 3G_AP 0 |
|
643 Util CreateMobilecrashWatcher |
674 Util CreateMobilecrashWatcher |
644 pause PAUSE |
675 pause PAUSE |
645 create VCXVodContentApiTest test |
676 create VCXVodContentApiTest test |
646 test DisableThumbnails |
677 test DisableThumbnails |
647 test Create EXTRA_SERVICE_1 |
678 test Create EXTRA_SERVICE_1 |
648 test SelectIap 3G_AP |
679 test SelectIap DEFAULT_AP |
649 test Search Amaz |
680 test Search Amaz |
650 waittestclass test |
681 waittestclass test |
651 test GetEcgList KIptvTestSearchCategoryId "" 0 10 |
682 test GetEcgList KIptvTestSearchCategoryId "" 0 10 |
652 test Destroy |
683 test Destroy |
653 delete test |
684 delete test |
661 Util CreateMobilecrashWatcher |
692 Util CreateMobilecrashWatcher |
662 pause PAUSE |
693 pause PAUSE |
663 create VCXVodContentApiTest test |
694 create VCXVodContentApiTest test |
664 test DisableThumbnails |
695 test DisableThumbnails |
665 test Create EXTRA_SERVICE_1 |
696 test Create EXTRA_SERVICE_1 |
666 test SelectIap 3G_AP |
697 test SelectIap DEFAULT_AP |
667 test Search Amaz |
698 test Search Amaz |
668 waittestclass test |
699 waittestclass test |
669 test EcgCategoryList KIptvTestSearchCategoryId |
700 test EcgCategoryList KIptvTestSearchCategoryId |
670 test Destroy |
701 test Destroy |
671 delete test |
702 delete test |
680 pause PAUSE |
711 pause PAUSE |
681 create VCXVodContentApiTest test |
712 create VCXVodContentApiTest test |
682 test DisableThumbnails |
713 test DisableThumbnails |
683 test Create EXTRA_SERVICE_1 |
714 test Create EXTRA_SERVICE_1 |
684 test EnableVerifying ET11241 |
715 test EnableVerifying ET11241 |
685 test SelectIap 3G_AP |
716 test SelectIap DEFAULT_AP |
686 test Search Amaz |
717 test Search Amaz |
687 waittestclass test |
718 waittestclass test |
688 test CategoryDetails KIptvTestSearchCategoryId |
719 test CategoryDetails KIptvTestSearchCategoryId |
689 test Destroy |
720 test Destroy |
690 delete test |
721 delete test |
698 Util CreateMobilecrashWatcher |
729 Util CreateMobilecrashWatcher |
699 pause PAUSE |
730 pause PAUSE |
700 create VCXVodContentApiTest test |
731 create VCXVodContentApiTest test |
701 test DisableThumbnails |
732 test DisableThumbnails |
702 test Create EXTRA_SERVICE_1 |
733 test Create EXTRA_SERVICE_1 |
703 test SelectIap 3G_AP |
734 test SelectIap DEFAULT_AP |
704 test Search Amaz |
735 test Search Amaz |
705 waittestclass test |
736 waittestclass test |
706 test ParentCategory 0 //KIptvTestSearchCategoryId |
737 test ParentCategory 0 //KIptvTestSearchCategoryId |
707 test Destroy |
738 test Destroy |
708 delete test |
739 delete test |
717 pause PAUSE |
748 pause PAUSE |
718 create VCXVodContentApiTest test |
749 create VCXVodContentApiTest test |
719 test DisableThumbnails |
750 test DisableThumbnails |
720 test Create EXTRA_SERVICE_1 |
751 test Create EXTRA_SERVICE_1 |
721 test EnableVerifying ET11243 |
752 test EnableVerifying ET11243 |
722 test SelectIap 3G_AP |
753 test SelectIap DEFAULT_AP |
723 test Search Amaz |
754 test Search Amaz |
724 waittestclass test |
755 waittestclass test |
725 test ContentDetailsList KIptvRssSearchContentId1 |
756 test ContentDetailsList KIptvRssSearchContentId1 |
726 test VerifyAllCategoryContent KIptvTestSearchCategoryId |
757 test VerifyAllCategoryContent KIptvTestSearchCategoryId |
727 test Destroy |
758 test Destroy |
737 pause PAUSE |
768 pause PAUSE |
738 create VCXVodContentApiTest test |
769 create VCXVodContentApiTest test |
739 test EnableThumbnails |
770 test EnableThumbnails |
740 test DeleteEpgDb |
771 test DeleteEpgDb |
741 test Create EXTRA_SERVICE_1 |
772 test Create EXTRA_SERVICE_1 |
742 test SelectIap 3G_AP |
773 test SelectIap DEFAULT_AP |
743 |
774 |
744 test Search Promo |
775 test Search Promo |
745 pause 100 |
776 pause 100 |
746 test CancelSearch |
777 test CancelSearch |
747 |
778 |
793 pause PAUSE |
824 pause PAUSE |
794 create VCXVodContentApiTest test |
825 create VCXVodContentApiTest test |
795 test DisableThumbnails |
826 test DisableThumbnails |
796 test DeleteEpgDb |
827 test DeleteEpgDb |
797 test Create SERVICE_INVALID_PASSWORD |
828 test Create SERVICE_INVALID_PASSWORD |
798 test SelectIap 3G_AP |
829 test SelectIap DEFAULT_AP |
799 test Search Promo |
830 test Search Promo |
800 allownextresult EIptvDlAuthFailed |
831 allownextresult EIptvDlAuthFailed |
801 waittestclass test |
832 waittestclass test |
802 test VerifyAllCategoryContent KIptvTestSearchCategoryId |
833 test VerifyAllCategoryContent KIptvTestSearchCategoryId |
803 test Destroy |
834 test Destroy |
823 ServUtil Create |
854 ServUtil Create |
824 ServUtil DeleteAllServices SYNC |
855 ServUtil DeleteAllServices SYNC |
825 |
856 |
826 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
857 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
827 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries.xml" |
858 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries.xml" |
859 ServUtil UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
828 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_1 |
860 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_1 |
829 |
861 |
830 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
862 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
831 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_cat.xml" |
863 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_cat.xml" |
864 ServUtil UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
832 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_2 |
865 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_2 |
833 |
866 |
834 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
867 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
835 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_cat_unorganised.xml" |
868 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_cat_unorganised.xml" |
869 ServUtil UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
836 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_3 |
870 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_3 |
837 |
871 |
838 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
872 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
839 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_cat_and_channels.xml" |
873 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_cat_and_channels.xml" |
874 ServUtil UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
840 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_4 |
875 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_4 |
841 |
876 |
842 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
877 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
843 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_1st_channel_with_cat.xml" |
878 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_1st_channel_with_cat.xml" |
879 ServUtil UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
844 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_5 |
880 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_5 |
845 |
881 |
846 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
882 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
847 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_2nd_channel_with_cat.xml" |
883 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_2nd_channel_with_cat.xml" |
884 ServUtil UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
848 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_6 |
885 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_6 |
849 |
886 |
850 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
887 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
851 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_20cat.xml" |
888 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_20cat.xml" |
889 ServUtil UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
852 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_7 |
890 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_7 |
853 |
891 |
854 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
892 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
855 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_20cat_and_3channels.xml" |
893 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_20cat_and_3channels.xml" |
894 ServUtil UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
856 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_8 |
895 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_8 |
857 |
896 |
858 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
897 ServUtil AddHardCodedService ASYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
859 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_21cat.xml" |
898 ServUtil UpdateServiceField ASYNC SERVICE_9 EAddress "http:\/\/193.65.182.78/nseries_21cat.xml" |
899 ServUtil UpdateServiceField ASYNC SERVICE_9 ESetIapList WLAN_AP 1 3G_AP 1 |
|
860 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_9 |
900 ServUtil UpdateServiceField ASYNC SERVICE_9 EName EXTRA_SERVICE_9 |
861 |
901 |
862 ServUtil GetServices SYNC 0 250 |
902 ServUtil GetServices SYNC 0 250 |
863 |
903 |
864 ServUtil Destroy |
904 ServUtil Destroy |
873 pause PAUSE |
913 pause PAUSE |
874 create VCXVodContentApiTest test |
914 create VCXVodContentApiTest test |
875 test EnableThumbnails |
915 test EnableThumbnails |
876 test DeleteEpgDb |
916 test DeleteEpgDb |
877 test Create EXTRA_SERVICE_1 |
917 test Create EXTRA_SERVICE_1 |
878 test SelectIap 3G_AP |
918 test SelectIap DEFAULT_AP |
879 test UpdateEcg |
919 test UpdateEcg |
880 waittestclass test |
920 waittestclass test |
881 test EnableVerifying ET11901 |
921 test EnableVerifying ET11901 |
882 test VerifyAllCategoryContent 0 |
922 test VerifyAllCategoryContent 0 |
883 test Verify ET11901 |
923 test Verify ET11901 |
894 pause PAUSE |
934 pause PAUSE |
895 create VCXVodContentApiTest test |
935 create VCXVodContentApiTest test |
896 test EnableThumbnails |
936 test EnableThumbnails |
897 test DeleteEpgDb |
937 test DeleteEpgDb |
898 test Create EXTRA_SERVICE_2 |
938 test Create EXTRA_SERVICE_2 |
899 test SelectIap 3G_AP |
939 test SelectIap DEFAULT_AP |
900 test UpdateEcg |
940 test UpdateEcg |
901 waittestclass test |
941 waittestclass test |
902 test EnableVerifying ET11902 |
942 test EnableVerifying ET11902 |
903 test VerifyAllCategoryContent 0 |
943 test VerifyAllCategoryContent 0 |
904 test Verify ET11902 |
944 test Verify ET11902 |
915 pause PAUSE |
955 pause PAUSE |
916 create VCXVodContentApiTest test |
956 create VCXVodContentApiTest test |
917 test EnableThumbnails |
957 test EnableThumbnails |
918 test DeleteEpgDb |
958 test DeleteEpgDb |
919 test Create EXTRA_SERVICE_3 |
959 test Create EXTRA_SERVICE_3 |
920 test SelectIap 3G_AP |
960 test SelectIap DEFAULT_AP |
921 test UpdateEcg |
961 test UpdateEcg |
922 waittestclass test |
962 waittestclass test |
923 test EnableVerifying ET11903 |
963 test EnableVerifying ET11903 |
924 test VerifyAllCategoryContent 0 |
964 test VerifyAllCategoryContent 0 |
925 test Verify ET11903 |
965 test Verify ET11903 |
936 pause PAUSE |
976 pause PAUSE |
937 create VCXVodContentApiTest test |
977 create VCXVodContentApiTest test |
938 test EnableThumbnails |
978 test EnableThumbnails |
939 test DeleteEpgDb |
979 test DeleteEpgDb |
940 test Create EXTRA_SERVICE_4 |
980 test Create EXTRA_SERVICE_4 |
941 test SelectIap 3G_AP |
981 test SelectIap DEFAULT_AP |
942 test UpdateEcg |
982 test UpdateEcg |
943 waittestclass test |
983 waittestclass test |
944 test EnableVerifying ET11904 |
984 test EnableVerifying ET11904 |
945 test VerifyAllCategoryContent 0 |
985 test VerifyAllCategoryContent 0 |
946 test Verify ET11904 |
986 test Verify ET11904 |