Fix some failing system tests

This commit is contained in:
Lorenzo Bolla
2022-01-25 15:12:08 +01:00
parent 7412b84e04
commit 4a9a5bc713
2 changed files with 3 additions and 2 deletions

View File

@@ -18,12 +18,12 @@
"Architectures": "amd64 arm64 armel armhf i386",
"Codename": "stretch",
"Components": "updates/main updates/contrib updates/non-free",
"Date": "Tue, 02 Nov 2021 02:21:49 UTC",
"Date": "Tue, 25 Jan 2022 13:32:17 UTC",
"Description": " Debian 9 Security Updates\n",
"Label": "Debian-Security",
"Origin": "Debian",
"Suite": "oldoldstable",
"Valid-Until": "Fri, 12 Nov 2021 02:21:49 UTC",
"Valid-Until": "Fri, 04 Feb 2022 13:32:17 UTC",
"Version": "9"
},
"LastDownloadDate": "0001-01-01T00:00:00Z",

View File

@@ -411,6 +411,7 @@ class CreateMirror32Test(BaseTest):
"""
create mirror: repo with Release + Release.gpg verification (gpg2)
"""
skipTest = "Requesting obsolete file - stretch/InRelease"
runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror32 http://cdn-fastly.deb.debian.org/debian/ stretch"
fixtureGpg = True
requiresGPG2 = True