Age | Commit message (Collapse) | Author |
|
- if current key pair is expired, it'll be extended for a day first
- new key pair will be signed by the old key
|
|
- extends key pair (unlocked from soledad)
- extension period is counted from key creation date
|
|
* Move todo list to https://0xacab.org/leap/bitmask-dev/issues/8929
* use bundled pysqlcipher - debian package has not been fixed yet.
* reset bitmaskd for each scenario so they are isolated
* run functional tests on CI
* moved e2e tests before the bundle
* add test_functional_graphical Make target
* Install chromedriver in docker image
* add screenshots as artifacts on failure
* run chrome without sandbox for docker
Tests were failing on CI with chrome sandbox:
https://0xacab.org/leap/bitmask-dev/-/jobs/15196
Used this workaround:
https://stackoverflow.com/questions/28364012/webdriver-exception-chrome-not-reachable/28949227#28949227
- Resolves: #8929
|
|
|
|
|
|
|
|
|
|
to workaround the lack of HAVE_USLEEP in debian packages.
|
|
|
|
after merging
https://0xacab.org/leap/soledad/merge_requests/64
we're ready to change the calls to soledad with the new offline
parameter, so we need to use master in the tests that are run on the CI
again.
|
|
|
|
|
|
|
|
the test environment isn't finding the path properly, due to pytest
internals.
so:
- add path extension
- fix the order in which we're happy with a gpg option (to avoid symlinks)
|
|
|
|
|
|
this is a port of commit 2d9bec78f in the legacy keymanager repo.
Additionally, I'm here separating benchmarking tests from the main tox
run.
In my machine several of these benchmarking tests seem to be broken, due
to issue https://github.com/isislovecruft/python-gnupg/issues/157
|
|
|
|
|
|
|