Commit e32441a
[Testing] Test SSH file transfer with images. (#208)
* lots of changes, sort out.
* still working, needs a bit more tidying up.
* Continue working.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Tidy ups.
* Fix linting.
* Tidy ups and documentation.
* Add documentation.
* Try different Dockerfile for linux.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix issue after rebase.
* Remove breakpoint.
* Don't use singularity, docker or nothing.
* Rework ssh setup.
* Fix connection refused issue.
* Use run not POpen for actions.
* try in detachted state.
* Add error messages on docker setup.
* run linting.
* update connection failed error message.
* Test version working locally on linux but only can connect with sudo.
* Try freeing up and using the free port.
* Test sudo service only on linux.
* Add sudo to docker setup commands.
* test with auto add policy.
* Really restrict to the connect call.
* restrict to tests of interest temporarily.
* Fix to port 3306 in tests and for paramiko.
* Extend port to rclone.
* Use environment variable to set port.
* Add all OS back.
* try remove tag for windows.
* Update docker commands for windows.
* Fix nonsense docker build command.
* Only run when docker running and on ubuntu on runners.
* Try build and run docker only once per session.
* Teardown image at end of ssh tests, factor out ssh tests.
* SPlit ssh tests.
* Add sudo to the docker teardown commands for Linux.
* try class scope of setup ssh container.
* Try move ssh fixture to classes.
* Try a different command to shutdown on linux.
* Tidy ups and some docs.
* Extend to macOS.
* Finish tidying up docstrings.
* Change ssh test image name and fix docstring.
* Small tidy ups.
* Small fixes after rebase.
* More fix.es
* Fix CI.
* Skip tests on macOS.
* Refactor transfer tests.
* Continue refactoring.
* Fix tests again.
* Update CI script.
* Update CI.
* Fix imports after rebase.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Delete config to fix tests.
* Remove test module that was accidentally readded by git.
* Delete now unused file.
* Do not append por with : if it is default (22).
* Move test setup_rclone_config_for_ssh into setup_ssh_connection.
* Extend SSH tests not run message.
* Improve test skipped message.
* Fix duplicate if / else statement.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 094696d commit e32441a
File tree
51 files changed
+800
-491
lines changed- .github/workflows
- datashuttle
- configs
- utils
- tests
- tests_integration
- tests_regression
- tests_transfers
- local_filesystem
- ssh
- ssh_test_images
- tests_tui
- tests_unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+800
-491
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
62 | 71 | | |
63 | 72 | | |
64 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | 167 | | |
169 | 168 | | |
170 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | | - | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
125 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
126 | 130 | | |
127 | 131 | | |
128 | 132 | | |
| |||
148 | 152 | | |
149 | 153 | | |
150 | 154 | | |
151 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
152 | 164 | | |
153 | 165 | | |
154 | 166 | | |
| |||
242 | 254 | | |
243 | 255 | | |
244 | 256 | | |
245 | | - | |
| 257 | + | |
246 | 258 | | |
247 | 259 | | |
248 | 260 | | |
249 | 261 | | |
250 | 262 | | |
251 | 263 | | |
252 | 264 | | |
253 | | - | |
| 265 | + | |
| 266 | + | |
254 | 267 | | |
255 | 268 | | |
256 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments