tests: record AFP create directory smoke success
All checks were successful
Source release / source-package (push) Successful in 50s

This commit is contained in:
Mario Fetka
2026-05-30 19:28:20 +00:00
parent 643acaf737
commit 0a60e0ce7a
2 changed files with 19 additions and 5 deletions

View File

@@ -214,9 +214,13 @@ Example:
./tests/linux/afp_create_directory_smoke --afp20 -S MARS -U SUPERVISOR -P secret SYS:PUBLIC/afpdirts2
```
The full smoke suite creates temporary directories under the tested parent and
removes them through the local Unix path after each positive probe. Use
`--create-dir-name NAME` to override the default temporary leaf name.
The full smoke suite creates temporary directories under the tested parent using
fresh short DOS-compatible leaf names by default. Local removal is best-effort:
AFP Delete is not implemented yet, and the script often runs as an unprivileged
Unix user while the server created the directory under its own identity. Use
`--create-dir-name NAME` to override the default temporary leaf name, knowing
that rerunning with the same explicit name may fail if a previous directory still
exists.
## AFP Entry ID smoke test