os/kernelhwsrv/baseapitest/basesvs/validation/f32/sfsrv/testdata/PBASE-F32-File-PublicApi.ini
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/baseapitest/basesvs/validation/f32/sfsrv/testdata/PBASE-F32-File-PublicApi.ini Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,2214 @@
1.4 +[include]
1.5 +file1 =\base\base_f32_env.ini
1.6 +
1.7 +[file]
1.8 +name=file
1.9 +
1.10 +
1.11 +[RFs1]
1.12 +name=RFs1
1.13 +
1.14 +
1.15 +[file2]
1.16 +name=file2
1.17 +
1.18 +[PBASE-F32-File-PublicApi-Install]
1.19 +dir={Drives, RAMDriveTestPath}file\
1.20 +
1.21 +[PBASE-F32-File-PublicApi-0001-001-Replace_command005]
1.22 +RFs=RFs1
1.23 +file_mode=EFileShareAny | EFileWrite
1.24 +file={Drives, RAMDriveTestPath}file\tc0001.txt
1.25 +
1.26 +
1.27 +[PBASE-F32-File-PublicApi-0001-001-Write_command006]
1.28 +datawrite=Open test
1.29 +
1.30 +
1.31 +[PBASE-F32-File-PublicApi-0001-001-Open_command008]
1.32 +RFs=RFs1
1.33 +file_mode=EFileShareAny | EFileWrite
1.34 +file={Drives, RAMDriveTestPath}file\tc0001.txt
1.35 +
1.36 +
1.37 +[PBASE-F32-File-PublicApi-0001-001-Read_command009]
1.38 +expected_string=Open test
1.39 +
1.40 +
1.41 +[PBASE-F32-File-PublicApi-0001-001-Delete_command013]
1.42 +name={Drives, RAMDriveTestPath}file\tc0001.txt
1.43 +
1.44 +
1.45 +[PBASE-F32-File-PublicApi-0003-001-Create_command005]
1.46 +RFs=RFs1
1.47 +file_mode=EFileShareAny
1.48 +name={Drives, RAMDriveTestPath}file\tc0003.txt
1.49 +
1.50 +
1.51 +[PBASE-F32-File-PublicApi-0003-001-Write_command006]
1.52 +datawrite=test created this file
1.53 +
1.54 +
1.55 +[PBASE-F32-File-PublicApi-0003-001-Delete_command010]
1.56 +name={Drives, RAMDriveTestPath}file\tc0003.txt
1.57 +
1.58 +
1.59 +[PBASE-F32-File-PublicApi-0004-001-Replace_command005]
1.60 +RFs=RFs1
1.61 +file_mode=EFileWrite
1.62 +file={Drives, RAMDriveTestPath}file\tc0004.txt
1.63 +
1.64 +
1.65 +[PBASE-F32-File-PublicApi-0004-001-Write_command006]
1.66 +datawrite=This File is Replaced
1.67 +
1.68 +
1.69 +[PBASE-F32-File-PublicApi-0004-001-Open_command009]
1.70 +RFs=RFs1
1.71 +file_mode=EFileWrite
1.72 +file={Drives, RAMDriveTestPath}file\tc0004.txt
1.73 +
1.74 +
1.75 +[PBASE-F32-File-PublicApi-0004-001-Delete_command013]
1.76 +name={Drives, RAMDriveTestPath}file\tc0004.txt
1.77 +
1.78 +
1.79 +[PBASE-F32-File-PublicApi-0005-001-Temp_command005]
1.80 +RFs=RFs1
1.81 +path={Drives, RAMDriveTestPath}file\
1.82 +file_mode=EFileWrite
1.83 +
1.84 +
1.85 +[PBASE-F32-File-PublicApi-0005-001-Write_command006]
1.86 +datawrite=This is temporary file
1.87 +
1.88 +
1.89 +[PBASE-F32-File-PublicApi-0005-001-Rename_command007]
1.90 +name={Drives, RAMDriveTestPath}file\tc0005.txt
1.91 +
1.92 +
1.93 +[PBASE-F32-File-PublicApi-0005-001-Delete_command011]
1.94 +name={Drives, RAMDriveTestPath}file\tc0005.txt
1.95 +
1.96 +
1.97 +[PBASE-F32-File-PublicApi-0006-001-Replace_command005]
1.98 +RFs=RFs1
1.99 +file_mode=EFileWrite
1.100 +file={Drives, RAMDriveTestPath}file\tc0006.txt
1.101 +
1.102 +
1.103 +[PBASE-F32-File-PublicApi-0006-001-Write_command006]
1.104 +datawrite=synchronous read test
1.105 +
1.106 +
1.107 +[PBASE-F32-File-PublicApi-0006-001-Seek_command007]
1.108 +position=0
1.109 +seek=ESeekStart
1.110 +
1.111 +
1.112 +[PBASE-F32-File-PublicApi-0006-001-Read_command008]
1.113 +expected_string=synchronous read test
1.114 +
1.115 +
1.116 +[PBASE-F32-File-PublicApi-0006-001-Delete_command012]
1.117 +name={Drives, RAMDriveTestPath}file\tc0006.txt
1.118 +
1.119 +
1.120 +[PBASE-F32-File-PublicApi-0007-001-Replace_command005]
1.121 +RFs=RFs1
1.122 +file_mode=EFileWrite
1.123 +file={Drives, RAMDriveTestPath}file\tc0007.txt
1.124 +
1.125 +
1.126 +[PBASE-F32-File-PublicApi-0007-001-Write_command006]
1.127 +datawrite=Asynchronous read test
1.128 +
1.129 +
1.130 +[PBASE-F32-File-PublicApi-0007-001-Seek_command007]
1.131 +position=0
1.132 +seek=ESeekStart
1.133 +
1.134 +
1.135 +[PBASE-F32-File-PublicApi-0007-001-Read_command008]
1.136 +async=true
1.137 +expected_string=Asynchronous read test
1.138 +
1.139 +
1.140 +[PBASE-F32-File-PublicApi-0007-001-Delete_command012]
1.141 +name={Drives, RAMDriveTestPath}file\tc0007.txt
1.142 +
1.143 +
1.144 +[PBASE-F32-File-PublicApi-0008-001-Replace_command005]
1.145 +RFs=RFs1
1.146 +file_mode=EFileWrite
1.147 +file={Drives, RAMDriveTestPath}file\tc0008.txt
1.148 +
1.149 +
1.150 +[PBASE-F32-File-PublicApi-0008-001-Write_command006]
1.151 +datawrite=synchronous read with length test
1.152 +
1.153 +
1.154 +[PBASE-F32-File-PublicApi-0008-001-Seek_command007]
1.155 +position=0
1.156 +seek=ESeekStart
1.157 +
1.158 +
1.159 +[PBASE-F32-File-PublicApi-0008-001-Read_command008]
1.160 +length=5
1.161 +expected_string=synch
1.162 +
1.163 +
1.164 +[PBASE-F32-File-PublicApi-0008-001-Delete_command012]
1.165 +name={Drives, RAMDriveTestPath}file\tc0008.txt
1.166 +
1.167 +
1.168 +[PBASE-F32-File-PublicApi-0009-001-Replace_command005]
1.169 +RFs=RFs1
1.170 +file_mode=EFileWrite
1.171 +file={Drives, RAMDriveTestPath}file\tc0009.txt
1.172 +
1.173 +
1.174 +[PBASE-F32-File-PublicApi-0009-001-Write_command006]
1.175 +datawrite=Asynchronous read with length test
1.176 +
1.177 +
1.178 +[PBASE-F32-File-PublicApi-0009-001-Seek_command007]
1.179 +position=0
1.180 +seek=ESeekStart
1.181 +
1.182 +
1.183 +[PBASE-F32-File-PublicApi-0009-001-Read_command008]
1.184 +async=true
1.185 +length=5
1.186 +expected_string=Async
1.187 +
1.188 +
1.189 +[PBASE-F32-File-PublicApi-0009-001-Delete_command012]
1.190 +name={Drives, RAMDriveTestPath}file\tc0009.txt
1.191 +
1.192 +
1.193 +[PBASE-F32-File-PublicApi-0010-001-Replace_command005]
1.194 +RFs=RFs1
1.195 +file_mode=EFileWrite
1.196 +file={Drives, RAMDriveTestPath}file\tc0010.txt
1.197 +
1.198 +
1.199 +[PBASE-F32-File-PublicApi-0010-001-Write_command006]
1.200 +datawrite=synchronous read with position test
1.201 +
1.202 +
1.203 +[PBASE-F32-File-PublicApi-0010-001-Seek_command007]
1.204 +position=0
1.205 +seek=ESeekStart
1.206 +
1.207 +
1.208 +[PBASE-F32-File-PublicApi-0010-001-Read_command008]
1.209 +position=5
1.210 +expected_string=ronous read with position test
1.211 +
1.212 +
1.213 +[PBASE-F32-File-PublicApi-0010-001-Delete_command012]
1.214 +name={Drives, RAMDriveTestPath}file\tc0010.txt
1.215 +
1.216 +
1.217 +[PBASE-F32-File-PublicApi-0011-001-Replace_command005]
1.218 +RFs=RFs1
1.219 +file_mode=EFileWrite
1.220 +file={Drives, RAMDriveTestPath}file\tc0011.txt
1.221 +
1.222 +
1.223 +[PBASE-F32-File-PublicApi-0011-001-Write_command006]
1.224 +datawrite=asynchronous read with position test
1.225 +
1.226 +
1.227 +[PBASE-F32-File-PublicApi-0011-001-Seek_command007]
1.228 +position=0
1.229 +seek=ESeekStart
1.230 +
1.231 +
1.232 +[PBASE-F32-File-PublicApi-0011-001-Read_command008]
1.233 +async=true
1.234 +expected_string=hronous read with position test
1.235 +position=5
1.236 +
1.237 +
1.238 +[PBASE-F32-File-PublicApi-0011-001-Delete_command012]
1.239 +name={Drives, RAMDriveTestPath}file\tc0011.txt
1.240 +
1.241 +
1.242 +[PBASE-F32-File-PublicApi-0012-001-Replace_command005]
1.243 +RFs=RFs1
1.244 +file_mode=EFileWrite
1.245 +file={Drives, RAMDriveTestPath}file\tc0012.txt
1.246 +
1.247 +
1.248 +[PBASE-F32-File-PublicApi-0012-001-Write_command006]
1.249 +datawrite=synchronous read with position and length test
1.250 +
1.251 +
1.252 +[PBASE-F32-File-PublicApi-0012-001-Seek_command007]
1.253 +position=0
1.254 +seek=ESeekStart
1.255 +
1.256 +
1.257 +[PBASE-F32-File-PublicApi-0012-001-Read_command008]
1.258 +position=5
1.259 +length=5
1.260 +expected_string=ronou
1.261 +
1.262 +
1.263 +[PBASE-F32-File-PublicApi-0012-001-Delete_command012]
1.264 +name={Drives, RAMDriveTestPath}file\tc0012.txt
1.265 +
1.266 +
1.267 +[PBASE-F32-File-PublicApi-0013-001-Replace_command005]
1.268 +RFs=RFs1
1.269 +file_mode=EFileWrite
1.270 +file={Drives, RAMDriveTestPath}file\tc0013.txt
1.271 +
1.272 +
1.273 +[PBASE-F32-File-PublicApi-0013-001-Write_command006]
1.274 +datawrite=asynchronous read with position and length test
1.275 +
1.276 +
1.277 +[PBASE-F32-File-PublicApi-0013-001-Seek_command007]
1.278 +position=0
1.279 +seek=ESeekStart
1.280 +
1.281 +
1.282 +[PBASE-F32-File-PublicApi-0013-001-Read_command008]
1.283 +async=true
1.284 +length=5
1.285 +expected_string=hrono
1.286 +position=5
1.287 +
1.288 +[PBASE-F32-File-PublicApi-0013-001-Delete_command011]
1.289 +name={Drives, RAMDriveTestPath}file\tc0013.txt
1.290 +
1.291 +
1.292 +[PBASE-F32-File-PublicApi-0014-001-Replace_command005]
1.293 +RFs=RFs1
1.294 +file_mode=EFileWrite
1.295 +file={Drives, RAMDriveTestPath}file\tc0014.txt
1.296 +
1.297 +
1.298 +[PBASE-F32-File-PublicApi-0014-001-Write_command006]
1.299 +datawrite=short data
1.300 +
1.301 +
1.302 +[PBASE-F32-File-PublicApi-0014-001-Open_command008]
1.303 +RFs=RFs1
1.304 +file_mode=EFileReadAsyncAll | EFileShareAny
1.305 +file={Drives, RAMDriveTestPath}file\tc0014.txt
1.306 +
1.307 +
1.308 +[PBASE-F32-File-PublicApi-0014-001-Seek_command009]
1.309 +position=0
1.310 +seek=ESeekStart
1.311 +
1.312 +
1.313 +[PBASE-F32-File-PublicApi-0014-001-Read_command010]
1.314 +async=true
1.315 +
1.316 +
1.317 +[PBASE-F32-File-PublicApi-0014-001-Delete_command015]
1.318 +name={Drives, RAMDriveTestPath}file\tc0014.txt
1.319 +
1.320 +
1.321 +[PBASE-F32-File-PublicApi-0015-001-Replace_command005]
1.322 +RFs=RFs1
1.323 +file_mode=EFileWrite
1.324 +file={Drives, RAMDriveTestPath}file\tc0015.txt
1.325 +
1.326 +
1.327 +[PBASE-F32-File-PublicApi-0015-001-Write_command006]
1.328 +datawrite=short data
1.329 +
1.330 +
1.331 +[PBASE-F32-File-PublicApi-0015-001-Open_command008]
1.332 +RFs=RFs1
1.333 +file_mode=EFileReadAsyncAll | EFileShareAny
1.334 +file={Drives, RAMDriveTestPath}file\tc0015.txt
1.335 +
1.336 +
1.337 +[PBASE-F32-File-PublicApi-0015-001-Seek_command009]
1.338 +position=0
1.339 +seek=ESeekStart
1.340 +
1.341 +
1.342 +[PBASE-F32-File-PublicApi-0015-001-Read_command010]
1.343 +async=true
1.344 +
1.345 +
1.346 +[PBASE-F32-File-PublicApi-0015-001-Read_command011]
1.347 +async=true
1.348 +
1.349 +
1.350 +[PBASE-F32-File-PublicApi-0015-001-ReadCancel_command012]
1.351 +cancel_all=true
1.352 +
1.353 +
1.354 +[PBASE-F32-File-PublicApi-0015-001-Delete_command016]
1.355 +name={Drives, RAMDriveTestPath}file\tc0015.txt
1.356 +
1.357 +
1.358 +[PBASE-F32-File-PublicApi-0016-001-Replace_command005]
1.359 +RFs=RFs1
1.360 +file_mode=EFileWrite
1.361 +file={Drives, RAMDriveTestPath}file\tc0016.txt
1.362 +
1.363 +
1.364 +[PBASE-F32-File-PublicApi-0016-001-Write_command006]
1.365 +datawrite=Write test
1.366 +
1.367 +
1.368 +[PBASE-F32-File-PublicApi-0016-001-Open_command009]
1.369 +RFs=RFs1
1.370 +file_mode=EFileRead
1.371 +file={Drives, RAMDriveTestPath}file\tc0016.txt
1.372 +
1.373 +
1.374 +[PBASE-F32-File-PublicApi-0016-001-Read_command010]
1.375 +expected_string=Write test
1.376 +
1.377 +
1.378 +[PBASE-F32-File-PublicApi-0016-001-Delete_command014]
1.379 +name={Drives, RAMDriveTestPath}file\tc0016.txt
1.380 +
1.381 +
1.382 +[PBASE-F32-File-PublicApi-0017-001-Replace_command005]
1.383 +RFs=RFs1
1.384 +file_mode=EFileWrite
1.385 +file={Drives, RAMDriveTestPath}file\tc0017.txt
1.386 +
1.387 +
1.388 +[PBASE-F32-File-PublicApi-0017-001-Write_command006]
1.389 +async=true
1.390 +datawrite=Asynchronous write test
1.391 +
1.392 +
1.393 +[PBASE-F32-File-PublicApi-0017-001-Open_command009]
1.394 +RFs=RFs1
1.395 +file_mode=EFileRead
1.396 +file={Drives, RAMDriveTestPath}file\tc0017.txt
1.397 +
1.398 +
1.399 +[PBASE-F32-File-PublicApi-0017-001-Read_command010]
1.400 +expected_string=Asynchronous write test
1.401 +
1.402 +
1.403 +[PBASE-F32-File-PublicApi-0017-001-Delete_command014]
1.404 +name={Drives, RAMDriveTestPath}file\tc0017.txt
1.405 +
1.406 +
1.407 +[PBASE-F32-File-PublicApi-0018-001-Replace_command005]
1.408 +RFs=RFs1
1.409 +file_mode=EFileWrite
1.410 +file={Drives, RAMDriveTestPath}file\tc0018.txt
1.411 +
1.412 +
1.413 +[PBASE-F32-File-PublicApi-0018-001-Write_command006]
1.414 +length=5
1.415 +datawrite=Synchronous write test with length
1.416 +
1.417 +
1.418 +[PBASE-F32-File-PublicApi-0018-001-Open_command009]
1.419 +RFs=RFs1
1.420 +file_mode=EFileWrite
1.421 +file={Drives, RAMDriveTestPath}file\tc0018.txt
1.422 +
1.423 +
1.424 +[PBASE-F32-File-PublicApi-0018-001-Read_command010]
1.425 +expected_string=Synch
1.426 +
1.427 +
1.428 +[PBASE-F32-File-PublicApi-0018-001-Delete_command014]
1.429 +name={Drives, RAMDriveTestPath}file\tc0018.txt
1.430 +
1.431 +
1.432 +[PBASE-F32-File-PublicApi-0019-001-Replace_command005]
1.433 +RFs=RFs1
1.434 +file_mode=EFileWrite
1.435 +file={Drives, RAMDriveTestPath}file\tc0019.txt
1.436 +
1.437 +
1.438 +[PBASE-F32-File-PublicApi-0019-001-Write_command006]
1.439 +async=true
1.440 +length=5
1.441 +datawrite=Asynchronous write test with length
1.442 +
1.443 +
1.444 +[PBASE-F32-File-PublicApi-0019-001-Open_command009]
1.445 +RFs=RFs1
1.446 +file_mode=EFileWrite
1.447 +file={Drives, RAMDriveTestPath}file\tc0019.txt
1.448 +
1.449 +
1.450 +[PBASE-F32-File-PublicApi-0019-001-Read_command010]
1.451 +expected_string=Async
1.452 +
1.453 +
1.454 +[PBASE-F32-File-PublicApi-0019-001-Delete_command014]
1.455 +name={Drives, RAMDriveTestPath}file\tc0019.txt
1.456 +
1.457 +
1.458 +[PBASE-F32-File-PublicApi-0020-001-Replace_command005]
1.459 +RFs=RFs1
1.460 +file_mode=EFileWrite
1.461 +file={Drives, RAMDriveTestPath}file\tc0020.txt
1.462 +
1.463 +
1.464 +[PBASE-F32-File-PublicApi-0020-001-Write_command006]
1.465 +datawrite=__test
1.466 +
1.467 +
1.468 +[PBASE-F32-File-PublicApi-0020-001-Write_command008]
1.469 +position=2
1.470 +datawrite=Synchronous write test with position
1.471 +
1.472 +
1.473 +[PBASE-F32-File-PublicApi-0020-001-Open_command011]
1.474 +RFs=RFs1
1.475 +file_mode=EFileWrite
1.476 +file={Drives, RAMDriveTestPath}file\tc0020.txt
1.477 +
1.478 +
1.479 +[PBASE-F32-File-PublicApi-0020-001-Read_command012]
1.480 +expected_string=__Synchronous write test with position
1.481 +
1.482 +
1.483 +[PBASE-F32-File-PublicApi-0020-001-Delete_command016]
1.484 +name={Drives, RAMDriveTestPath}file\tc0020.txt
1.485 +
1.486 +
1.487 +[PBASE-F32-File-PublicApi-0021-001-Replace_command005]
1.488 +RFs=RFs1
1.489 +file_mode=EFileWrite
1.490 +file={Drives, RAMDriveTestPath}file\tc0021.txt
1.491 +
1.492 +
1.493 +[PBASE-F32-File-PublicApi-0021-001-Write_command006]
1.494 +datawrite=__test
1.495 +
1.496 +
1.497 +[PBASE-F32-File-PublicApi-0021-001-Write_command008]
1.498 +async =true
1.499 +datawrite=Asynchronous write test with position
1.500 +position=2
1.501 +
1.502 +
1.503 +[PBASE-F32-File-PublicApi-0021-001-Open_command011]
1.504 +RFs=RFs1
1.505 +file_mode=EFileWrite
1.506 +file={Drives, RAMDriveTestPath}file\tc0021.txt
1.507 +
1.508 +
1.509 +[PBASE-F32-File-PublicApi-0021-001-Read_command012]
1.510 +expected_string=__Asynchronous write test with position
1.511 +
1.512 +
1.513 +[PBASE-F32-File-PublicApi-0021-001-Delete_command016]
1.514 +name={Drives, RAMDriveTestPath}file\tc0021.txt
1.515 +
1.516 +
1.517 +[PBASE-F32-File-PublicApi-0022-001-Replace_command005]
1.518 +RFs=RFs1
1.519 +file_mode=EFileWrite
1.520 +file={Drives, RAMDriveTestPath}file\tc0022.txt
1.521 +
1.522 +
1.523 +[PBASE-F32-File-PublicApi-0022-001-Write_command006]
1.524 +datawrite=__test
1.525 +
1.526 +
1.527 +[PBASE-F32-File-PublicApi-0022-001-Write_command008]
1.528 +position=2
1.529 +length=4
1.530 +datawrite=Synchronous write test with position, length
1.531 +
1.532 +
1.533 +[PBASE-F32-File-PublicApi-0022-001-Open_command011]
1.534 +RFs=RFs1
1.535 +file_mode=EFileWrite
1.536 +file={Drives, RAMDriveTestPath}file\tc0022.txt
1.537 +
1.538 +
1.539 +[PBASE-F32-File-PublicApi-0022-001-Read_command012]
1.540 +expected_string=__Sync
1.541 +
1.542 +
1.543 +[PBASE-F32-File-PublicApi-0022-001-Delete_command016]
1.544 +name={Drives, RAMDriveTestPath}file\tc0022.txt
1.545 +
1.546 +
1.547 +[PBASE-F32-File-PublicApi-0023-001-Replace_command005]
1.548 +RFs=RFs1
1.549 +file_mode=EFileWrite
1.550 +file={Drives, RAMDriveTestPath}file\tc0023.txt
1.551 +
1.552 +
1.553 +[PBASE-F32-File-PublicApi-0023-001-Write_command006]
1.554 +datawrite=__test
1.555 +
1.556 +
1.557 +[PBASE-F32-File-PublicApi-0023-001-Write_command008]
1.558 +async =true
1.559 +length=4
1.560 +datawrite=Asynchronous write test with position, length
1.561 +position=2
1.562 +
1.563 +
1.564 +[PBASE-F32-File-PublicApi-0023-001-Open_command011]
1.565 +RFs=RFs1
1.566 +file_mode=EFileWrite
1.567 +file={Drives, RAMDriveTestPath}file\tc0023.txt
1.568 +
1.569 +
1.570 +[PBASE-F32-File-PublicApi-0023-001-Read_command012]
1.571 +expected_string=__Asyn
1.572 +
1.573 +
1.574 +[PBASE-F32-File-PublicApi-0023-001-Delete_command016]
1.575 +name={Drives, RAMDriveTestPath}file\tc0023.txt
1.576 +
1.577 +
1.578 +[PBASE-F32-File-PublicApi-0024-001-Replace_command005]
1.579 +RFs=RFs1
1.580 +file_mode=EFileShareAny | EFileWrite
1.581 +file={Drives, RAMDriveTestPath}file\tc0024.txt
1.582 +
1.583 +
1.584 +[PBASE-F32-File-PublicApi-0024-001-Open_command008]
1.585 +RFs=RFs1
1.586 +file_mode=EFileShareAny | EFileWrite
1.587 +file={Drives, RAMDriveTestPath}file\tc0024.txt
1.588 +
1.589 +
1.590 +[PBASE-F32-File-PublicApi-0024-001-Write_command010]
1.591 +datawrite=Lock test
1.592 +
1.593 +
1.594 +[PBASE-F32-File-PublicApi-0024-001-Lock_command011]
1.595 +position=0
1.596 +length=3
1.597 +
1.598 +
1.599 +[PBASE-F32-File-PublicApi-0024-001-UnLock_command016]
1.600 +position=0
1.601 +length=3
1.602 +
1.603 +
1.604 +[PBASE-F32-File-PublicApi-0024-001-Delete_command025]
1.605 +name={Drives, RAMDriveTestPath}file\tc0024.txt
1.606 +
1.607 +
1.608 +[PBASE-F32-File-PublicApi-0025-001-Replace_command005]
1.609 +RFs=RFs1
1.610 +file_mode=EFileWrite
1.611 +file={Drives, RAMDriveTestPath}file\tc0025.txt
1.612 +
1.613 +
1.614 +[PBASE-F32-File-PublicApi-0025-001-Write_command006]
1.615 +datawrite=Should seek to pos here
1.616 +
1.617 +
1.618 +[PBASE-F32-File-PublicApi-0025-001-Seek_command007]
1.619 +position=19
1.620 +seek=ESeekStart
1.621 +
1.622 +
1.623 +[PBASE-F32-File-PublicApi-0025-001-Read_command008]
1.624 +expected_string=here
1.625 +
1.626 +
1.627 +[PBASE-F32-File-PublicApi-0025-001-Delete_command012]
1.628 +name={Drives, RAMDriveTestPath}file\tc0025.txt
1.629 +
1.630 +
1.631 +[PBASE-F32-File-PublicApi-0026-001-Replace_command005]
1.632 +RFs=RFs1
1.633 +file_mode=EFileWrite
1.634 +file={Drives, RAMDriveTestPath}file\tc0026.txt
1.635 +
1.636 +
1.637 +[PBASE-F32-File-PublicApi-0026-001-Write_command006]
1.638 +datawrite=This data should be flushed
1.639 +
1.640 +[PBASE-F32-File-PublicApi-0026-001-Seek_command008]
1.641 +position=0
1.642 +seek=ESeekStart
1.643 +
1.644 +[PBASE-F32-File-PublicApi-0026-001-Read_command009]
1.645 +expected_string=This data should be flushed
1.646 +
1.647 +[PBASE-F32-File-PublicApi-0026-001-Delete_command011]
1.648 +name={Drives, RAMDriveTestPath}file\tc0026.txt
1.649 +
1.650 +
1.651 +[PBASE-F32-File-PublicApi-0027-001-Replace_command005]
1.652 +RFs=RFs1
1.653 +file_mode=EFileWrite
1.654 +file={Drives, RAMDriveTestPath}file\tc0027.txt
1.655 +
1.656 +
1.657 +[PBASE-F32-File-PublicApi-0027-001-Write_command006]
1.658 +datawrite=This data should be flushed
1.659 +
1.660 +
1.661 +[PBASE-F32-File-PublicApi-0027-001-Flush_command007]
1.662 +async=true
1.663 +
1.664 +[PBASE-F32-File-PublicApi-0027-001-Seek_command008]
1.665 +position=0
1.666 +seek=ESeekStart
1.667 +
1.668 +[PBASE-F32-File-PublicApi-0027-001-Read_command009]
1.669 +expected_string=This data should be flushed
1.670 +
1.671 +
1.672 +[PBASE-F32-File-PublicApi-0027-001-Delete_command011]
1.673 +name={Drives, RAMDriveTestPath}file\tc0027.txt
1.674 +
1.675 +
1.676 +[PBASE-F32-File-PublicApi-0028-001-Replace_command005]
1.677 +RFs=RFs1
1.678 +file_mode=EFileWrite
1.679 +file={Drives, RAMDriveTestPath}file\tc0028.txt
1.680 +
1.681 +
1.682 +[PBASE-F32-File-PublicApi-0028-001-Write_command006]
1.683 +datawrite=Size test this text should be truncated
1.684 +
1.685 +
1.686 +[PBASE-F32-File-PublicApi-0028-001-SetSize_command007]
1.687 +size=10
1.688 +
1.689 +
1.690 +[PBASE-F32-File-PublicApi-0028-001-Size_command008]
1.691 +
1.692 +
1.693 +
1.694 +[PBASE-F32-File-PublicApi-0028-001-Delete_command012]
1.695 +name={Drives, RAMDriveTestPath}file\tc0028.txt
1.696 +
1.697 +
1.698 +[PBASE-F32-File-PublicApi-0029-001-Replace_command005]
1.699 +RFs=RFs1
1.700 +file_mode=EFileWrite
1.701 +file={Drives, RAMDriveTestPath}file\tc0029.txt
1.702 +
1.703 +
1.704 +[PBASE-F32-File-PublicApi-0029-001-Write_command006]
1.705 +datawrite=SetAtt test
1.706 +
1.707 +
1.708 +[PBASE-F32-File-PublicApi-0029-001-SetAtt_command007]
1.709 +set_att_mask=KEntryAttArchive
1.710 +clear_att_mask=KEntryAttReadOnly
1.711 +
1.712 +
1.713 +[PBASE-F32-File-PublicApi-0029-001-Open_command010]
1.714 +RFs=RFs1
1.715 +file_mode=EFileWrite
1.716 +file={Drives, RAMDriveTestPath}file\tc0029.txt
1.717 +
1.718 +
1.719 +[PBASE-F32-File-PublicApi-0029-001-Att_command011]
1.720 +compare_value=KEntryAttArchive
1.721 +
1.722 +
1.723 +[PBASE-F32-File-PublicApi-0029-001-Delete_command015]
1.724 +name={Drives, RAMDriveTestPath}file\tc0029.txt
1.725 +
1.726 +
1.727 +[PBASE-F32-File-PublicApi-0030-001-Replace_command005]
1.728 +RFs=RFs1
1.729 +file_mode=EFileWrite
1.730 +file={Drives, RAMDriveTestPath}file\tc0030.txt
1.731 +
1.732 +
1.733 +[PBASE-F32-File-PublicApi-0030-001-SetModified_command006]
1.734 +date=20070118:
1.735 +
1.736 +
1.737 +[PBASE-F32-File-PublicApi-0030-001-Open_command008]
1.738 +RFs=RFs1
1.739 +file_mode=EFileWrite
1.740 +file={Drives, RAMDriveTestPath}file\tc0030.txt
1.741 +
1.742 +
1.743 +[PBASE-F32-File-PublicApi-0030-001-Modified_command009]
1.744 +compare_value=20070118:
1.745 +
1.746 +[PBASE-F32-File-PublicApi-0030-001-Delete_command012]
1.747 +name={Drives, RAMDriveTestPath}file\tc0030.txt
1.748 +
1.749 +[PBASE-F32-File-PublicApi-0031-001-Replace_command005]
1.750 +RFs=RFs1
1.751 +file_mode=EFileShareAny
1.752 +file={Drives, RAMDriveTestPath}file\tc0031.txt
1.753 +
1.754 +
1.755 +[PBASE-F32-File-PublicApi-0031-001-Set_command006]
1.756 +date=20070118:
1.757 +set_att_mask=KEntryAttArchive
1.758 +clear_att_mask=KEntryAttReadOnly
1.759 +
1.760 +
1.761 +[PBASE-F32-File-PublicApi-0031-001-Att_command007]
1.762 +compare_value=KEntryAttArchive
1.763 +
1.764 +
1.765 +[PBASE-F32-File-PublicApi-0031-001-Modified_command008]
1.766 +compare_value=20070118:
1.767 +
1.768 +
1.769 +[PBASE-F32-File-PublicApi-0031-001-Delete_command012]
1.770 +name={Drives, RAMDriveTestPath}file\tc0031.txt
1.771 +
1.772 +
1.773 +[PBASE-F32-File-PublicApi-0032-001-Replace_command005]
1.774 +RFs=RFs1
1.775 +file_mode=EFileShareExclusive
1.776 +file={Drives, RAMDriveTestPath}file\tc0032.txt
1.777 +
1.778 +
1.779 +[PBASE-F32-File-PublicApi-0032-001-Open_command007]
1.780 +RFs=RFs1
1.781 +file_mode=EFileShareExclusive
1.782 +file={Drives, RAMDriveTestPath}file\tc0032.txt
1.783 +
1.784 +
1.785 +[PBASE-F32-File-PublicApi-0032-001-ChangeMode_command008]
1.786 +file_mode=EFileShareReadersOnly
1.787 +
1.788 +
1.789 +[PBASE-F32-File-PublicApi-0032-001-Delete_command012]
1.790 +name={Drives, RAMDriveTestPath}file\tc0032.txt
1.791 +
1.792 +
1.793 +[PBASE-F32-File-PublicApi-0033-001-Replace_command005]
1.794 +RFs=RFs1
1.795 +file_mode=EFileShareExclusive | EFileWrite
1.796 +file={Drives, RAMDriveTestPath}file\tc0033.txt
1.797 +
1.798 +
1.799 +[PBASE-F32-File-PublicApi-0033-001-Rename_command006]
1.800 +name={Drives, RAMDriveTestPath}file\test_renamed.txt
1.801 +
1.802 +
1.803 +[PBASE-F32-File-PublicApi-0033-001-Rename_command008]
1.804 +name={Drives, RAMDriveTestPath}file\tc0033.txt
1.805 +
1.806 +
1.807 +[PBASE-F32-File-PublicApi-0033-001-Delete_command012]
1.808 +name={Drives, RAMDriveTestPath}file\tc0033.txt
1.809 +
1.810 +
1.811 +[PBASE-F32-File-PublicApi-0034-001-Replace_command005]
1.812 +RFs=RFs1
1.813 +file_mode=EFileShareAny
1.814 +file={Drives, RAMDriveTestPath}file\tc0034.txt
1.815 +
1.816 +
1.817 +[PBASE-F32-File-PublicApi-0034-001-Drive_command006]
1.818 +//!compare_value=23
1.819 +
1.820 +
1.821 +[PBASE-F32-File-PublicApi-0034-001-Delete_command010]
1.822 +name={Drives, RAMDriveTestPath}file\tc0034.txt
1.823 +
1.824 +
1.825 +[PBASE-F32-File-PublicApi-0039-001-Replace_command005]
1.826 +RFs=RFs1
1.827 +file_mode=EFileWrite
1.828 +file={Drives, RAMDriveTestPath}file\tc0039.txt
1.829 +
1.830 +
1.831 +[PBASE-F32-File-PublicApi-0039-001-Name_command006]
1.832 +compare_value=tc0039.txt
1.833 +
1.834 +
1.835 +[PBASE-F32-File-PublicApi-0039-001-Delete_command010]
1.836 +name={Drives, RAMDriveTestPath}file\tc0039.txt
1.837 +
1.838 +
1.839 +[PBASE-F32-File-PublicApi-0040-001-Replace_command005]
1.840 +RFs=RFs1
1.841 +file_mode=EFileWrite
1.842 +file={Drives, RAMDriveTestPath}file\tc0040.txt
1.843 +
1.844 +
1.845 +[PBASE-F32-File-PublicApi-0040-001-Write_command006]
1.846 +datawrite=Duplicate Test
1.847 +
1.848 +
1.849 +[PBASE-F32-File-PublicApi-0040-001-Seek_command007]
1.850 +position=0
1.851 +seek=ESeekStart
1.852 +
1.853 +
1.854 +[PBASE-F32-File-PublicApi-0040-001-Duplicate_command010]
1.855 +file_object_name=file
1.856 +
1.857 +[PBASE-F32-File-PublicApi-0040-001-Read_command011]
1.858 +expected_string=Duplicate Test
1.859 +
1.860 +
1.861 +[PBASE-F32-File-PublicApi-0040-001-Delete_command017]
1.862 +name={Drives, RAMDriveTestPath}file\tc0040.txt
1.863 +
1.864 +
1.865 +[PBASE-F32-File-PublicApi-0041-001-Replace_command005]
1.866 +RFs=RFs1
1.867 +file_mode=EFileShareAny
1.868 +file={Drives, RAMDriveTestPath}file\tc0041.txt
1.869 +
1.870 +
1.871 +[PBASE-F32-File-PublicApi-0041-001-FullName_command006]
1.872 +compare_path={Drives, RAMDriveTestPath}file\tc0041.txt
1.873 +
1.874 +
1.875 +[PBASE-F32-File-PublicApi-0041-001-Delete_command010]
1.876 +name={Drives, RAMDriveTestPath}file\tc0041.txt
1.877 +
1.878 +
1.879 +[PBASE-F32-File-PublicApi-0101-001-Open_command005]
1.880 +RFs=RFs1
1.881 +file_mode=EFileShareAny
1.882 +file={Drives, RAMDriveTestPath}file\base\chickenfarm\chicken.txt
1.883 +
1.884 +
1.885 +[PBASE-F32-File-PublicApi-0103-001-Replace_command005]
1.886 +RFs=RFs1
1.887 +file_mode=EFileShareAny
1.888 +file={Drives, RAMDriveTestPath}file\tc0103.txt
1.889 +
1.890 +
1.891 +[PBASE-F32-File-PublicApi-0103-001-Open_command007]
1.892 +RFs=RFs1
1.893 +file_mode=EFileWrite | EFileShareReadersOnly
1.894 +file={Drives, RAMDriveTestPath}file\tc0103.txt
1.895 +
1.896 +
1.897 +[PBASE-F32-File-PublicApi-0103-001-Delete_command010]
1.898 +name={Drives, RAMDriveTestPath}file\tc0103.txt
1.899 +
1.900 +
1.901 +[PBASE-F32-File-PublicApi-0125-001-Replace_command005]
1.902 +RFs=RFs1
1.903 +file_mode=EFileWrite
1.904 +file={Drives, RAMDriveTestPath}file\tc0125.txt
1.905 +
1.906 +
1.907 +[PBASE-F32-File-PublicApi-0125-001-Write_command006]
1.908 +datawrite=Should seek to pos here
1.909 +
1.910 +
1.911 +[PBASE-F32-File-PublicApi-0125-001-Seek_command007]
1.912 +position=0
1.913 +seek=ESeekStart
1.914 +
1.915 +
1.916 +[PBASE-F32-File-PublicApi-0125-001-Read_command008]
1.917 +length=7
1.918 +
1.919 +
1.920 +[PBASE-F32-File-PublicApi-0125-001-Seek_command009]
1.921 +position=5
1.922 +seek=ESeekCurrent
1.923 +
1.924 +
1.925 +[PBASE-F32-File-PublicApi-0125-001-Read_command010]
1.926 +expected_string=to pos here
1.927 +
1.928 +
1.929 +[PBASE-F32-File-PublicApi-0125-001-Delete_command014]
1.930 +name={Drives, RAMDriveTestPath}file\tc0125.txt
1.931 +
1.932 +
1.933 +[PBASE-F32-File-PublicApi-0201-001-Create_command005]
1.934 +RFs=RFs1
1.935 +file_mode=EFileShareAny
1.936 +name={Drives, RAMDriveChar}:\base\chickenfarm\chicken.txt
1.937 +
1.938 +
1.939 +[PBASE-F32-File-PublicApi-0202-001-Replace_command005]
1.940 +RFs=RFs1
1.941 +file_mode=EFileShareAny
1.942 +file={Drives, RAMDriveTestPath}file\tc0202.txt
1.943 +
1.944 +
1.945 +[PBASE-F32-File-PublicApi-0202-001-Create_command007]
1.946 +RFs=RFs1
1.947 +file_mode=EFileShareAny
1.948 +name={Drives, RAMDriveTestPath}file\tc0202.txt
1.949 +
1.950 +
1.951 +[PBASE-F32-File-PublicApi-0202-001-Delete_command010]
1.952 +name={Drives, RAMDriveTestPath}file\tc0202.txt
1.953 +
1.954 +
1.955 +[PBASE-F32-File-PublicApi-0203-001-Replace_command001]
1.956 +RFs=RFs1
1.957 +file_mode=EFileWrite
1.958 +file={Drives, RAMDriveTestPath}file\tc0203.txt
1.959 +
1.960 +[PBASE-F32-File-PublicApi-0203-001-Delete_command002]
1.961 +name={Drives, RAMDriveTestPath}file\tc0203.txt
1.962 +
1.963 +[PBASE-F32-File-PublicApi-0203-001-Create_command005]
1.964 +RFs=RFs1
1.965 +file_mode=EFileWrite | EFileShareReadersOnly
1.966 +name={Drives, RAMDriveTestPath}file\tc0203.txt
1.967 +
1.968 +
1.969 +[PBASE-F32-File-PublicApi-0301-001-Replace_command005]
1.970 +RFs=RFs1
1.971 +file_mode=EFileShareAny
1.972 +file={Drives, RAMDriveChar}:\base\chickenfarm\chicken.txt
1.973 +
1.974 +
1.975 +[PBASE-F32-File-PublicApi-0303-001-Replace_command005]
1.976 +RFs=RFs1
1.977 +file_mode=EFileShareReadersOnly | EFileWrite
1.978 +file={Drives, RAMDriveTestPath}file\tc0303.txt
1.979 +
1.980 +
1.981 +[PBASE-F32-File-PublicApi-0401-001-Temp_command005]
1.982 +RFs=RFs1
1.983 +path={Drives, RAMDriveChar}:\base\chickenfarm\
1.984 +file_mode=EFileShareAny
1.985 +
1.986 +
1.987 +[PBASE-F32-File-PublicApi-0403-001-Temp_command005]
1.988 +RFs=RFs1
1.989 +path={Drives, RAMDriveTestPath}file\
1.990 +file_mode=EFileShareReadersOnly | EFileWrite
1.991 +
1.992 +
1.993 +[PBASE-F32-File-PublicApi-0701-001-Replace_command005]
1.994 +RFs=RFs1
1.995 +file_mode=EFileRead
1.996 +file={Drives, RAMDriveTestPath}file\tc0701.txt
1.997 +
1.998 +
1.999 +[PBASE-F32-File-PublicApi-0701-001-Write_command006]
1.1000 +datawrite=test
1.1001 +
1.1002 +
1.1003 +[PBASE-F32-File-PublicApi-0701-001-Read_command007]
1.1004 +length=-1
1.1005 +
1.1006 +
1.1007 +[PBASE-F32-File-PublicApi-0701-001-Delete_command011]
1.1008 +name={Drives, RAMDriveTestPath}file\tc0701.txt
1.1009 +
1.1010 +
1.1011 +[PBASE-F32-File-PublicApi-0702-001-Replace_command005]
1.1012 +RFs=RFs1
1.1013 +file_mode=EFileRead
1.1014 +file={Drives, RAMDriveTestPath}file\tc0702.txt
1.1015 +
1.1016 +
1.1017 +[PBASE-F32-File-PublicApi-0702-001-Write_command006]
1.1018 +datawrite=readtest
1.1019 +
1.1020 +
1.1021 +[PBASE-F32-File-PublicApi-0702-001-Read_command007]
1.1022 +buffer_length=4
1.1023 +length=100
1.1024 +
1.1025 +
1.1026 +[PBASE-F32-File-PublicApi-0702-001-Delete_command011]
1.1027 +name={Drives, RAMDriveTestPath}file\tc0702.txt
1.1028 +
1.1029 +
1.1030 +[PBASE-F32-File-PublicApi-0703-001-Replace_command005]
1.1031 +RFs=RFs1
1.1032 +file_mode=EFileRead
1.1033 +file={Drives, RAMDriveTestPath}file\tc0703.txt
1.1034 +
1.1035 +
1.1036 +[PBASE-F32-File-PublicApi-0703-001-Write_command006]
1.1037 +datawrite=readtest
1.1038 +
1.1039 +
1.1040 +[PBASE-F32-File-PublicApi-0703-001-Read_command007]
1.1041 +buffer_length=4
1.1042 +length=0
1.1043 +expected_string=
1.1044 +
1.1045 +
1.1046 +[PBASE-F32-File-PublicApi-0703-001-Delete_command011]
1.1047 +name={Drives, RAMDriveTestPath}file\tc0703.txt
1.1048 +
1.1049 +
1.1050 +[PBASE-F32-File-PublicApi-0801-001-Replace_command005]
1.1051 +RFs=RFs1
1.1052 +file_mode=EFileRead
1.1053 +file={Drives, RAMDriveTestPath}file\tc0801.txt
1.1054 +
1.1055 +
1.1056 +[PBASE-F32-File-PublicApi-0801-001-Write_command006]
1.1057 +datawrite=test
1.1058 +
1.1059 +
1.1060 +[PBASE-F32-File-PublicApi-0801-001-Read_command007]
1.1061 +length=-1
1.1062 +async =true
1.1063 +
1.1064 +
1.1065 +[PBASE-F32-File-PublicApi-0801-001-Delete_command011]
1.1066 +name={Drives, RAMDriveTestPath}file\tc0801.txt
1.1067 +
1.1068 +
1.1069 +[PBASE-F32-File-PublicApi-0802-001-Replace_command005]
1.1070 +RFs=RFs1
1.1071 +file_mode=EFileRead
1.1072 +file={Drives, RAMDriveTestPath}file\tc0802.txt
1.1073 +
1.1074 +
1.1075 +[PBASE-F32-File-PublicApi-0802-001-Write_command006]
1.1076 +datawrite=readtest
1.1077 +
1.1078 +
1.1079 +[PBASE-F32-File-PublicApi-0802-001-Read_command007]
1.1080 +buffer_length=4
1.1081 +length=1000
1.1082 +async =true
1.1083 +
1.1084 +
1.1085 +[PBASE-F32-File-PublicApi-0802-001-Delete_command011]
1.1086 +name={Drives, RAMDriveTestPath}file\tc0802.txt
1.1087 +
1.1088 +
1.1089 +[PBASE-F32-File-PublicApi-0901-001-Replace_command005]
1.1090 +RFs=RFs1
1.1091 +file_mode=EFileRead
1.1092 +file={Drives, RAMDriveTestPath}file\tc0901.txt
1.1093 +
1.1094 +
1.1095 +[PBASE-F32-File-PublicApi-0901-001-Write_command006]
1.1096 +datawrite=test
1.1097 +
1.1098 +
1.1099 +[PBASE-F32-File-PublicApi-0901-001-Read_command007]
1.1100 +position=-1
1.1101 +
1.1102 +
1.1103 +[PBASE-F32-File-PublicApi-0901-001-Delete_command011]
1.1104 +name={Drives, RAMDriveTestPath}file\tc0901.txt
1.1105 +
1.1106 +
1.1107 +[PBASE-F32-File-PublicApi-0902-001-Replace_command005]
1.1108 +RFs=RFs1
1.1109 +file_mode=EFileRead
1.1110 +file={Drives, RAMDriveTestPath}file\tx0902.txt
1.1111 +
1.1112 +
1.1113 +[PBASE-F32-File-PublicApi-0902-001-Write_command006]
1.1114 +datawrite=test
1.1115 +
1.1116 +
1.1117 +[PBASE-F32-File-PublicApi-0902-001-Read_command007]
1.1118 +position=100
1.1119 +expected_string=
1.1120 +
1.1121 +
1.1122 +[PBASE-F32-File-PublicApi-0902-001-Delete_command011]
1.1123 +name={Drives, RAMDriveTestPath}file\tx0902.txt
1.1124 +
1.1125 +
1.1126 +[PBASE-F32-File-PublicApi-1001-001-Replace_command005]
1.1127 +RFs=RFs1
1.1128 +file_mode=EFileRead
1.1129 +file={Drives, RAMDriveTestPath}file\tc1001.txt
1.1130 +
1.1131 +
1.1132 +[PBASE-F32-File-PublicApi-1001-001-Write_command006]
1.1133 +datawrite="synchronous read with position test"
1.1134 +
1.1135 +
1.1136 +[PBASE-F32-File-PublicApi-1001-001-Read_command007]
1.1137 +position=-1
1.1138 +async =true
1.1139 +
1.1140 +
1.1141 +[PBASE-F32-File-PublicApi-1001-001-Delete_command011]
1.1142 +name={Drives, RAMDriveTestPath}file\tc1001.txt
1.1143 +
1.1144 +
1.1145 +[PBASE-F32-File-PublicApi-1002-001-Replace_command005]
1.1146 +RFs=RFs1
1.1147 +file_mode=EFileRead
1.1148 +file={Drives, RAMDriveTestPath}file\tc1002.txt
1.1149 +
1.1150 +
1.1151 +[PBASE-F32-File-PublicApi-1002-001-Write_command006]
1.1152 +datawrite=test
1.1153 +
1.1154 +
1.1155 +[PBASE-F32-File-PublicApi-1002-001-Read_command007]
1.1156 +position=100
1.1157 +expected_string=
1.1158 +async =true
1.1159 +
1.1160 +
1.1161 +[PBASE-F32-File-PublicApi-1002-001-Delete_command011]
1.1162 +name={Drives, RAMDriveTestPath}file\tc1002.txt
1.1163 +
1.1164 +
1.1165 +[PBASE-F32-File-PublicApi-1040-001-Replace_command005]
1.1166 +RFs=RFs1
1.1167 +file_mode=EFileWrite
1.1168 +file={Drives, RAMDriveTestPath}file\tc1040.txt
1.1169 +
1.1170 +
1.1171 +[PBASE-F32-File-PublicApi-1040-001-Write_command006]
1.1172 +datawrite=Duplicate Test
1.1173 +
1.1174 +
1.1175 +[PBASE-F32-File-PublicApi-1040-001-Seek_command007]
1.1176 +position=0
1.1177 +seek=ESeekStart
1.1178 +
1.1179 +
1.1180 +[PBASE-F32-File-PublicApi-1040-001-Duplicate_command010]
1.1181 +file_object_name=file
1.1182 +owner_type=EOwnerThread
1.1183 +
1.1184 +[PBASE-F32-File-PublicApi-1040-001-Read_command011]
1.1185 +expected_string=Duplicate Test
1.1186 +
1.1187 +[PBASE-F32-File-PublicApi-1040-001-Delete_command017]
1.1188 +name={Drives, RAMDriveTestPath}file\tc1040.txt
1.1189 +
1.1190 +
1.1191 +[PBASE-F32-File-PublicApi-1101-001-Replace_command005]
1.1192 +RFs=RFs1
1.1193 +file_mode=EFileRead
1.1194 +file={Drives, RAMDriveTestPath}file\tc1101.txt
1.1195 +
1.1196 +
1.1197 +[PBASE-F32-File-PublicApi-1101-001-Write_command006]
1.1198 +datawrite=test
1.1199 +
1.1200 +
1.1201 +[PBASE-F32-File-PublicApi-1101-001-Read_command007]
1.1202 +position=-1
1.1203 +length=4
1.1204 +
1.1205 +
1.1206 +[PBASE-F32-File-PublicApi-1101-001-Delete_command011]
1.1207 +name={Drives, RAMDriveTestPath}file\tc1101.txt
1.1208 +
1.1209 +
1.1210 +[PBASE-F32-File-PublicApi-1102-001-Replace_command005]
1.1211 +RFs=RFs1
1.1212 +file_mode=EFileRead
1.1213 +file={Drives, RAMDriveTestPath}file\tc1102.txt
1.1214 +
1.1215 +
1.1216 +[PBASE-F32-File-PublicApi-1102-001-Write_command006]
1.1217 +datawrite=test
1.1218 +
1.1219 +
1.1220 +[PBASE-F32-File-PublicApi-1102-001-Read_command007]
1.1221 +position=10
1.1222 +length=-4
1.1223 +
1.1224 +
1.1225 +[PBASE-F32-File-PublicApi-1102-001-Delete_command011]
1.1226 +name={Drives, RAMDriveTestPath}file\tc1102.txt
1.1227 +
1.1228 +
1.1229 +[PBASE-F32-File-PublicApi-1103-001-Replace_command005]
1.1230 +RFs=RFs1
1.1231 +file_mode=EFileRead
1.1232 +file={Drives, RAMDriveTestPath}file\tc1103.txt
1.1233 +
1.1234 +
1.1235 +[PBASE-F32-File-PublicApi-1103-001-Write_command006]
1.1236 +datawrite=test
1.1237 +
1.1238 +
1.1239 +[PBASE-F32-File-PublicApi-1103-001-Read_command007]
1.1240 +position=10
1.1241 +length=4
1.1242 +
1.1243 +
1.1244 +[PBASE-F32-File-PublicApi-1103-001-Delete_command011]
1.1245 +name={Drives, RAMDriveTestPath}file\tc1103.txt
1.1246 +
1.1247 +
1.1248 +[PBASE-F32-File-PublicApi-1104-001-Replace_command005]
1.1249 +RFs=RFs1
1.1250 +file_mode=EFileRead
1.1251 +file={Drives, RAMDriveTestPath}file\tc1104.txt
1.1252 +
1.1253 +
1.1254 +[PBASE-F32-File-PublicApi-1104-001-Write_command006]
1.1255 +datawrite=readtest
1.1256 +
1.1257 +
1.1258 +[PBASE-F32-File-PublicApi-1104-001-Read_command007]
1.1259 +buffer_length=4
1.1260 +position=10
1.1261 +length=1000
1.1262 +
1.1263 +
1.1264 +[PBASE-F32-File-PublicApi-1104-001-Delete_command011]
1.1265 +name={Drives, RAMDriveTestPath}file\tc1104.txt
1.1266 +
1.1267 +
1.1268 +[PBASE-F32-File-PublicApi-1201-001-Replace_command005]
1.1269 +RFs=RFs1
1.1270 +file_mode=EFileRead
1.1271 +file={Drives, RAMDriveTestPath}file\tc1201.txt
1.1272 +
1.1273 +
1.1274 +[PBASE-F32-File-PublicApi-1201-001-Write_command006]
1.1275 +datawrite=test
1.1276 +
1.1277 +
1.1278 +[PBASE-F32-File-PublicApi-1201-001-Read_command007]
1.1279 +position=-1
1.1280 +length=4
1.1281 +async =true
1.1282 +
1.1283 +
1.1284 +[PBASE-F32-File-PublicApi-1201-001-Delete_command011]
1.1285 +name={Drives, RAMDriveTestPath}file\tc1201.txt
1.1286 +
1.1287 +
1.1288 +[PBASE-F32-File-PublicApi-1202-001-Replace_command005]
1.1289 +RFs=RFs1
1.1290 +file_mode=EFileRead
1.1291 +file={Drives, RAMDriveTestPath}file\tc1202.txt
1.1292 +
1.1293 +
1.1294 +[PBASE-F32-File-PublicApi-1202-001-Write_command006]
1.1295 +datawrite=test
1.1296 +
1.1297 +
1.1298 +[PBASE-F32-File-PublicApi-1202-001-Read_command007]
1.1299 +position=10
1.1300 +length=-4
1.1301 +async =true
1.1302 +
1.1303 +
1.1304 +[PBASE-F32-File-PublicApi-1202-001-Delete_command011]
1.1305 +name={Drives, RAMDriveTestPath}file\tc1202.txt
1.1306 +
1.1307 +
1.1308 +[PBASE-F32-File-PublicApi-1203-001-Replace_command005]
1.1309 +RFs=RFs1
1.1310 +file_mode=EFileRead
1.1311 +file={Drives, RAMDriveTestPath}file\tc1203.txt
1.1312 +
1.1313 +
1.1314 +[PBASE-F32-File-PublicApi-1203-001-Write_command006]
1.1315 +datawrite=test
1.1316 +
1.1317 +
1.1318 +[PBASE-F32-File-PublicApi-1203-001-Read_command007]
1.1319 +position=10
1.1320 +length=4
1.1321 +async =true
1.1322 +
1.1323 +
1.1324 +[PBASE-F32-File-PublicApi-1203-001-Delete_command011]
1.1325 +name={Drives, RAMDriveTestPath}file\tc1203.txt
1.1326 +
1.1327 +
1.1328 +[PBASE-F32-File-PublicApi-1204-001-Replace_command005]
1.1329 +RFs=RFs1
1.1330 +file_mode=EFileRead
1.1331 +file={Drives, RAMDriveTestPath}file\tc1204.txt
1.1332 +
1.1333 +
1.1334 +[PBASE-F32-File-PublicApi-1204-001-Write_command006]
1.1335 +datawrite=synchronous read with length and position test
1.1336 +
1.1337 +
1.1338 +[PBASE-F32-File-PublicApi-1204-001-Read_command007]
1.1339 +buffer_length=4
1.1340 +position=10
1.1341 +length=1000
1.1342 +async =true
1.1343 +
1.1344 +[PBASE-F32-File-PublicApi-1204-001-Delete_command011]
1.1345 +name={Drives, RAMDriveTestPath}file\tc1204.txt
1.1346 +
1.1347 +
1.1348 +[PBASE-F32-File-PublicApi-1301-001-Replace_command005]
1.1349 +RFs=RFs1
1.1350 +file_mode=EFileRead
1.1351 +file={Drives, RAMDriveTestPath}file\tc1301.txt
1.1352 +
1.1353 +
1.1354 +[PBASE-F32-File-PublicApi-1301-001-Write_command006]
1.1355 +buffer_length = 0
1.1356 +datawrite=
1.1357 +
1.1358 +
1.1359 +[PBASE-F32-File-PublicApi-1301-001-Delete_command010]
1.1360 +name={Drives, RAMDriveTestPath}file\tc1301.txt
1.1361 +
1.1362 +
1.1363 +[PBASE-F32-File-PublicApi-1401-001-Replace_command005]
1.1364 +RFs=RFs1
1.1365 +file_mode=EFileRead
1.1366 +file={Drives, RAMDriveTestPath}file\tc1401.txt
1.1367 +
1.1368 +
1.1369 +[PBASE-F32-File-PublicApi-1401-001-Write_command006]
1.1370 +buffer_length =0
1.1371 +datawrite=
1.1372 +async =true
1.1373 +
1.1374 +
1.1375 +[PBASE-F32-File-PublicApi-1401-001-Delete_command010]
1.1376 +name={Drives, RAMDriveTestPath}file\tc1401.txt
1.1377 +
1.1378 +
1.1379 +[PBASE-F32-File-PublicApi-1602-001-Replace_command005]
1.1380 +RFs=RFs1
1.1381 +file_mode=EFileRead
1.1382 +file={Drives, RAMDriveTestPath}file\tc1602.txt
1.1383 +
1.1384 +
1.1385 +[PBASE-F32-File-PublicApi-1602-001-Write_command006]
1.1386 +length=-1
1.1387 +datawrite=test
1.1388 +
1.1389 +
1.1390 +[PBASE-F32-File-PublicApi-1602-001-Delete_command010]
1.1391 +name={Drives, RAMDriveTestPath}file\tc1602.txt
1.1392 +
1.1393 +
1.1394 +[PBASE-F32-File-PublicApi-1603-001-Replace_command005]
1.1395 +RFs=RFs1
1.1396 +file_mode=EFileRead
1.1397 +file={Drives, RAMDriveTestPath}file\tc1603.txt
1.1398 +
1.1399 +
1.1400 +[PBASE-F32-File-PublicApi-1603-001-Write_command006]
1.1401 +length=0
1.1402 +datawrite=test
1.1403 +
1.1404 +
1.1405 +[PBASE-F32-File-PublicApi-1603-001-Delete_command010]
1.1406 +name={Drives, RAMDriveTestPath}file\tc1603.txt
1.1407 +
1.1408 +
1.1409 +[PBASE-F32-File-PublicApi-1701-001-Replace_command005]
1.1410 +RFs=RFs1
1.1411 +file_mode=EFileRead
1.1412 +file={Drives, RAMDriveTestPath}file\tc1701.txt
1.1413 +
1.1414 +
1.1415 +[PBASE-F32-File-PublicApi-1701-001-Write_command006]
1.1416 +length=-1
1.1417 +datawrite=test
1.1418 +async =true
1.1419 +
1.1420 +
1.1421 +[PBASE-F32-File-PublicApi-1701-001-Delete_command010]
1.1422 +name={Drives, RAMDriveTestPath}file\tc1701.txt
1.1423 +
1.1424 +
1.1425 +[PBASE-F32-File-PublicApi-1702-001-Replace_command005]
1.1426 +RFs=RFs1
1.1427 +file_mode=EFileRead
1.1428 +file={Drives, RAMDriveTestPath}file\tc1702.txt
1.1429 +
1.1430 +
1.1431 +[PBASE-F32-File-PublicApi-1702-001-Write_command006]
1.1432 +length=0
1.1433 +datawrite=test
1.1434 +async =true
1.1435 +
1.1436 +
1.1437 +[PBASE-F32-File-PublicApi-1702-001-Delete_command010]
1.1438 +name={Drives, RAMDriveTestPath}file\tc1702.txt
1.1439 +
1.1440 +
1.1441 +[PBASE-F32-File-PublicApi-1801-001-Replace_command005]
1.1442 +RFs=RFs1
1.1443 +file_mode=EFileRead
1.1444 +file={Drives, RAMDriveTestPath}file\tc1801.txt
1.1445 +
1.1446 +
1.1447 +[PBASE-F32-File-PublicApi-1801-001-Write_command006]
1.1448 +position=-1
1.1449 +datawrite=test
1.1450 +
1.1451 +
1.1452 +[PBASE-F32-File-PublicApi-1801-001-Delete_command010]
1.1453 +name={Drives, RAMDriveTestPath}file\tc1801.txt
1.1454 +
1.1455 +
1.1456 +[PBASE-F32-File-PublicApi-1802-001-Replace_command005]
1.1457 +RFs=RFs1
1.1458 +file_mode=EFileRead
1.1459 +file={Drives, RAMDriveTestPath}file\tc1802.txt
1.1460 +
1.1461 +
1.1462 +[PBASE-F32-File-PublicApi-1802-001-Write_command006]
1.1463 +position=1
1.1464 +datawrite=
1.1465 +buffer_length=0
1.1466 +
1.1467 +
1.1468 +[PBASE-F32-File-PublicApi-1802-001-Delete_command010]
1.1469 +name={Drives, RAMDriveTestPath}file\tc1802.txt
1.1470 +
1.1471 +
1.1472 +[PBASE-F32-File-PublicApi-1901-001-Replace_command005]
1.1473 +RFs=RFs1
1.1474 +file_mode=EFileRead
1.1475 +file={Drives, RAMDriveTestPath}file\tc1901.txt
1.1476 +
1.1477 +
1.1478 +[PBASE-F32-File-PublicApi-1901-001-Write_command006]
1.1479 +position=-1
1.1480 +datawrite=test
1.1481 +async =true
1.1482 +
1.1483 +
1.1484 +[PBASE-F32-File-PublicApi-1901-001-Delete_command010]
1.1485 +name={Drives, RAMDriveTestPath}file\tc1901.txt
1.1486 +
1.1487 +[PBASE-F32-File-PublicApi-1902-001-Replace_command005]
1.1488 +RFs=RFs1
1.1489 +file_mode=EFileRead
1.1490 +file={Drives, RAMDriveTestPath}file\tc1902.txt
1.1491 +
1.1492 +
1.1493 +[PBASE-F32-File-PublicApi-1902-001-Write_command006]
1.1494 +position=1
1.1495 +datawrite=
1.1496 +async =true
1.1497 +buffer_length=0
1.1498 +
1.1499 +
1.1500 +[PBASE-F32-File-PublicApi-1902-001-Delete_command010]
1.1501 +name={Drives, RAMDriveTestPath}file\tc1902.txt
1.1502 +
1.1503 +[PBASE-F32-File-PublicApi-2001-001-Replace_command005]
1.1504 +RFs=RFs1
1.1505 +file_mode=EFileRead
1.1506 +file={Drives, RAMDriveTestPath}file\tc2001.txt
1.1507 +
1.1508 +
1.1509 +[PBASE-F32-File-PublicApi-2001-001-Write_command006]
1.1510 +position=-1
1.1511 +length=-1
1.1512 +datawrite=test
1.1513 +
1.1514 +
1.1515 +[PBASE-F32-File-PublicApi-2001-001-Delete_command010]
1.1516 +name={Drives, RAMDriveTestPath}file\tc2001.txt
1.1517 +
1.1518 +
1.1519 +[PBASE-F32-File-PublicApi-2002-001-Replace_command005]
1.1520 +RFs=RFs1
1.1521 +file_mode=EFileRead
1.1522 +file={Drives, RAMDriveTestPath}file\tc2002.txt
1.1523 +
1.1524 +
1.1525 +[PBASE-F32-File-PublicApi-2002-001-Write_command006]
1.1526 +position=0
1.1527 +length=0
1.1528 +datawrite=test
1.1529 +
1.1530 +
1.1531 +[PBASE-F32-File-PublicApi-2002-001-Delete_command010]
1.1532 +name={Drives, RAMDriveTestPath}file\tc2002.txt
1.1533 +
1.1534 +
1.1535 +[PBASE-F32-File-PublicApi-2003-001-Replace_command005]
1.1536 +RFs=RFs1
1.1537 +file_mode=EFileRead
1.1538 +file={Drives, RAMDriveTestPath}file\tc2003.txt
1.1539 +
1.1540 +
1.1541 +[PBASE-F32-File-PublicApi-2003-001-Write_command006]
1.1542 +position=0
1.1543 +length=-1
1.1544 +datawrite=test
1.1545 +
1.1546 +
1.1547 +[PBASE-F32-File-PublicApi-2003-001-Delete_command010]
1.1548 +name={Drives, RAMDriveTestPath}file\tc2003.txt
1.1549 +
1.1550 +[PBASE-F32-File-PublicApi-2101-001-Replace_command005]
1.1551 +RFs=RFs1
1.1552 +file_mode=EFileRead
1.1553 +file={Drives, RAMDriveTestPath}file\tc2101.txt
1.1554 +
1.1555 +
1.1556 +[PBASE-F32-File-PublicApi-2101-001-Write_command006]
1.1557 +position=-1
1.1558 +length=-1
1.1559 +datawrite=test
1.1560 +async =true
1.1561 +
1.1562 +
1.1563 +[PBASE-F32-File-PublicApi-2101-001-Delete_command010]
1.1564 +name={Drives, RAMDriveTestPath}file\tc2101.txt
1.1565 +
1.1566 +
1.1567 +[PBASE-F32-File-PublicApi-2102-001-Replace_command005]
1.1568 +RFs=RFs1
1.1569 +file_mode=EFileRead
1.1570 +file={Drives, RAMDriveTestPath}file\tc2102.txt
1.1571 +
1.1572 +
1.1573 +[PBASE-F32-File-PublicApi-2102-001-Write_command006]
1.1574 +position=0
1.1575 +length=0
1.1576 +datawrite=test
1.1577 +async =true
1.1578 +
1.1579 +
1.1580 +[PBASE-F32-File-PublicApi-2102-001-Delete_command010]
1.1581 +name={Drives, RAMDriveTestPath}file\tc2102.txt
1.1582 +
1.1583 +
1.1584 +[PBASE-F32-File-PublicApi-2103-001-Replace_command005]
1.1585 +RFs=RFs1
1.1586 +file_mode=EFileRead
1.1587 +file={Drives, RAMDriveTestPath}file\tc2103.txt
1.1588 +
1.1589 +
1.1590 +[PBASE-F32-File-PublicApi-2103-001-Write_command006]
1.1591 +position=0
1.1592 +length=-1
1.1593 +datawrite=test
1.1594 +async =true
1.1595 +
1.1596 +
1.1597 +[PBASE-F32-File-PublicApi-2103-001-Delete_command010]
1.1598 +name={Drives, RAMDriveTestPath}file\tc2103.txt
1.1599 +
1.1600 +
1.1601 +[PBASE-F32-File-PublicApi-2201-001-Replace_command005]
1.1602 +RFs=RFs1
1.1603 +file_mode=EFileRead
1.1604 +file={Drives, RAMDriveTestPath}file\tc2201.txt
1.1605 +
1.1606 +
1.1607 +[PBASE-F32-File-PublicApi-2201-001-Write_command006]
1.1608 +datawrite=test
1.1609 +
1.1610 +
1.1611 +[PBASE-F32-File-PublicApi-2201-001-Lock_command007]
1.1612 +position=0
1.1613 +length=0
1.1614 +
1.1615 +
1.1616 +[PBASE-F32-File-PublicApi-2201-001-Delete_command011]
1.1617 +name={Drives, RAMDriveTestPath}file\tc2201.txt
1.1618 +
1.1619 +
1.1620 +[PBASE-F32-File-PublicApi-2202-001-Replace_command005]
1.1621 +RFs=RFs1
1.1622 +file_mode=EFileShareAny
1.1623 +file={Drives, RAMDriveTestPath}file\tc2202.txt
1.1624 +
1.1625 +
1.1626 +[PBASE-F32-File-PublicApi-2202-001-Write_command006]
1.1627 +datawrite=test
1.1628 +
1.1629 +
1.1630 +[PBASE-F32-File-PublicApi-2202-001-Lock_command007]
1.1631 +position=0
1.1632 +length=2
1.1633 +
1.1634 +
1.1635 +[PBASE-F32-File-PublicApi-2202-001-Open_command010]
1.1636 +RFs=RFs1
1.1637 +file_mode=EFileShareAny
1.1638 +file={Drives, RAMDriveTestPath}file\tc2202.txt
1.1639 +
1.1640 +
1.1641 +[PBASE-F32-File-PublicApi-2202-001-Lock_command011]
1.1642 +position=0
1.1643 +length=2
1.1644 +
1.1645 +[PBASE-F32-File-PublicApi-2202-001-Delete_command017]
1.1646 +name={Drives, RAMDriveTestPath}file\tc2202.txt
1.1647 +
1.1648 +
1.1649 +[PBASE-F32-File-PublicApi-2203-001-Replace_command005]
1.1650 +RFs=RFs1
1.1651 +file_mode=EFileShareAny
1.1652 +file={Drives, RAMDriveTestPath}file\tc2203.txt
1.1653 +
1.1654 +
1.1655 +[PBASE-F32-File-PublicApi-2203-001-Write_command006]
1.1656 +datawrite=test
1.1657 +
1.1658 +
1.1659 +[PBASE-F32-File-PublicApi-2203-001-Lock_command007]
1.1660 +position=0
1.1661 +length=-1
1.1662 +
1.1663 +[PBASE-F32-File-PublicApi-2203-001-Delete_command011]
1.1664 +name={Drives, RAMDriveTestPath}file\tc2203.txt
1.1665 +
1.1666 +[PBASE-F32-File-PublicApi-2204-001-Replace_command005]
1.1667 +RFs=RFs1
1.1668 +file_mode=EFileShareAny
1.1669 +file={Drives, RAMDriveTestPath}file\tc2204.txt
1.1670 +
1.1671 +
1.1672 +[PBASE-F32-File-PublicApi-2204-001-Write_command006]
1.1673 +datawrite=test
1.1674 +
1.1675 +
1.1676 +[PBASE-F32-File-PublicApi-2204-001-Lock_command007]
1.1677 +position=-1
1.1678 +length=1
1.1679 +
1.1680 +
1.1681 +[PBASE-F32-File-PublicApi-2204-001-Delete_command010]
1.1682 +name={Drives, RAMDriveTestPath}file\tc2204.txt
1.1683 +
1.1684 +
1.1685 +[PBASE-F32-File-PublicApi-2205-001-Replace_command005]
1.1686 +RFs=RFs1
1.1687 +file_mode=EFileShareAny
1.1688 +file={Drives, RAMDriveTestPath}file\tc2205.txt
1.1689 +
1.1690 +
1.1691 +[PBASE-F32-File-PublicApi-2205-001-Open_command008]
1.1692 +RFs=RFs1
1.1693 +file_mode=EFileShareAny | EFileWrite
1.1694 +file={Drives, RAMDriveTestPath}file\tc2205.txt
1.1695 +
1.1696 +
1.1697 +[PBASE-F32-File-PublicApi-2205-001-Write_command010]
1.1698 +datawrite=test
1.1699 +
1.1700 +
1.1701 +[PBASE-F32-File-PublicApi-2205-001-Lock_command011]
1.1702 +position=6
1.1703 +length=4
1.1704 +
1.1705 +
1.1706 +[PBASE-F32-File-PublicApi-2205-001-Write_command013]
1.1707 +datawrite=Trying to write to locked region
1.1708 +
1.1709 +
1.1710 +[PBASE-F32-File-PublicApi-2205-001-Delete_command020]
1.1711 +name={Drives, RAMDriveTestPath}file\tc2205.txt
1.1712 +
1.1713 +
1.1714 +[PBASE-F32-File-PublicApi-2301-001-Replace_command005]
1.1715 +RFs=RFs1
1.1716 +file_mode=EFileRead
1.1717 +file={Drives, RAMDriveTestPath}file\tc2301.txt
1.1718 +
1.1719 +
1.1720 +[PBASE-F32-File-PublicApi-2301-001-Write_command006]
1.1721 +datawrite=test
1.1722 +
1.1723 +
1.1724 +[PBASE-F32-File-PublicApi-2301-001-UnLock_command007]
1.1725 +position=0
1.1726 +length=2
1.1727 +
1.1728 +
1.1729 +[PBASE-F32-File-PublicApi-2301-001-Delete_command011]
1.1730 +name={Drives, RAMDriveTestPath}file\tc2301.txt
1.1731 +
1.1732 +
1.1733 +[PBASE-F32-File-PublicApi-2302-001-Replace_command005]
1.1734 +RFs=RFs1
1.1735 +file_mode=EFileShareAny
1.1736 +file={Drives, RAMDriveTestPath}file\tc2302.txt
1.1737 +
1.1738 +
1.1739 +[PBASE-F32-File-PublicApi-2302-001-Write_command006]
1.1740 +datawrite=test
1.1741 +
1.1742 +
1.1743 +[PBASE-F32-File-PublicApi-2302-001-Lock_command007]
1.1744 +position=0
1.1745 +length=2
1.1746 +
1.1747 +
1.1748 +[PBASE-F32-File-PublicApi-2302-001-Close_command008]
1.1749 +position=0
1.1750 +length=1
1.1751 +
1.1752 +
1.1753 +[PBASE-F32-File-PublicApi-2302-001-Delete_command014]
1.1754 +name={Drives, RAMDriveTestPath}file\tc2302.txt
1.1755 +
1.1756 +
1.1757 +[PBASE-F32-File-PublicApi-2303-001-Replace_command005]
1.1758 +RFs=RFs1
1.1759 +file_mode=EFileShareAny
1.1760 +file={Drives, RAMDriveTestPath}file\tc2303.txt
1.1761 +
1.1762 +
1.1763 +[PBASE-F32-File-PublicApi-2303-001-Write_command006]
1.1764 +datawrite=test
1.1765 +
1.1766 +
1.1767 +[PBASE-F32-File-PublicApi-2303-001-Lock_command007]
1.1768 +position=2
1.1769 +length=2
1.1770 +
1.1771 +
1.1772 +[PBASE-F32-File-PublicApi-2303-001-UnLock_command008]
1.1773 +position=2
1.1774 +length=-2
1.1775 +
1.1776 +[PBASE-F32-File-PublicApi-2303-001-Delete_command011]
1.1777 +name={Drives, RAMDriveTestPath}file\tc2303.txt
1.1778 +
1.1779 +
1.1780 +[PBASE-F32-File-PublicApi-2304-001-Replace_command005]
1.1781 +RFs=RFs1
1.1782 +file_mode=EFileShareAny
1.1783 +file={Drives, RAMDriveTestPath}file\tc2304.txt
1.1784 +
1.1785 +
1.1786 +[PBASE-F32-File-PublicApi-2304-001-Write_command006]
1.1787 +datawrite=test
1.1788 +
1.1789 +
1.1790 +[PBASE-F32-File-PublicApi-2304-001-Lock_command007]
1.1791 +position=2
1.1792 +length=2
1.1793 +
1.1794 +
1.1795 +[PBASE-F32-File-PublicApi-2304-001-UnLock_command008]
1.1796 +position=-2
1.1797 +length=2
1.1798 +
1.1799 +
1.1800 +[PBASE-F32-File-PublicApi-2304-001-Delete_command012]
1.1801 +name={Drives, RAMDriveTestPath}file\tc2304.txt
1.1802 +
1.1803 +
1.1804 +[PBASE-F32-File-PublicApi-2401-001-Replace_command005]
1.1805 +RFs=RFs1
1.1806 +file_mode=EFileRead
1.1807 +file={Drives, RAMDriveTestPath}file\tc2401.txt
1.1808 +
1.1809 +
1.1810 +[PBASE-F32-File-PublicApi-2401-001-Write_command006]
1.1811 +datawrite=test
1.1812 +
1.1813 +
1.1814 +[PBASE-F32-File-PublicApi-2401-001-Seek_command007]
1.1815 +position=-1
1.1816 +seek=ESeekStart
1.1817 +
1.1818 +
1.1819 +[PBASE-F32-File-PublicApi-2401-001-Delete_command011]
1.1820 +name={Drives, RAMDriveTestPath}file\tc2401.txt
1.1821 +
1.1822 +
1.1823 +[PBASE-F32-File-PublicApi-2701-001-Replace_command005]
1.1824 +RFs=RFs1
1.1825 +file_mode=EFileRead
1.1826 +file={Drives, RAMDriveTestPath}file\tc2701.txt
1.1827 +
1.1828 +
1.1829 +[PBASE-F32-File-PublicApi-2701-001-Write_command006]
1.1830 +datawrite=test
1.1831 +
1.1832 +
1.1833 +[PBASE-F32-File-PublicApi-2701-001-SetSize_command007]
1.1834 +size=-2
1.1835 +
1.1836 +
1.1837 +[PBASE-F32-File-PublicApi-2701-001-Delete_command011]
1.1838 +name={Drives, RAMDriveTestPath}file\tc2701.txt
1.1839 +
1.1840 +
1.1841 +[PBASE-F32-File-PublicApi-2901-001-Replace_command005]
1.1842 +RFs=RFs1
1.1843 +file_mode=EFileRead
1.1844 +file={Drives, RAMDriveTestPath}file\tc2901.txt
1.1845 +
1.1846 +
1.1847 +[PBASE-F32-File-PublicApi-2901-001-Write_command006]
1.1848 +datawrite=test
1.1849 +
1.1850 +
1.1851 +[PBASE-F32-File-PublicApi-2901-001-SetAtt_command007]
1.1852 +set_att_mask=KEntryAttReadOnly
1.1853 +clear_att_mask=KEntryAttReadOnly
1.1854 +
1.1855 +
1.1856 +[PBASE-F32-File-PublicApi-2901-001-Delete_command011]
1.1857 +name={Drives, RAMDriveTestPath}file\tc2901.txt
1.1858 +
1.1859 +
1.1860 +[PBASE-F32-File-PublicApi-3101-001-Replace_command005]
1.1861 +RFs=RFs1
1.1862 +file_mode=EFileRead
1.1863 +file={Drives, RAMDriveTestPath}file\tc3101.txt
1.1864 +
1.1865 +
1.1866 +[PBASE-F32-File-PublicApi-3101-001-Write_command006]
1.1867 +datawrite=test
1.1868 +
1.1869 +
1.1870 +[PBASE-F32-File-PublicApi-3101-001-Open_command008]
1.1871 +RFs=RFs1
1.1872 +file_mode=EFileRead
1.1873 +file={Drives, RAMDriveTestPath}file\tc3101.txt
1.1874 +
1.1875 +
1.1876 +[PBASE-F32-File-PublicApi-3101-001-SetModified_command009]
1.1877 +date=20070118:
1.1878 +
1.1879 +
1.1880 +[PBASE-F32-File-PublicApi-3101-001-Delete_command013]
1.1881 +name={Drives, RAMDriveTestPath}file\tc3101.txt
1.1882 +
1.1883 +
1.1884 +[PBASE-F32-File-PublicApi-3201-001-Replace_command005]
1.1885 +RFs=RFs1
1.1886 +file_mode=EFileRead
1.1887 +file={Drives, RAMDriveTestPath}file\tc3201.txt
1.1888 +
1.1889 +
1.1890 +[PBASE-F32-File-PublicApi-3201-001-Write_command006]
1.1891 +datawrite=test
1.1892 +
1.1893 +
1.1894 +[PBASE-F32-File-PublicApi-3201-001-Set_command007]
1.1895 +date=20070118:
1.1896 +set_att_mask=KEntryAttReadOnly
1.1897 +clear_att_mask=KEntryAttReadOnly
1.1898 +
1.1899 +
1.1900 +[PBASE-F32-File-PublicApi-3201-001-Delete_command011]
1.1901 +name={Drives, RAMDriveTestPath}file\tc3201.txt
1.1902 +
1.1903 +
1.1904 +[PBASE-F32-File-PublicApi-5501-001-Replace_command005]
1.1905 +RFs=RFs1
1.1906 +file_mode=EFileRead
1.1907 +file={Drives, RAMDriveTestPath}file\tc5501.txt
1.1908 +
1.1909 +
1.1910 +[PBASE-F32-File-PublicApi-5501-001-Write_command006]
1.1911 +datawrite=test
1.1912 +
1.1913 +
1.1914 +[PBASE-F32-File-PublicApi-5501-001-ChangeMode_command007]
1.1915 +file_mode=EFileWrite
1.1916 +
1.1917 +
1.1918 +[PBASE-F32-File-PublicApi-5501-001-Delete_command011]
1.1919 +name={Drives, RAMDriveTestPath}file\tc5501.txt
1.1920 +
1.1921 +
1.1922 +[PBASE-F32-File-PublicApi-3401-001-Replace_command005]
1.1923 +RFs=RFs1
1.1924 +file_mode=EFileShareAny
1.1925 +file={Drives, RAMDriveTestPath}file\tc3401.txt
1.1926 +
1.1927 +
1.1928 +[PBASE-F32-File-PublicApi-3401-001-Write_command006]
1.1929 +datawrite=test
1.1930 +
1.1931 +
1.1932 +[PBASE-F32-File-PublicApi-3401-001-Open_command008]
1.1933 +RFs=RFs1
1.1934 +file_mode=EFileRead
1.1935 +file={Drives, RAMDriveTestPath}file\tc3401.txt
1.1936 +
1.1937 +
1.1938 +[PBASE-F32-File-PublicApi-3401-001-Rename_command009]
1.1939 +name={Drives, RAMDriveTestPath}file\test_renamed.txt
1.1940 +
1.1941 +[PBASE-F32-File-PublicApi-3401-001-Delete_command12]
1.1942 +name={Drives, RAMDriveTestPath}file\tc3401.txt
1.1943 +
1.1944 +[PBASE-F32-File-PublicApi-4001-001-Replace_command005]
1.1945 +RFs=RFs1
1.1946 +file_mode=EFileShareAny | EFileWrite
1.1947 +file={Drives, RAMDriveTestPath}file\tc4001.txt
1.1948 +
1.1949 +
1.1950 +[PBASE-F32-File-PublicApi-4001-001-Open_command007]
1.1951 +RFs=RFs1
1.1952 +file_mode=EFileRead
1.1953 +file={Drives, RAMDriveTestPath}file\tc4001.txt
1.1954 +
1.1955 +
1.1956 +[PBASE-F32-File-PublicApi-4001-001-Write_command008]
1.1957 +datawrite=test
1.1958 +
1.1959 +
1.1960 +[PBASE-F32-File-PublicApi-4001-001-Delete_command012]
1.1961 +name={Drives, RAMDriveTestPath}file\tc4001.txt
1.1962 +
1.1963 +
1.1964 +[PBASE-F32-File-PublicApi-4002-001-Replace_command005]
1.1965 +RFs=RFs1
1.1966 +file_mode=EFileShareAny | EFileWrite
1.1967 +file={Drives, RAMDriveTestPath}file\tc4002.txt
1.1968 +
1.1969 +
1.1970 +[PBASE-F32-File-PublicApi-4002-001-Open_command007]
1.1971 +RFs=RFs1
1.1972 +file_mode=EFileShareExclusive
1.1973 +file={Drives, RAMDriveTestPath}file\tc4002.txt
1.1974 +
1.1975 +
1.1976 +[PBASE-F32-File-PublicApi-4002-001-Open_command010]
1.1977 +RFs=RFs1
1.1978 +file_mode=EFileShareExclusive
1.1979 +file={Drives, RAMDriveTestPath}file\tc4002.txt
1.1980 +
1.1981 +
1.1982 +[PBASE-F32-File-PublicApi-4002-001-Delete_command017]
1.1983 +name={Drives, RAMDriveTestPath}file\tc4002.txt
1.1984 +
1.1985 +
1.1986 +[PBASE-F32-File-PublicApi-4003-001-Replace_command005]
1.1987 +RFs=RFs1
1.1988 +file_mode=EFileShareAny | EFileWrite
1.1989 +file={Drives, RAMDriveTestPath}file\tc4003.txt
1.1990 +
1.1991 +
1.1992 +[PBASE-F32-File-PublicApi-4003-001-Write_command006]
1.1993 +datawrite=open test
1.1994 +
1.1995 +
1.1996 +[PBASE-F32-File-PublicApi-4003-001-Open_command008]
1.1997 +RFs=RFs1
1.1998 +file_mode=EFileShareReadersOnly
1.1999 +file={Drives, RAMDriveTestPath}file\tc4003.txt
1.2000 +
1.2001 +
1.2002 +[PBASE-F32-File-PublicApi-4003-001-Open_command011]
1.2003 +RFs=RFs1
1.2004 +file_mode=EFileShareReadersOnly
1.2005 +file={Drives, RAMDriveTestPath}file\tc4003.txt
1.2006 +
1.2007 +
1.2008 +[PBASE-F32-File-PublicApi-4003-001-Read_command012]
1.2009 +expected_string=open test
1.2010 +
1.2011 +
1.2012 +[PBASE-F32-File-PublicApi-4003-001-Write_command013]
1.2013 +datawrite=Will cause error
1.2014 +
1.2015 +
1.2016 +[PBASE-F32-File-PublicApi-4003-001-Delete_command020]
1.2017 +name={Drives, RAMDriveTestPath}file\tc4003.txt
1.2018 +
1.2019 +
1.2020 +[PBASE-F32-File-PublicApi-4004-001-Replace_command005]
1.2021 +RFs=RFs1
1.2022 +file_mode=EFileShareAny | EFileWrite
1.2023 +file={Drives, RAMDriveTestPath}file\tc4004.txt
1.2024 +
1.2025 +
1.2026 +[PBASE-F32-File-PublicApi-4004-001-Write_command006]
1.2027 +datawrite=open test
1.2028 +
1.2029 +
1.2030 +[PBASE-F32-File-PublicApi-4004-001-Open_command008]
1.2031 +RFs=RFs1
1.2032 +file_mode=EFileShareAny
1.2033 +file={Drives, RAMDriveTestPath}file\tc4004.txt
1.2034 +
1.2035 +
1.2036 +[PBASE-F32-File-PublicApi-4004-001-Open_command011]
1.2037 +RFs=RFs1
1.2038 +file_mode=EFileShareAny | EFileWrite
1.2039 +file={Drives, RAMDriveTestPath}file\tc4004.txt
1.2040 +
1.2041 +
1.2042 +[PBASE-F32-File-PublicApi-4004-001-Read_command012]
1.2043 +expected_string=open test
1.2044 +
1.2045 +
1.2046 +[PBASE-F32-File-PublicApi-4004-001-Write_command013]
1.2047 +datawrite=open test
1.2048 +
1.2049 +
1.2050 +[PBASE-F32-File-PublicApi-4004-001-Delete_command020]
1.2051 +name={Drives, RAMDriveTestPath}file\tc4004.txt
1.2052 +
1.2053 +
1.2054 +[PBASE-F32-File-PublicApi-4005-001-Replace_command005]
1.2055 +RFs=RFs1
1.2056 +file_mode=EFileShareAny | EFileWrite
1.2057 +file={Drives, RAMDriveTestPath}file\tc4005.txt
1.2058 +
1.2059 +
1.2060 +[PBASE-F32-File-PublicApi-4005-001-Write_command006]
1.2061 +datawrite=open test
1.2062 +
1.2063 +
1.2064 +[PBASE-F32-File-PublicApi-4005-001-Open_command008]
1.2065 +RFs=RFs1
1.2066 +file_mode=EFileShareReadersOrWriters | EFileRead
1.2067 +file={Drives, RAMDriveTestPath}file\tc4005.txt
1.2068 +
1.2069 +
1.2070 +[PBASE-F32-File-PublicApi-4005-001-Open_command011]
1.2071 +RFs=RFs1
1.2072 +file_mode=EFileShareReadersOrWriters | EFileWrite
1.2073 +file={Drives, RAMDriveTestPath}file\tc4005.txt
1.2074 +
1.2075 +
1.2076 +[PBASE-F32-File-PublicApi-4005-001-Read_command012]
1.2077 +expected_string=open test
1.2078 +
1.2079 +
1.2080 +[PBASE-F32-File-PublicApi-4005-001-Write_command013]
1.2081 +datawrite=open test
1.2082 +
1.2083 +
1.2084 +[PBASE-F32-File-PublicApi-4005-001-Delete_command020]
1.2085 +name={Drives, RAMDriveTestPath}file\tc4005.txt
1.2086 +
1.2087 +
1.2088 +[PBASE-F32-File-PublicApi-3402-001-Replace_command003]
1.2089 +RFs=RFs1
1.2090 +file_mode=EFileRead
1.2091 +file={Drives, RAMDriveTestPath}file\tc3402.txt
1.2092 +
1.2093 +[PBASE-F32-File-PublicApi-3402-001-Delete_command007]
1.2094 +name={Drives, RAMDriveTestPath}file\tc3402.txt
1.2095 +
1.2096 +
1.2097 +[PBASE-F32-File-PublicApi-3403-001-Replace_command003]
1.2098 +RFs=RFs1
1.2099 +file_mode=EFileRead
1.2100 +file={Drives, RAMDriveTestPath}file\tc3403.txt
1.2101 +
1.2102 +[PBASE-F32-File-PublicApi-3403-001-Delete_command007]
1.2103 +name={Drives, RAMDriveTestPath}file\tc3403.txt
1.2104 +
1.2105 +
1.2106 +[PBASE-F32-File-PublicApi-3403-001-RmDir_command16]
1.2107 +dir={Drives, RAMDriveTestPath}file\
1.2108 +
1.2109 +
1.2110 +
1.2111 +// NAND
1.2112 +
1.2113 +[PBASE-F32-File-PublicApi-6001-001-Replace_command003]
1.2114 +RFs=RFs1
1.2115 +file_mode=EFileRead
1.2116 +file={Drives, ROMDriveTestPath}test_rom.txt
1.2117 +
1.2118 +[PBASE-F32-File-PublicApi-6001-001-BlockMap_command003]
1.2119 +usage=EBlockMapUsagePaging
1.2120 +start_pos=0
1.2121 +end_pos=-1
1.2122 +
1.2123 +
1.2124 +
1.2125 +
1.2126 +[PBASE-F32-File-PublicApi-6002-001-Replace_command003]
1.2127 +RFs=RFs1
1.2128 +file_mode=EFileRead
1.2129 +file={Drives, ROMDriveTestPath}test_rom.txt
1.2130 +
1.2131 +[PBASE-F32-File-PublicApi-6002-001-BlockMap_command004]
1.2132 +usage=EBlockMapUsagePaging
1.2133 +start_pos=0
1.2134 +end_pos=1024
1.2135 +
1.2136 +
1.2137 +[PBASE-F32-File-PublicApi-3501-001-Replace_command005]
1.2138 +RFs=RFs1
1.2139 +file_mode=EFileRead
1.2140 +file={Drives, RAMDriveTestPath}file\tc3501.txt
1.2141 +
1.2142 +
1.2143 +[PBASE-F32-File-PublicApi-3501-001-Write_command006]
1.2144 +datawrite=Asynchronous read with length test
1.2145 +
1.2146 +
1.2147 +[PBASE-F32-File-PublicApi-3501-001-Seek_command007]
1.2148 +position=0
1.2149 +seek=ESeekStart
1.2150 +
1.2151 +
1.2152 +[PBASE-F32-File-PublicApi-3501-001-Read_command008]
1.2153 +async=true
1.2154 +length=0
1.2155 +expected_string=
1.2156 +
1.2157 +
1.2158 +[PBASE-F32-File-PublicApi-3501-001-Delete_command012]
1.2159 +name={Drives, RAMDriveTestPath}file\tc3501.txt
1.2160 +
1.2161 +
1.2162 +[PBASE-F32-File-PublicApi-3502-001-Replace_command005]
1.2163 +RFs=RFs1
1.2164 +file_mode=EFileRead
1.2165 +file={Drives, RAMDriveTestPath}file\tc3502.txt
1.2166 +
1.2167 +
1.2168 +[PBASE-F32-File-PublicApi-3502-001-Write_command006]
1.2169 +datawrite=synchronous read with position and length test
1.2170 +
1.2171 +
1.2172 +[PBASE-F32-File-PublicApi-3502-001-Seek_command007]
1.2173 +position=0
1.2174 +seek=ESeekStart
1.2175 +
1.2176 +
1.2177 +[PBASE-F32-File-PublicApi-3502-001-Read_command008]
1.2178 +position=5
1.2179 +length=0
1.2180 +expected_string=
1.2181 +
1.2182 +
1.2183 +[PBASE-F32-File-PublicApi-3502-001-Delete_command012]
1.2184 +name={Drives, RAMDriveTestPath}file\tc3502.txt
1.2185 +
1.2186 +
1.2187 +[PBASE-F32-File-PublicApi-3503-001-Replace_command005]
1.2188 +RFs=RFs1
1.2189 +file_mode=EFileRead
1.2190 +file={Drives, RAMDriveTestPath}file\tc3503.txt
1.2191 +
1.2192 +
1.2193 +[PBASE-F32-File-PublicApi-3503-001-Write_command006]
1.2194 +datawrite=asynchronous read with position and length test
1.2195 +
1.2196 +
1.2197 +[PBASE-F32-File-PublicApi-3503-001-Seek_command007]
1.2198 +position=0
1.2199 +seek=ESeekStart
1.2200 +
1.2201 +
1.2202 +[PBASE-F32-File-PublicApi-3503-001-Read_command008]
1.2203 +async=true
1.2204 +length=0
1.2205 +expected_string=
1.2206 +position=5
1.2207 +
1.2208 +[PBASE-F32-File-PublicApi-3503-001-Delete_command011]
1.2209 +name={Drives, RAMDriveTestPath}file\tc3503.txt
1.2210 +
1.2211 +
1.2212 +
1.2213 +[PBASE-F32-File-PublicApi-Unistall]
1.2214 +dir={Drives, RAMDriveTestPath}file\
1.2215 +
1.2216 +
1.2217 +