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