tests: record AFP create directory smoke success
All checks were successful
Source release / source-package (push) Successful in 50s
All checks were successful
Source release / source-package (push) Successful in 50s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user