Page MenuHomeSoftware Heritage

Add a tox.ini for docker tests
ClosedPublic

Authored by douardda on Jan 8 2020, 4:54 PM.

Details

Reviewers
ardumont
Group Reviewers
Reviewers
Summary

This tox config will execute:

  • current shell-based tests,
  • new testinfra/pytest based tests,
  • flake8 on python test files.

Diff Detail

Repository
rDENV Development environment
Branch
wip
Lint
Lint Skipped
Unit
Unit Tests Skipped
Build Status
Buildable 10012
Build 14810: arc lint + arc unit

Event Timeline

vlorentz added inline comments.
docker/tox.ini
12

why this line?

docker/tox.ini
12

because I forgot to remove it . First I wanted to have this step in these, but the problem is it fails for some reason (something about the secret service of docker.)

docker/tox.ini
12
docker.credentials.errors.StoreError: Credentials store docker-credential-secretservice exited with "Error from list function in secretservice_linux.c likely due to error in secretservice library".
This revision is now accepted and ready to land.Jan 9 2020, 11:06 AM

comment why the build stage is currently disable