File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,24 @@ protocol.
10
10
For more context, see [ this
11
11
discussion] ( https://chat.opentechstrategies.com/#narrow/stream/73-Permanent/topic/QA/near/155527 ) .
12
12
13
+ ## Testing scope
14
+
15
+ The scope of testing here verifies the possibility of correctly uploading and downloading
16
+ a finite set of file types in a particular size range to [ Permanent.org] ( Permanent.org ) using [ rclone] ( https://rclone.org/ )
17
+ which talks to permanent using the [ SFTP service] ( https://github.com/PermanentOrg/sftp-service )
18
+
19
+ ### What file types and scenarios are covered?
20
+
21
+ - Text and png images with obscure names generated via [ generate-tree.py] ( generate-tree.py )
22
+ - Images in ` .jpg ` and ` .png ` format downloaded from [ APOD] ( https://apod.nasa.gov/apod ) via [ apod-downloader.py] ( apod-downloader.py )
23
+ - Compressed files in ` .zip ` and ` .tar `
24
+ - Videos in ` .mp4 ` , ` .webm ` , ` .gifs ` and ` .3gp ` common in mobile devices.
25
+ - Executable files in ` .exe ` , ` .run ` , ` .sh ` , ` .dep ` and extension-less bin executables.
26
+
27
+ ### What file types and scenarios are left out?
28
+
29
+ Anything not included in the section above describing what is currently covered is by implication excluded from these tests.
30
+
13
31
## Usage
14
32
15
33
You would have to install the python requirements used in this repo.
You can’t perform that action at this time.
0 commit comments