Opened at 2021-01-06T18:44:03Z
Last modified at 2021-01-28T20:07:20Z
#3584 closed defect
Implement integration tests for SFTP — at Initial Version
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
SFTP has no integration tests, and therefore the Python 3 port is quite risky. We should add tests in advance, before the port.
Paramiko seems like the easiest way to interact with Tahoe-LAFS.
Things to test:
- Add file.
- Read file.
- Add directory.
- List directory.
- Delete file.
- Delete directory.
- Rename file.
- Rename directory.
- ... maybe more.
Note: See
TracTickets for help on using
tickets.