videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/conf/VCXMyVideosCollectionPluginTestMultiDrives.cfg
changeset 1 6711b85517b7
parent 0 96612d01cf9f
equal deleted inserted replaced
0:96612d01cf9f 1:6711b85517b7
    35 waittestclass VCXMV
    35 waittestclass VCXMV
    36 
    36 
    37 VCXMV RemoveAllMedia
    37 VCXMV RemoveAllMedia
    38 delete VCXMV
    38 delete VCXMV
    39 
    39 
    40 print wait 3min
    40 print wait 30sec
    41 pause 180000
    41 pause 30000
    42 print cleanup end
    42 print cleanup end
    43 [EndSub]
    43 [EndSub]
    44 
    44 
    45 
    45 
    46 #------------------------------------------------------------------------------------
    46 #------------------------------------------------------------------------------------
    51 #  Removes all video files from the device.
    51 #  Removes all video files from the device.
    52 #
    52 #
    53 #------------------------------------------------------------------------------------
    53 #------------------------------------------------------------------------------------
    54 [Test]
    54 [Test]
    55 title ET30160 <not a test> Setup
    55 title ET30160 <not a test> Setup
    56 create VCXTestUtilModule Util
    56 var CASE ET30160
    57 
    57 
       
    58 create VCXTestUtilModule Util
    58 // Copies some known 3G AP to "Internet" destination with "Internet" name for the AP.
    59 // Copies some known 3G AP to "Internet" destination with "Internet" name for the AP.
       
    60 Util SetUsedDestination "Internet"
    59 Util CopyMethod "Internet" "Internet" "Internet"
    61 Util CopyMethod "Internet" "Internet" "Internet"
    60 // Disable connection dialog for "Internet" destination.
    62 // Disable connection dialog for "Internet" destination.
    61 Util SetConnectionMethodIntAttribute "Internet" "Internet" 507 2 // 507 is ECmSeamlessnessLevel
    63 Util SetConnectionMethodIntAttribute "Internet" "Internet" 507 2 // 507 is ECmSeamlessnessLevel
       
    64 Util SetDefaultIapCenrep
    62 delete Util
    65 delete Util
    63 
    66 
    64 create VCXTestUtilModule Util
    67 create VCXTestUtilModule Util
    65 Util CreateMobilecrashWatcher
    68 Util CreateMobilecrashWatcher
    66 
    69 
   116 #  Tests downloading a video to 3rd drive.
   119 #  Tests downloading a video to 3rd drive.
   117 #
   120 #
   118 #------------------------------------------------------------------------------------
   121 #------------------------------------------------------------------------------------
   119 [Test]
   122 [Test]
   120 title ET30161 Download video to F drive
   123 title ET30161 Download video to F drive
       
   124 var CASE ET30161
   121 
   125 
   122 create VCXTestUtilModule Util
   126 create VCXTestUtilModule Util
   123 Util CreateMobilecrashWatcher
   127 Util CreateMobilecrashWatcher
   124 
   128 
   125 callsub Cleanup
   129 callsub Cleanup
   161 #  Tests downloading multiple videos at same time to F drive
   165 #  Tests downloading multiple videos at same time to F drive
   162 #
   166 #
   163 #------------------------------------------------------------------------------------
   167 #------------------------------------------------------------------------------------
   164 [Test]
   168 [Test]
   165 title ET30162 3 downloads to F drive
   169 title ET30162 3 downloads to F drive
       
   170 var CASE ET30162
   166 
   171 
   167 create VCXTestUtilModule Util
   172 create VCXTestUtilModule Util
   168 Util CreateMobilecrashWatcher
   173 Util CreateMobilecrashWatcher
   169 
   174 
   170 callsub Cleanup
   175 callsub Cleanup
   209 #  Tests pause and resume download on F drive.
   214 #  Tests pause and resume download on F drive.
   210 #
   215 #
   211 #------------------------------------------------------------------------------------
   216 #------------------------------------------------------------------------------------
   212 [Test]
   217 [Test]
   213 title ET30163 Pause and resume download on F drive
   218 title ET30163 Pause and resume download on F drive
       
   219 var CASE ET30163
   214 
   220 
   215 create VCXTestUtilModule Util
   221 create VCXTestUtilModule Util
   216 Util CreateMobilecrashWatcher
   222 Util CreateMobilecrashWatcher
   217 
   223 
   218 callsub Cleanup
   224 callsub Cleanup
   261 #  Tests downloading to multiple drives same time.
   267 #  Tests downloading to multiple drives same time.
   262 #
   268 #
   263 #------------------------------------------------------------------------------------
   269 #------------------------------------------------------------------------------------
   264 [Test]
   270 [Test]
   265 title ET30164 Download to E and F drives
   271 title ET30164 Download to E and F drives
       
   272 var CASE ET30164
   266 
   273 
   267 create VCXTestUtilModule Util
   274 create VCXTestUtilModule Util
   268 Util CreateMobilecrashWatcher
   275 Util CreateMobilecrashWatcher
   269 
   276 
   270 callsub Cleanup
   277 callsub Cleanup
   316 #  Tests downloading to multiple drives same time and cancel download.
   323 #  Tests downloading to multiple drives same time and cancel download.
   317 #
   324 #
   318 #------------------------------------------------------------------------------------
   325 #------------------------------------------------------------------------------------
   319 [Test]
   326 [Test]
   320 title ET30165 Download to E and F drives, cancel E
   327 title ET30165 Download to E and F drives, cancel E
       
   328 var CASE ET30165
   321 
   329 
   322 create VCXTestUtilModule Util
   330 create VCXTestUtilModule Util
   323 Util CreateMobilecrashWatcher
   331 Util CreateMobilecrashWatcher
   324 
   332 
   325 callsub Cleanup
   333 callsub Cleanup
   376 #  Tests downloading to multiple drives same time, pause and resume the download on E drive.
   384 #  Tests downloading to multiple drives same time, pause and resume the download on E drive.
   377 #
   385 #
   378 #------------------------------------------------------------------------------------
   386 #------------------------------------------------------------------------------------
   379 [Test]
   387 [Test]
   380 title ET30167 Download to E and F drives, pause and resume E
   388 title ET30167 Download to E and F drives, pause and resume E
       
   389 var CASE ET30167
   381 
   390 
   382 create VCXTestUtilModule Util
   391 create VCXTestUtilModule Util
   383 Util CreateMobilecrashWatcher
   392 Util CreateMobilecrashWatcher
   384 
   393 
   385 callsub Cleanup
   394 callsub Cleanup
   440 #  Tests downloading to multiple drives same time, pause and resume the download on F drive.
   449 #  Tests downloading to multiple drives same time, pause and resume the download on F drive.
   441 #
   450 #
   442 #------------------------------------------------------------------------------------
   451 #------------------------------------------------------------------------------------
   443 [Test]
   452 [Test]
   444 title ET30168 Download to E and F drives, pause and resume F
   453 title ET30168 Download to E and F drives, pause and resume F
       
   454 var CASE ET30168
   445 
   455 
   446 create VCXTestUtilModule Util
   456 create VCXTestUtilModule Util
   447 Util CreateMobilecrashWatcher
   457 Util CreateMobilecrashWatcher
   448 
   458 
   449 callsub Cleanup
   459 callsub Cleanup
   504 #  Tests that downloading to C drive is not possible.
   514 #  Tests that downloading to C drive is not possible.
   505 #
   515 #
   506 #------------------------------------------------------------------------------------
   516 #------------------------------------------------------------------------------------
   507 [Test]
   517 [Test]
   508 title ET30169 Download to C
   518 title ET30169 Download to C
       
   519 var CASE ET30169
   509 
   520 
   510 create VCXTestUtilModule Util
   521 create VCXTestUtilModule Util
   511 Util CreateMobilecrashWatcher
   522 Util CreateMobilecrashWatcher
   512 
   523 
   513 callsub Cleanup
   524 callsub Cleanup
   551 #  Tests sideloading videos one by one to different drives.
   562 #  Tests sideloading videos one by one to different drives.
   552 #
   563 #
   553 #------------------------------------------------------------------------------------
   564 #------------------------------------------------------------------------------------
   554 [Test]
   565 [Test]
   555 title ET30170 Sideload to multiple drives one by one
   566 title ET30170 Sideload to multiple drives one by one
       
   567 var CASE ET30170
   556 
   568 
   557 callsub Cleanup
   569 callsub Cleanup
   558 
   570 
   559 // TESTCASE START
   571 // TESTCASE START
   560 
   572 
   588 #   Tests sideloading videos to multiple drives at the same time.
   600 #   Tests sideloading videos to multiple drives at the same time.
   589 #
   601 #
   590 #------------------------------------------------------------------------------------
   602 #------------------------------------------------------------------------------------
   591 [Test]
   603 [Test]
   592 title ET30171 Sideload to multiple drives
   604 title ET30171 Sideload to multiple drives
       
   605 var CASE ET30171
   593 
   606 
   594 callsub Cleanup
   607 callsub Cleanup
   595 
   608 
   596 // TESTCASE START
   609 // TESTCASE START
   597 
   610 
   625 #  Tests copying video from C to E drive.
   638 #  Tests copying video from C to E drive.
   626 #
   639 #
   627 #------------------------------------------------------------------------------------
   640 #------------------------------------------------------------------------------------
   628 [Test]
   641 [Test]
   629 title ET30172 Copy from C to E
   642 title ET30172 Copy from C to E
       
   643 var CASE ET30172
   630 
   644 
   631 callsub Cleanup
   645 callsub Cleanup
   632 
   646 
   633 // TESTCASE START
   647 // TESTCASE START
   634 
   648 
   661 #  Tests copying video from C to F drive.
   675 #  Tests copying video from C to F drive.
   662 #
   676 #
   663 #------------------------------------------------------------------------------------
   677 #------------------------------------------------------------------------------------
   664 [Test]
   678 [Test]
   665 title ET30173 Copy from C to F
   679 title ET30173 Copy from C to F
       
   680 var CASE ET30173
   666 
   681 
   667 callsub Cleanup
   682 callsub Cleanup
   668 
   683 
   669 // TESTCASE START
   684 // TESTCASE START
   670 
   685 
   697 #  Tests copying video from F to E drive.
   712 #  Tests copying video from F to E drive.
   698 #
   713 #
   699 #------------------------------------------------------------------------------------
   714 #------------------------------------------------------------------------------------
   700 [Test]
   715 [Test]
   701 title ET30174 Copy from F to E
   716 title ET30174 Copy from F to E
       
   717 var CASE ET30174
   702 
   718 
   703 callsub Cleanup
   719 callsub Cleanup
   704 
   720 
   705 // TESTCASE START
   721 // TESTCASE START
   706 
   722 
   733 #  Tests copying video from F to C drive.
   749 #  Tests copying video from F to C drive.
   734 #
   750 #
   735 #------------------------------------------------------------------------------------
   751 #------------------------------------------------------------------------------------
   736 [Test]
   752 [Test]
   737 title ET30175 Copy from F to C
   753 title ET30175 Copy from F to C
       
   754 var CASE ET30175
   738 
   755 
   739 callsub Cleanup
   756 callsub Cleanup
   740 
   757 
   741 // TESTCASE START
   758 // TESTCASE START
   742 
   759 
   769 #  Tests moving a video from C to E drive.
   786 #  Tests moving a video from C to E drive.
   770 #
   787 #
   771 #------------------------------------------------------------------------------------
   788 #------------------------------------------------------------------------------------
   772 [Test]
   789 [Test]
   773 title ET30176 Move from C to E
   790 title ET30176 Move from C to E
       
   791 var CASE ET30176
   774 
   792 
   775 callsub Cleanup
   793 callsub Cleanup
   776 
   794 
   777 // TESTCASE START
   795 // TESTCASE START
   778 
   796 
   805 #  Tests moving a video from C to F drive.
   823 #  Tests moving a video from C to F drive.
   806 #
   824 #
   807 #------------------------------------------------------------------------------------
   825 #------------------------------------------------------------------------------------
   808 [Test]
   826 [Test]
   809 title ET30177 Move from C to F
   827 title ET30177 Move from C to F
       
   828 var CASE ET30177
   810 
   829 
   811 callsub Cleanup
   830 callsub Cleanup
   812 
   831 
   813 // TESTCASE START
   832 // TESTCASE START
   814 
   833 
   841 #  Tests moving a video from F to E drive.
   860 #  Tests moving a video from F to E drive.
   842 #
   861 #
   843 #------------------------------------------------------------------------------------
   862 #------------------------------------------------------------------------------------
   844 [Test]
   863 [Test]
   845 title ET30178 Move from F to E
   864 title ET30178 Move from F to E
       
   865 var CASE ET30178
   846 
   866 
   847 callsub Cleanup
   867 callsub Cleanup
   848 
   868 
   849 // TESTCASE START
   869 // TESTCASE START
   850 
   870 
   877 #  Tests moving a video from F to C drive.
   897 #  Tests moving a video from F to C drive.
   878 #
   898 #
   879 #------------------------------------------------------------------------------------
   899 #------------------------------------------------------------------------------------
   880 [Test]
   900 [Test]
   881 title ET30179 Move from F to C
   901 title ET30179 Move from F to C
       
   902 var CASE ET30179
   882 
   903 
   883 callsub Cleanup
   904 callsub Cleanup
   884 
   905 
   885 // TESTCASE START
   906 // TESTCASE START
   886 
   907 
   913 #  Tests moving multiple videos from F drive.
   934 #  Tests moving multiple videos from F drive.
   914 #
   935 #
   915 #------------------------------------------------------------------------------------
   936 #------------------------------------------------------------------------------------
   916 [Test]
   937 [Test]
   917 title ET30180 Move multiple from F
   938 title ET30180 Move multiple from F
       
   939 var CASE ET30180
   918 
   940 
   919 create VCXTestUtilModule Util
   941 create VCXTestUtilModule Util
   920 Util CreateMobilecrashWatcher
   942 Util CreateMobilecrashWatcher
   921 
   943 
   922 callsub Cleanup
   944 callsub Cleanup
   956 #  Tests moving multiple videos from F drive.
   978 #  Tests moving multiple videos from F drive.
   957 #
   979 #
   958 #------------------------------------------------------------------------------------
   980 #------------------------------------------------------------------------------------
   959 [Test]
   981 [Test]
   960 title ET30181 Move multiple to F
   982 title ET30181 Move multiple to F
       
   983 var CASE ET30181
   961 
   984 
   962 create VCXTestUtilModule Util
   985 create VCXTestUtilModule Util
   963 Util CreateMobilecrashWatcher
   986 Util CreateMobilecrashWatcher
   964 
   987 
   965 callsub Cleanup
   988 callsub Cleanup
   999 #  Tests moving videos from C and E drive to F drive.
  1022 #  Tests moving videos from C and E drive to F drive.
  1000 #
  1023 #
  1001 #------------------------------------------------------------------------------------
  1024 #------------------------------------------------------------------------------------
  1002 [Test]
  1025 [Test]
  1003 title ET30182 Move from C and E to F
  1026 title ET30182 Move from C and E to F
       
  1027 var CASE ET30182
  1004 
  1028 
  1005 create VCXTestUtilModule Util
  1029 create VCXTestUtilModule Util
  1006 Util CreateMobilecrashWatcher
  1030 Util CreateMobilecrashWatcher
  1007 
  1031 
  1008 callsub Cleanup
  1032 callsub Cleanup
  1045 #  Tests moving videos from C, E and F drives to F drive.
  1069 #  Tests moving videos from C, E and F drives to F drive.
  1046 #
  1070 #
  1047 #------------------------------------------------------------------------------------
  1071 #------------------------------------------------------------------------------------
  1048 [Test]
  1072 [Test]
  1049 title ET30183 Move from C, E and F to F
  1073 title ET30183 Move from C, E and F to F
       
  1074 var CASE ET30183
  1050 
  1075 
  1051 create VCXTestUtilModule Util
  1076 create VCXTestUtilModule Util
  1052 Util CreateMobilecrashWatcher
  1077 Util CreateMobilecrashWatcher
  1053 
  1078 
  1054 callsub Cleanup
  1079 callsub Cleanup
  1093 #  Tests copying multiple videos from F drive.
  1118 #  Tests copying multiple videos from F drive.
  1094 #
  1119 #
  1095 #------------------------------------------------------------------------------------
  1120 #------------------------------------------------------------------------------------
  1096 [Test]
  1121 [Test]
  1097 title ET30184 Copy multiple from F
  1122 title ET30184 Copy multiple from F
       
  1123 var CASE ET30184
  1098 
  1124 
  1099 create VCXTestUtilModule Util
  1125 create VCXTestUtilModule Util
  1100 Util CreateMobilecrashWatcher
  1126 Util CreateMobilecrashWatcher
  1101 
  1127 
  1102 callsub Cleanup
  1128 callsub Cleanup
  1136 #  Tests copying multiple videos to F drive.
  1162 #  Tests copying multiple videos to F drive.
  1137 #
  1163 #
  1138 #------------------------------------------------------------------------------------
  1164 #------------------------------------------------------------------------------------
  1139 [Test]
  1165 [Test]
  1140 title ET30185 Copy multiple to F
  1166 title ET30185 Copy multiple to F
       
  1167 var CASE ET30185
  1141 
  1168 
  1142 create VCXTestUtilModule Util
  1169 create VCXTestUtilModule Util
  1143 Util CreateMobilecrashWatcher
  1170 Util CreateMobilecrashWatcher
  1144 
  1171 
  1145 callsub Cleanup
  1172 callsub Cleanup
  1179 #  Tests copying from C and E drives to F drive.
  1206 #  Tests copying from C and E drives to F drive.
  1180 #
  1207 #
  1181 #------------------------------------------------------------------------------------
  1208 #------------------------------------------------------------------------------------
  1182 [Test]
  1209 [Test]
  1183 title ET30186 Copy from C and E to F
  1210 title ET30186 Copy from C and E to F
       
  1211 var CASE ET30186
  1184 
  1212 
  1185 create VCXTestUtilModule Util
  1213 create VCXTestUtilModule Util
  1186 Util CreateMobilecrashWatcher
  1214 Util CreateMobilecrashWatcher
  1187 
  1215 
  1188 callsub Cleanup
  1216 callsub Cleanup
  1225 #  Tests copying from C, E and F drives to F drive.
  1253 #  Tests copying from C, E and F drives to F drive.
  1226 #
  1254 #
  1227 #------------------------------------------------------------------------------------
  1255 #------------------------------------------------------------------------------------
  1228 [Test]
  1256 [Test]
  1229 title ET30187 Copy from C, E and F to F
  1257 title ET30187 Copy from C, E and F to F
       
  1258 var CASE ET30187
  1230 
  1259 
  1231 create VCXTestUtilModule Util
  1260 create VCXTestUtilModule Util
  1232 Util CreateMobilecrashWatcher
  1261 Util CreateMobilecrashWatcher
  1233 
  1262 
  1234 callsub Cleanup
  1263 callsub Cleanup
  1273 #  Tests deleting from multiple drives at the same time.
  1302 #  Tests deleting from multiple drives at the same time.
  1274 #
  1303 #
  1275 #------------------------------------------------------------------------------------
  1304 #------------------------------------------------------------------------------------
  1276 [Test]
  1305 [Test]
  1277 title ET30188 Delete from C, E and F
  1306 title ET30188 Delete from C, E and F
       
  1307 var CASE ET30188
  1278 
  1308 
  1279 create VCXTestUtilModule Util
  1309 create VCXTestUtilModule Util
  1280 Util CreateMobilecrashWatcher
  1310 Util CreateMobilecrashWatcher
  1281 
  1311 
  1282 callsub Cleanup
  1312 callsub Cleanup