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
This commit is contained in:
Phil Sphicas 2021-05-04 16:15:17 +00:00
parent 753517c419
commit 2a0519e397
1 changed files with 1 additions and 1 deletions

View File

@ -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",
}