← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~andersson123/autopkgtest-cloud:revert-innappropriate-fail-strings into autopkgtest-cloud:master

 

Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:revert-innappropriate-fail-strings into autopkgtest-cloud:master.

Commit message:
Revert "fix: worker: add fail strings for systemd failures and postfix failures"

This reverts commit 3a33ae7e20701d36f2dbb680a7875d6b9ded45b5.

Requested reviews:
  Canonical's Ubuntu QA (canonical-ubuntu-qa)

For more details, see:
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/466845
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:revert-innappropriate-fail-strings into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker b/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker
index 2467a8b..83e52cb 100755
--- a/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker
+++ b/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker
@@ -101,8 +101,6 @@ FAIL_STRINGS = [
     "error: you need to load the kernel first.",
     "Faulting instruction address:",
     "Call Trace:",
-    "dpkg: error processing package postfix (--configure)",
-    "systemd is the active init system, please switch to another before removing systemd.",
 ]
 TEMPORARY_TEST_FAIL_STRINGS = [
     "Could not connect to ftpmaster.internal:80",

References