An error occurred fetching the project authors.
- 12 Dec, 2021 1 commit
-
-
Jérome Perrin authored
We observed some test failures like for example 1 where this assertion was failing because message is `Error reading SSH protocol banner`. Because the purpose of this specific test is to check that log rotation of ban log work as expected and because we test more thoroughly the ban itself in TestBan.test_client_are_banned_after_5_wrong_passwords, we can simplify this test by just asserting that connection was refused, by expecting a general exception. We don't care about the details of the exception here. After a ban, the first connection attemps seem to always be refused with "Connection reset by peer" and that's why we did not observed failures with TestBan.test_client_are_banned_after_5_wrong_passwords [1]: https://nexedijs.erp5.net/#/test_result_module/20211208-1520AC26C/21
-
- 18 Nov, 2021 1 commit
-
-
Jérome Perrin authored
-
- 07 Oct, 2021 1 commit
-
-
Jérome Perrin authored
There can be a short delay until the partially uploaded file is actually removed, so wait a little bit before checking for its absence.
-
- 11 Jun, 2021 1 commit
-
-
Jérome Perrin authored
The web service will receive a application/x-www-form-urlencoded POST request, with login and password arguments and must respond with a `X-Proftpd-Authentication-Result: Success` header to signal successful authentication. The sftp server will map all logins to the same user.
-
- 10 Jun, 2021 1 commit
-
-
Jérome Perrin authored
-
- 16 Oct, 2020 1 commit
-
-
Léo-Paul Géneau authored
-
- 07 Oct, 2019 1 commit
-
-
Jérome Perrin authored
-
- 20 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 23 May, 2018 1 commit
-
-
Jérome Perrin authored
-
- 17 Apr, 2018 1 commit
-
-
Jérome Perrin authored
fix getInstanceParameterDict typo
-
- 15 Apr, 2018 1 commit
-
-
Jérome Perrin authored
To run tests locally by `python setup.py test` This is a new kind of test suite that compile software, request instance with specific parameters and check that the instance works as expected.
-