Issues #5328
sFt2ab issues with "directory" files
Description
61850 allows "filename" to be a string terminated by a delimiter. This is interpreted as the name of a directory instead of a file.
1. sFt2ab step 1 requires that the test system issue a GetFile for each entry in the GetServerDirectory(FILE) response but it does not make sense to perform this request on a directory and it also makes no sense to require a positive response from the DUT in this case
2. sFt2ab step 2 requires that the test system issue a GetFileAttributeValues for each entry in the GetServerDirectory(FILE) response but it does not make sense to perform this request on a directory and it also makes no sense to require a positive response from the DUT in this case
The proposed solution is to clarify that only non-directory requests be issued in each step of the test description
Proposed solution attached with blue text to be inserted.
Files