]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
TestFailureAnalyzer: Add tests for dropped items 1866/head
authorZack Cerza <zack@redhat.com>
Fri, 14 Jul 2023 18:01:35 +0000 (12:01 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 14 Jul 2023 18:04:17 +0000 (12:04 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/test/task/test_ansible.py

index a4a086700e5b40409b7c790e2bac21bd04bde4d4..9f378b48045633154d8a2621c3ad32acaa4aadfa 100644 (file)
@@ -26,6 +26,14 @@ class TestFailureAnalyzer:
     @mark.parametrize(
         'line,result',
         [
+            [
+                "W: --force-yes is deprecated, use one of the options starting with --allow instead.",
+                "",
+            ],
+            [
+                "E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?",
+                "",
+            ],
             [
                 "E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/a/apache2/apache2-bin_2.4.41-4ubuntu3.14_amd64.deb  Unable to connect to archive.ubuntu.com:http:",
                 "Unable to connect to archive.ubuntu.com:http:"