fix system tests

- use s3 mirror instead of internet download
- reduce download verbosity
- do not use venv in docker-system-tests
- be more verbose on test output
- do not run golangci-lint in system-tests
This commit is contained in:
André Roth
2024-04-10 19:41:38 +02:00
parent 6be4f5e8d0
commit 9deb031c44
61 changed files with 646 additions and 1183 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ class UpdateMirror11Test(BaseTest):
requiresFTP = True
fixtureCmds = [
"aptly mirror create -keyring=aptlytest.gpg -filter='Priority (required), Name (% s*)' "
"-architectures=i386 stretch-main https://snapshot.debian.org/archive/debian/20220201T025006Z/ stretch main",
"-architectures=i386 stretch-main http://repo.aptly.info/system-tests/snapshot.debian.org/archive/debian/20220201T025006Z/ stretch main",
]
outputMatchPrepare = filterOutSignature
runCmd = "aptly mirror update -keyring=aptlytest.gpg stretch-main"