Fix: Pipeline failing because of outdated Repo

Updated the repo key, repo links in tests (jessie-cran35 -> bullseye-cran40) and the expected test output.

Fixes: #1218
This commit is contained in:
Mauro Regli
2023-09-13 09:25:27 +02:00
committed by Mauro
parent 40c242f9d1
commit 18203c614d
9 changed files with 707 additions and 564 deletions
+2 -2
View File
@@ -167,7 +167,7 @@ class CreateMirror14Test(BaseTest):
"""
create mirror: flat repository
"""
runCmd = "aptly mirror create -keyring=aptlytest.gpg mirror14 https://cloud.r-project.org/bin/linux/debian jessie-cran35/"
runCmd = "aptly mirror create -keyring=aptlytest.gpg mirror14 https://cloud.r-project.org/bin/linux/debian bullseye-cran40/"
fixtureGpg = True
def outputMatchPrepare(self, s):
@@ -186,7 +186,7 @@ class CreateMirror15Test(BaseTest):
"""
create mirror: flat repository + components
"""
runCmd = "aptly mirror create -keyring=aptlytest.gpg mirror14 https://cloud.r-project.org/bin/linux/debian jessie-cran35/ main"
runCmd = "aptly mirror create -keyring=aptlytest.gpg mirror14 https://cloud.r-project.org/bin/linux/debian bullseye-cran40/ main"
expectedCode = 1