Skip to content

Commit

Permalink
Use new fixture signing key
Browse files Browse the repository at this point in the history
[noissue]

(cherry picked from commit 2a3f42e)
  • Loading branch information
dralley committed Nov 17, 2023
1 parent 2dc3027 commit 81ce9c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pulpcore/tests/functional/gpg_ascii_armor_signing_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FILE_PATH=$1
SIGNATURE_PATH="$1.asc"
GPG_KEY_ID="Pulp QE"
GPG_KEY_ID="pulp-fixture-signing-key"
# Create a detached signature
gpg --quiet --batch --homedir HOMEDIRHERE --detach-sign --local-user "${GPG_KEY_ID}" \
Expand Down Expand Up @@ -87,9 +87,7 @@ def _sign_with_ascii_armored_detached_signing_service(filename):
@pytest.fixture(scope="session")
def signing_gpg_metadata(signing_gpg_homedir_path):
"""A fixture that returns a GPG instance and related metadata (i.e., fingerprint, keyid)."""
private_key_url = (
"https://raw.githubusercontent.com/pulp/pulp-fixtures/master/common/GPG-PRIVATE-KEY-pulp-qe"
)
private_key_url = "https://raw.githubusercontent.com/pulp/pulp-fixtures/master/common/GPG-PRIVATE-KEY-fixture-signing" # noqa: E501

async def download_key():
async with aiohttp.ClientSession() as session:
Expand Down

0 comments on commit 81ce9c1

Please sign in to comment.