Fix starting jenkins jobs for test UpgradeFromPikeToQueens
Change-Id: I4850a09b49556d58d274707753eca708bc416788
diff --git a/tcp_tests/tests/system/test_mcp_update.py b/tcp_tests/tests/system/test_mcp_update.py
index 5ec2627..a8a8493 100644
--- a/tcp_tests/tests/system/test_mcp_update.py
+++ b/tcp_tests/tests/system/test_mcp_update.py
@@ -757,7 +757,7 @@
r, errors = salt.enforce_state("I@jenkins:client", "jenkins.client")
assert errors is None
- @retry(AssertionError, stop_max_attempt_number=2, wait_fixed=5000)
+ @retry(stop_max_attempt_number=2, wait_fixed=5000)
@pytest.mark.grab_versions
@pytest.mark.parametrize('target', get_control_plane_targets())
@pytest.mark.run_mcp_update
@@ -776,7 +776,7 @@
assert job_result == 'SUCCESS', job_description
- @retry(AssertionError, stop_max_attempt_number=2, wait_fixed=5000)
+ @retry(stop_max_attempt_number=2, wait_fixed=5000)
@pytest.mark.grab_versions
@pytest.mark.run_mcp_update
def test__update__data_plane(self, drivetrain_actions, salt_actions):
@@ -794,7 +794,7 @@
assert job_result == 'SUCCESS', job_description
- @retry(AssertionError, stop_max_attempt_number=2, wait_fixed=5000)
+ @retry(stop_max_attempt_number=2, wait_fixed=5000)
@pytest.mark.grab_versions
@pytest.mark.run_mcp_update
def test__update__computes(self, drivetrain_actions):