From cfcdea26f1e42781cf8da920ab2f87628a703679 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 1 Sep 2023 14:45:02 -0700 Subject: [PATCH] DNM Forced fail on Gerrit to test the 3.9 upgrade We will use held nodes to test the upgrade and downgrade process in more depth as well as check the various items in the release notes. Change-Id: I13d93109da94c253f699326e57c4f2d32b7ef2b3 --- testinfra/test_gerrit.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testinfra/test_gerrit.py b/testinfra/test_gerrit.py index 0cac716c77..8c1501f28e 100644 --- a/testinfra/test_gerrit.py +++ b/testinfra/test_gerrit.py @@ -71,3 +71,6 @@ def test_gitiles_blocked(host): '--resolve review.opendev.org:443:127.0.0.1 ' 'https://review.opendev.org/plugins/gitiles/opendev/system-config/') assert '403 Forbidden' in cmd.stdout + +def test_induce_failure(host): + assert False