videofeeds/server/tsrc/VCXVodContentApiTest/conf/VCXVodContentApiTestCategoriesR3.cfg
branchRCL_3
changeset 57 befca0ec475f
equal deleted inserted replaced
56:839377eedc2b 57:befca0ec475f
       
     1 #***********************************************************************************
       
     2 #
       
     3 # STIF test script file for testing VOD content client API.
       
     4 #
       
     5 #***********************************************************************************
       
     6 
       
     7 [StifSettings]
       
     8 CapsModifier= IptvTestClientApiCapsMod.exe
       
     9 [EndStifSettings]
       
    10 
       
    11 [Define]
       
    12 INCLUDE c:\testframework\VCXConsts.inc
       
    13 INCLUDE c:\testframework\VCXErrors.inc
       
    14 INCLUDE c:\testframework\VCXVodContentApiTest.inc
       
    15 INCLUDE c:\testframework\VCXServiceNames.inc
       
    16 INCLUDE c:\testframework\VCXServiceUpdating.inc
       
    17 [Enddefine]
       
    18 
       
    19 #------------------------------------------------------------------------------------
       
    20 #
       
    21 # Setup services in service database and delete the EPG db.
       
    22 #
       
    23 # CaseClass: core
       
    24 #------------------------------------------------------------------------------------
       
    25 [Test]
       
    26 title ET11999 <not a test> Setup category test services
       
    27 
       
    28 create VCXTestUtilModule Util
       
    29 // Copies some known 3G AP to "Internet" destination with "Internet" name for the AP.
       
    30 Util CopyMethod "Internet" "Internet" "Internet"
       
    31 Util SetMethodPriority DEFAULT_DEST 3G_AP 0
       
    32 Util SetUsedDestination DEFAULT_DEST
       
    33 // Disable connection dialog for "Internet" destination.
       
    34 Util SetConnectionMethodIntAttribute "Internet" "Internet" 507 2 // 507 is ECmSeamlessnessLevel
       
    35 Util SetDefaultIapCenrep
       
    36 delete Util
       
    37 
       
    38 pause PAUSE
       
    39 create VCXServiceManagementApiTest ServUtil
       
    40 ServUtil Create
       
    41 ServUtil DeleteAllServices SYNC
       
    42 
       
    43 ServUtil AddHardCodedService 	ASYNC SERVICE_9	 	3G_AP 1 10 	// OOPS9
       
    44 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EAddress 	"http:\/\/193.65.182.78/nseries.xml"
       
    45 ServUtil UpdateServiceField 	ASYNC	SERVICE_9		ESetIapList WLAN_AP 1 3G_AP 1
       
    46 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EName 	EXTRA_SERVICE_1
       
    47 
       
    48 ServUtil AddHardCodedService 	ASYNC SERVICE_9	 	3G_AP 1 10 	// OOPS9
       
    49 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EAddress 	"http:\/\/193.65.182.78/nseries_cat.xml"
       
    50 ServUtil UpdateServiceField 	ASYNC	SERVICE_9		ESetIapList WLAN_AP 1 3G_AP 1
       
    51 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EName 	EXTRA_SERVICE_2
       
    52 
       
    53 ServUtil AddHardCodedService 	ASYNC SERVICE_9	 	3G_AP 1 10 	// OOPS9
       
    54 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EAddress 	"http:\/\/193.65.182.78/nseries_cat_unorganised.xml"
       
    55 ServUtil UpdateServiceField 	ASYNC	SERVICE_9		ESetIapList WLAN_AP 1 3G_AP 1
       
    56 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EName 	EXTRA_SERVICE_3
       
    57 
       
    58 ServUtil AddHardCodedService 	ASYNC SERVICE_9	 	3G_AP 1 10 	// OOPS9
       
    59 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EAddress 	"http:\/\/193.65.182.78/nseries_cat_and_channels.xml"
       
    60 ServUtil UpdateServiceField 	ASYNC	SERVICE_9		ESetIapList WLAN_AP 1 3G_AP 1
       
    61 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EName 	EXTRA_SERVICE_4
       
    62 
       
    63 ServUtil AddHardCodedService 	ASYNC SERVICE_9	 	3G_AP 1 10 	// OOPS9
       
    64 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EAddress 	"http:\/\/193.65.182.78/nseries_1st_channel_with_cat.xml"
       
    65 ServUtil UpdateServiceField 	ASYNC	SERVICE_9		ESetIapList WLAN_AP 1 3G_AP 1
       
    66 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EName 	EXTRA_SERVICE_5
       
    67 
       
    68 ServUtil AddHardCodedService 	ASYNC SERVICE_9	 	3G_AP 1 10 	// OOPS9
       
    69 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EAddress 	"http:\/\/193.65.182.78/nseries_2nd_channel_with_cat.xml"
       
    70 ServUtil UpdateServiceField 	ASYNC	SERVICE_9		ESetIapList WLAN_AP 1 3G_AP 1
       
    71 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EName 	EXTRA_SERVICE_6
       
    72 
       
    73 ServUtil AddHardCodedService 	ASYNC SERVICE_9	 	3G_AP 1 10 	// OOPS9
       
    74 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EAddress 	"http:\/\/193.65.182.78/nseries_20cat.xml"
       
    75 ServUtil UpdateServiceField 	ASYNC	SERVICE_9		ESetIapList WLAN_AP 1 3G_AP 1
       
    76 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EName 	EXTRA_SERVICE_7
       
    77 
       
    78 ServUtil AddHardCodedService 	ASYNC SERVICE_9	 	3G_AP 1 10 	// OOPS9
       
    79 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EAddress 	"http:\/\/193.65.182.78/nseries_20cat_and_3channels.xml"
       
    80 ServUtil UpdateServiceField 	ASYNC	SERVICE_9		ESetIapList WLAN_AP 1 3G_AP 1
       
    81 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EName 	EXTRA_SERVICE_8
       
    82 
       
    83 ServUtil AddHardCodedService 	ASYNC SERVICE_9	 	3G_AP 1 10 	// OOPS9
       
    84 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EAddress 	"http:\/\/193.65.182.78/nseries_21cat.xml"
       
    85 ServUtil UpdateServiceField 	ASYNC	SERVICE_9		ESetIapList WLAN_AP 1 3G_AP 1
       
    86 ServUtil UpdateServiceField		ASYNC SERVICE_9 	EName 	EXTRA_SERVICE_9
       
    87 
       
    88 ServUtil GetServices SYNC 0 250
       
    89 
       
    90 ServUtil Destroy
       
    91 delete ServUtil
       
    92 pause 3000
       
    93 [Endtest]
       
    94 
       
    95 #------------------------------------------------------------------------------------
       
    96 #
       
    97 # Updates ECG for the service and dumps the ECG content into a file.
       
    98 #
       
    99 # CaseClass: core
       
   100 #------------------------------------------------------------------------------------
       
   101 [Test]
       
   102 title ET11901 UpdateEcg channels
       
   103 create VCXTestUtilModule Util
       
   104 Util CreateMobilecrashWatcher
       
   105 pause PAUSE
       
   106 create VCXVodContentApiTest test
       
   107 test EnableThumbnails
       
   108 test DeleteEpgDb
       
   109 test Create EXTRA_SERVICE_1
       
   110 test SelectIap DEFAULT_AP
       
   111 test UpdateEcg
       
   112 waittestclass test
       
   113 test EnableVerifying ET11901
       
   114 test VerifyAllCategoryContent 0
       
   115 test Verify ET11901
       
   116 test Destroy
       
   117 delete test
       
   118 Util CheckMobilecrashes
       
   119 delete Util
       
   120 [Endtest]
       
   121 
       
   122 #------------------------------------------------------------------------------------
       
   123 #
       
   124 # Updates ECG for the service and dumps the ECG content into a file.
       
   125 #
       
   126 # CaseClass: core
       
   127 #------------------------------------------------------------------------------------
       
   128 [Test]
       
   129 title ET11902 UpdateEcg categories
       
   130 create VCXTestUtilModule Util
       
   131 Util CreateMobilecrashWatcher
       
   132 pause PAUSE
       
   133 create VCXVodContentApiTest test
       
   134 test EnableThumbnails
       
   135 test DeleteEpgDb
       
   136 test Create EXTRA_SERVICE_2
       
   137 test SelectIap DEFAULT_AP
       
   138 test UpdateEcg
       
   139 waittestclass test
       
   140 test EnableVerifying ET11902
       
   141 test VerifyAllCategoryContent 0
       
   142 test Verify ET11902
       
   143 test Destroy
       
   144 delete test
       
   145 Util CheckMobilecrashes
       
   146 delete Util
       
   147 [Endtest]
       
   148 
       
   149 #------------------------------------------------------------------------------------
       
   150 #
       
   151 # Updates ECG for the service and dumps the ECG content into a file.
       
   152 #
       
   153 # CaseClass: core
       
   154 #------------------------------------------------------------------------------------
       
   155 [Test]
       
   156 title ET11903 UpdateEcg categories unorganized
       
   157 create VCXTestUtilModule Util
       
   158 Util CreateMobilecrashWatcher
       
   159 pause PAUSE
       
   160 create VCXVodContentApiTest test
       
   161 test EnableThumbnails
       
   162 test DeleteEpgDb
       
   163 test Create EXTRA_SERVICE_3
       
   164 test SelectIap DEFAULT_AP
       
   165 test UpdateEcg
       
   166 waittestclass test
       
   167 test EnableVerifying ET11903
       
   168 test VerifyAllCategoryContent 0
       
   169 test Verify ET11903
       
   170 test Destroy
       
   171 delete test
       
   172 Util CheckMobilecrashes
       
   173 delete Util
       
   174 [Endtest]
       
   175 
       
   176 #------------------------------------------------------------------------------------
       
   177 #
       
   178 # Updates ECG for the service and dumps the ECG content into a file.
       
   179 #
       
   180 # CaseClass: core
       
   181 #------------------------------------------------------------------------------------
       
   182 [Test]
       
   183 title ET11904 UpdateEcg categories and channels
       
   184 create VCXTestUtilModule Util
       
   185 Util CreateMobilecrashWatcher
       
   186 pause PAUSE
       
   187 create VCXVodContentApiTest test
       
   188 test EnableThumbnails
       
   189 test DeleteEpgDb
       
   190 test Create EXTRA_SERVICE_4
       
   191 test SelectIap DEFAULT_AP
       
   192 test UpdateEcg
       
   193 waittestclass test
       
   194 test EnableVerifying ET11904
       
   195 test VerifyAllCategoryContent 0
       
   196 test Verify ET11904
       
   197 test Destroy
       
   198 delete test
       
   199 Util CheckMobilecrashes
       
   200 delete Util
       
   201 [Endtest]
       
   202 
       
   203 #------------------------------------------------------------------------------------
       
   204 #
       
   205 # Updates ECG for the service and dumps the ECG content into a file.
       
   206 #
       
   207 #------------------------------------------------------------------------------------
       
   208 [Test]
       
   209 title ET11905 UpdateEcg 1st channel with category
       
   210 create VCXTestUtilModule Util
       
   211 Util CreateMobilecrashWatcher
       
   212 pause PAUSE
       
   213 create VCXVodContentApiTest test
       
   214 test EnableThumbnails
       
   215 test DeleteEpgDb
       
   216 test Create EXTRA_SERVICE_5
       
   217 test SelectIap DEFAULT_AP
       
   218 test UpdateEcg
       
   219 waittestclass test
       
   220 test EnableVerifying ET11905
       
   221 test VerifyAllCategoryContent 0
       
   222 test Verify ET11905
       
   223 test Destroy
       
   224 delete test
       
   225 Util CheckMobilecrashes
       
   226 delete Util
       
   227 [Endtest]
       
   228 
       
   229 #------------------------------------------------------------------------------------
       
   230 #
       
   231 # Updates ECG for the service and dumps the ECG content into a file.
       
   232 #
       
   233 #------------------------------------------------------------------------------------
       
   234 [Test]
       
   235 title ET11906 UpdateEcg 2nd channel with category
       
   236 create VCXTestUtilModule Util
       
   237 Util CreateMobilecrashWatcher
       
   238 pause PAUSE
       
   239 create VCXVodContentApiTest test
       
   240 test EnableThumbnails
       
   241 test DeleteEpgDb
       
   242 test Create EXTRA_SERVICE_6
       
   243 test SelectIap DEFAULT_AP
       
   244 test UpdateEcg
       
   245 waittestclass test
       
   246 test EnableVerifying ET11906
       
   247 test VerifyAllCategoryContent 0
       
   248 test Verify ET11906
       
   249 test Destroy
       
   250 delete test
       
   251 Util CheckMobilecrashes
       
   252 delete Util
       
   253 [Endtest]
       
   254 
       
   255 #------------------------------------------------------------------------------------
       
   256 #
       
   257 # Updates ECG for the service and dumps the ECG content into a file.
       
   258 #
       
   259 #------------------------------------------------------------------------------------
       
   260 [Test]
       
   261 title ET11907 UpdateEcg 20 categories
       
   262 create VCXTestUtilModule Util
       
   263 Util CreateMobilecrashWatcher
       
   264 pause PAUSE
       
   265 create VCXVodContentApiTest test
       
   266 test EnableThumbnails
       
   267 test DeleteEpgDb
       
   268 test Create EXTRA_SERVICE_7
       
   269 test SelectIap DEFAULT_AP
       
   270 test UpdateEcg
       
   271 waittestclass test
       
   272 test EnableVerifying ET11907
       
   273 test VerifyAllCategoryContent 0
       
   274 test Verify ET11907
       
   275 test Destroy
       
   276 delete test
       
   277 Util CheckMobilecrashes
       
   278 delete Util
       
   279 [Endtest]
       
   280 
       
   281 #------------------------------------------------------------------------------------
       
   282 #
       
   283 # Updates ECG for the service and dumps the ECG content into a file.
       
   284 #
       
   285 #------------------------------------------------------------------------------------
       
   286 [Test]
       
   287 title ET11908 UpdateEcg 20 categories and 3 channels
       
   288 create VCXTestUtilModule Util
       
   289 Util CreateMobilecrashWatcher
       
   290 pause PAUSE
       
   291 create VCXVodContentApiTest test
       
   292 test EnableThumbnails
       
   293 test DeleteEpgDb
       
   294 test Create EXTRA_SERVICE_8
       
   295 test SelectIap DEFAULT_AP
       
   296 test UpdateEcg
       
   297 waittestclass test
       
   298 test EnableVerifying ET11908
       
   299 test VerifyAllCategoryContent 0
       
   300 test Verify ET11908
       
   301 test Destroy
       
   302 delete test
       
   303 Util CheckMobilecrashes
       
   304 delete Util
       
   305 [Endtest]
       
   306 
       
   307 #------------------------------------------------------------------------------------
       
   308 #
       
   309 # Updates ECG for the service and dumps the ECG content into a file.
       
   310 #
       
   311 #------------------------------------------------------------------------------------
       
   312 [Test]
       
   313 title ET11909 UpdateEcg 21 categories
       
   314 create VCXTestUtilModule Util
       
   315 Util CreateMobilecrashWatcher
       
   316 pause PAUSE
       
   317 create VCXVodContentApiTest test
       
   318 test EnableThumbnails
       
   319 test DeleteEpgDb
       
   320 test Create EXTRA_SERVICE_9
       
   321 test SelectIap DEFAULT_AP
       
   322 test UpdateEcg
       
   323 waittestclass test
       
   324 test EnableVerifying ET11909
       
   325 test VerifyAllCategoryContent 0
       
   326 test Verify ET11909
       
   327 test Destroy
       
   328 delete test
       
   329 Util CheckMobilecrashes
       
   330 delete Util
       
   331 [Endtest]
       
   332 
       
   333 #------------------------------------------------------------------------------------
       
   334 #
       
   335 # Test ECG update
       
   336 #
       
   337 #------------------------------------------------------------------------------------
       
   338 [Test]
       
   339 title ET11910 UpdateEcg only channels
       
   340 
       
   341 pause 2000
       
   342 
       
   343 create VCXServiceManagementApiTest ServUtil
       
   344 ServUtil Create
       
   345 ServUtil UpdateServiceField		ASYNC EXTRA_SERVICE_5 	EAddress 	"http:\/\/193.65.182.78/nseries_channels.xml"
       
   346 ServUtil Destroy
       
   347 delete ServUtil
       
   348 
       
   349 pause 2000
       
   350 
       
   351 create VCXTestUtilModule Util
       
   352 Util CreateMobilecrashWatcher
       
   353 pause PAUSE
       
   354 create VCXVodContentApiTest test
       
   355 test SetParentalControlAge 0
       
   356 test Create EXTRA_SERVICE_5
       
   357 test SelectIap DEFAULT_AP
       
   358 test UpdateEcg
       
   359 waittestclass test
       
   360 
       
   361 test CategoryCount 8
       
   362 test ContentCount 41
       
   363 
       
   364 test Destroy
       
   365 delete test
       
   366 Util CheckMobilecrashes
       
   367 delete Util
       
   368 [Endtest]
       
   369 
       
   370 #------------------------------------------------------------------------------------
       
   371 #
       
   372 # Test ECG update
       
   373 #
       
   374 #------------------------------------------------------------------------------------
       
   375 [Test]
       
   376 title ET11911 UpdateEcg 20 channels
       
   377 
       
   378 pause 2000
       
   379 
       
   380 create VCXServiceManagementApiTest ServUtil
       
   381 ServUtil Create
       
   382 ServUtil UpdateServiceField		ASYNC EXTRA_SERVICE_5 	EAddress 	"http:\/\/193.65.182.78/huge/20channels.xml"
       
   383 ServUtil Destroy
       
   384 delete ServUtil
       
   385 
       
   386 pause 2000
       
   387 
       
   388 create VCXTestUtilModule Util
       
   389 Util CreateMobilecrashWatcher
       
   390 pause PAUSE
       
   391 create VCXVodContentApiTest test
       
   392 test SetParentalControlAge 0
       
   393 test Create EXTRA_SERVICE_5
       
   394 test SelectIap DEFAULT_AP
       
   395 test UpdateEcg
       
   396 waittestclass test
       
   397 
       
   398 test CategoryCount 20
       
   399 test ContentCount 21
       
   400 
       
   401 test Destroy
       
   402 delete test
       
   403 Util CheckMobilecrashes
       
   404 delete Util
       
   405 [Endtest]
       
   406 
       
   407 #------------------------------------------------------------------------------------
       
   408 #
       
   409 # Test ECG update
       
   410 #
       
   411 #------------------------------------------------------------------------------------
       
   412 [Test]
       
   413 title ET11912 UpdateEcg 200 videos
       
   414 
       
   415 pause 2000
       
   416 
       
   417 create VCXServiceManagementApiTest ServUtil
       
   418 ServUtil Create
       
   419 ServUtil UpdateServiceField		ASYNC EXTRA_SERVICE_5 	EAddress 	"http:\/\/193.65.182.78/huge/200videos.xml"
       
   420 ServUtil Destroy
       
   421 delete ServUtil
       
   422 
       
   423 pause 2000
       
   424 
       
   425 create VCXTestUtilModule Util
       
   426 Util CreateMobilecrashWatcher
       
   427 pause PAUSE
       
   428 create VCXVodContentApiTest test
       
   429 test SetParentalControlAge 0
       
   430 test DisableThumbnails
       
   431 test Create EXTRA_SERVICE_5 10
       
   432 test SelectIap DEFAULT_AP
       
   433 test UpdateEcg
       
   434 waittestclass test
       
   435 
       
   436 test CategoryCount 4
       
   437 test ContentCount 200
       
   438 
       
   439 test Destroy
       
   440 delete test
       
   441 Util CheckMobilecrashes
       
   442 delete Util
       
   443 [Endtest]
       
   444 
       
   445 #------------------------------------------------------------------------------------
       
   446 #
       
   447 # Test ECG update
       
   448 #
       
   449 #------------------------------------------------------------------------------------
       
   450 [Test]
       
   451 title ET11913 UpdateEcg 500 videos
       
   452 
       
   453 pause 2000
       
   454 
       
   455 create VCXServiceManagementApiTest ServUtil
       
   456 ServUtil Create
       
   457 ServUtil UpdateServiceField		ASYNC EXTRA_SERVICE_5 	EAddress 	"http:\/\/193.65.182.78/huge/500videos.xml"
       
   458 ServUtil Destroy
       
   459 delete ServUtil
       
   460 
       
   461 pause 2000
       
   462 
       
   463 create VCXTestUtilModule Util
       
   464 Util CreateMobilecrashWatcher
       
   465 pause PAUSE
       
   466 create VCXVodContentApiTest test
       
   467 test DisableThumbnails
       
   468 test SetParentalControlAge 0
       
   469 test Create EXTRA_SERVICE_5 10
       
   470 test SelectIap DEFAULT_AP
       
   471 test UpdateEcg
       
   472 waittestclass test
       
   473 
       
   474 test CategoryCount 4
       
   475 test ContentCount 500
       
   476 
       
   477 test Destroy
       
   478 delete test
       
   479 Util CheckMobilecrashes
       
   480 delete Util
       
   481 [Endtest]
       
   482 
       
   483 #------------------------------------------------------------------------------------
       
   484 #
       
   485 # Test ECG update
       
   486 #
       
   487 #------------------------------------------------------------------------------------
       
   488 [Test]
       
   489 title ET11914 UpdateEcg 21 channels
       
   490 
       
   491 pause 2000
       
   492 
       
   493 create VCXServiceManagementApiTest ServUtil
       
   494 ServUtil Create
       
   495 ServUtil UpdateServiceField		ASYNC EXTRA_SERVICE_5 	EAddress 	"http:\/\/193.65.182.78/huge/21channels.xml"
       
   496 ServUtil Destroy
       
   497 delete ServUtil
       
   498 
       
   499 pause 2000
       
   500 
       
   501 create VCXTestUtilModule Util
       
   502 Util CreateMobilecrashWatcher
       
   503 pause PAUSE
       
   504 create VCXVodContentApiTest test
       
   505 test SetParentalControlAge 0
       
   506 test DisableThumbnails
       
   507 test Create EXTRA_SERVICE_5
       
   508 test SelectIap DEFAULT_AP
       
   509 test UpdateEcg
       
   510 waittestclass test
       
   511 
       
   512 test CategoryCount 20
       
   513 test ContentCount 22
       
   514 
       
   515 test Destroy
       
   516 delete test
       
   517 Util CheckMobilecrashes
       
   518 delete Util
       
   519 [Endtest]
       
   520 
       
   521 #------------------------------------------------------------------------------------
       
   522 #
       
   523 # Test ECG update
       
   524 #
       
   525 #------------------------------------------------------------------------------------
       
   526 [Test]
       
   527 title ET11915 UpdateEcg 201 videos
       
   528 
       
   529 pause 2000
       
   530 
       
   531 create VCXServiceManagementApiTest ServUtil
       
   532 ServUtil Create
       
   533 ServUtil UpdateServiceField		ASYNC EXTRA_SERVICE_5 	EAddress 	"http:\/\/193.65.182.78/huge/201videos.xml"
       
   534 ServUtil Destroy
       
   535 delete ServUtil
       
   536 
       
   537 pause 2000
       
   538 
       
   539 create VCXTestUtilModule Util
       
   540 Util CreateMobilecrashWatcher
       
   541 pause PAUSE
       
   542 create VCXVodContentApiTest test
       
   543 test SetParentalControlAge 0
       
   544 test DisableThumbnails
       
   545 test Create EXTRA_SERVICE_5 10
       
   546 test SelectIap DEFAULT_AP
       
   547 test UpdateEcg
       
   548 waittestclass test
       
   549 
       
   550 test CategoryCount 4
       
   551 test ContentCount 201
       
   552 
       
   553 test Destroy
       
   554 delete test
       
   555 Util CheckMobilecrashes
       
   556 delete Util
       
   557 [Endtest]
       
   558 
       
   559 #------------------------------------------------------------------------------------
       
   560 #
       
   561 # Test ECG update
       
   562 #
       
   563 #------------------------------------------------------------------------------------
       
   564 [Test]
       
   565 title ET11916 UpdateEcg 501 videos
       
   566 
       
   567 pause 2000
       
   568 
       
   569 create VCXServiceManagementApiTest ServUtil
       
   570 ServUtil Create
       
   571 ServUtil UpdateServiceField		ASYNC EXTRA_SERVICE_5 	EAddress 	"http:\/\/193.65.182.78/huge/501videos.xml"
       
   572 ServUtil Destroy
       
   573 delete ServUtil
       
   574 
       
   575 pause 2000
       
   576 
       
   577 create VCXTestUtilModule Util
       
   578 Util CreateMobilecrashWatcher
       
   579 pause PAUSE
       
   580 create VCXVodContentApiTest test
       
   581 test SetParentalControlAge 0
       
   582 test DisableThumbnails
       
   583 test Create EXTRA_SERVICE_5 10
       
   584 test SelectIap DEFAULT_AP
       
   585 test UpdateEcg
       
   586 waittestclass test
       
   587 
       
   588 test CategoryCount 4
       
   589 test ContentCount 500
       
   590 
       
   591 test Destroy
       
   592 delete test
       
   593 Util CheckMobilecrashes
       
   594 delete Util
       
   595 [Endtest]
       
   596 
       
   597 #------------------------------------------------------------------------------------
       
   598 #
       
   599 # Set cenrep value for IpVideo to enable thumbnail download.
       
   600 #
       
   601 #------------------------------------------------------------------------------------
       
   602 [Test]
       
   603 title ET11917 <not a test> Enable thumbnail dl
       
   604 create VCXVodContentApiTest test
       
   605 test EnableThumbnails
       
   606 delete test
       
   607 [Endtest]