diff options
author | Joshua Powers <josh.powers@canonical.com> | 2017-07-06 09:35:45 -0700 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-07-11 14:08:53 -0400 |
commit | 067721672570cc83d54d2c2d5677eeb79bef85e2 (patch) | |
tree | 554de8803e2df8bed53883dd031b98ca77e13403 /tests/cloud_tests/configs/modules | |
parent | 32e9a4d806473c74be505bc69ab8f36ee6c5d448 (diff) | |
download | vyos-cloud-init-067721672570cc83d54d2c2d5677eeb79bef85e2.tar.gz vyos-cloud-init-067721672570cc83d54d2c2d5677eeb79bef85e2.zip |
test: fix incorrect keyid for apt repository.
The test is currently importing the incorrect keyid. It specifies
the curtin developers ppa, rather than the cloud-init ppa. On
Artful this causes failures as a check is made to verify the
correct key is imported for the ppa, whereas on previous releases
only a warning was issued.
Also, change to use a full key fingerprint.
LP: #1702717
Diffstat (limited to 'tests/cloud_tests/configs/modules')
-rw-r--r-- | tests/cloud_tests/configs/modules/apt_configure_sources_keyserver.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cloud_tests/configs/modules/apt_configure_sources_keyserver.yaml b/tests/cloud_tests/configs/modules/apt_configure_sources_keyserver.yaml index 11da61ea..25088135 100644 --- a/tests/cloud_tests/configs/modules/apt_configure_sources_keyserver.yaml +++ b/tests/cloud_tests/configs/modules/apt_configure_sources_keyserver.yaml @@ -9,7 +9,7 @@ cloud_config: | apt: sources: source1: - keyid: 0165013E + keyid: 1FF0D8535EF7E719E5C81B9C083D06FBE4D304DF keyserver: keyserver.ubuntu.com source: "deb http://ppa.launchpad.net/cloud-init-dev/test-archive/ubuntu $RELEASE main" collect_scripts: |