From 2a0519e39791076424203c60a03b727733fa5af4 Mon Sep 17 00:00:00 2001 From: Phil Sphicas Date: Tue, 4 May 2021 16:15:17 +0000 Subject: [PATCH] Fix failing check_pki_certs test Unit tests are failing (as they will annually) for check_pki_certs, which is run against the airsloop site in the treasuremap repo. Similar to the change last year [0], this updates the treasuremap ref to the tip of the v1.9 branch, which includes new certs for airsloop [1], seaworthy [2], and seaworthy-virt [3] sites. Change-Id: Ibfcdde11a35ed2207e78c2d2f372ab2d2e1f2e63 0: https://review.opendev.org/c/airship/pegleg/+/729269 1: https://review.opendev.org/c/airship/treasuremap/+/789482 2: https://review.opendev.org/c/airship/treasuremap/+/789483 3: https://review.opendev.org/c/airship/treasuremap/+/789484 --- tests/unit/cli/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/cli/test_commands.py b/tests/unit/cli/test_commands.py index c479b76a..d2a7b56f 100644 --- a/tests/unit/cli/test_commands.py +++ b/tests/unit/cli/test_commands.py @@ -30,7 +30,7 @@ from tests.unit import test_utils TEST_PARAMS = { "site_name": "seaworthy", "site_type": "foundry", - "repo_rev": '8459e3faf18c20266c3272e6c3754d59814d12c4', + "repo_rev": '48e2afa570541972d4c60719181bc2fcca84a89c', "repo_name": "treasuremap", "repo_url": "https://opendev.org/airship/treasuremap.git", }