From 37ee41af676f19462b4f94c2210c85906733bc2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Thu, 3 Oct 2024 00:12:58 +0200 Subject: [PATCH] system-test: enable test not depending on FTP --- .../{UpdateMirror11Test_gold => UpdateMirror11FTPTest_gold} | 0 system/t04_mirror/edit.py | 1 - 2 files changed, 1 deletion(-) rename system/t04_mirror/{UpdateMirror11Test_gold => UpdateMirror11FTPTest_gold} (100%) diff --git a/system/t04_mirror/UpdateMirror11Test_gold b/system/t04_mirror/UpdateMirror11FTPTest_gold similarity index 100% rename from system/t04_mirror/UpdateMirror11Test_gold rename to system/t04_mirror/UpdateMirror11FTPTest_gold diff --git a/system/t04_mirror/edit.py b/system/t04_mirror/edit.py index 7981c26d..09a5b18f 100644 --- a/system/t04_mirror/edit.py +++ b/system/t04_mirror/edit.py @@ -112,6 +112,5 @@ class EditMirror10Test(BaseTest): """ edit mirror: change archive url """ - requiresFTP = True fixtureCmds = ["aptly mirror create -ignore-signatures mirror10 http://repo.aptly.info/system-tests/ftp.ru.debian.org/debian bookworm main"] runCmd = "aptly mirror edit -ignore-signatures -archive-url http://repo.aptly.info/system-tests/ftp.ch.debian.org/debian mirror10"