← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1702717] [NEW] test: keyid specified does not match ppa

 

Public bug reported:

The keyid specified for the modules/apt_configure_sources_keyserver
integration test does not match the repo that is imported:

#cloud-config
  apt:
    source1:
      keyid: 0165013E
      keyserver: keyserver.ubuntu.com
      source: "deb http://ppa.launchpad.net/cloud-init-dev/test-archive/ubuntu $RELEASE main"

That keyid is for the curtin developers test-archive ppa and not the
cloud-init developer's test-archive ppa.

Expected result:
`apt-key list` should specify an entry for:
  Launchpad PPA for cloud init development team
  1FF0 D853 5EF7 E719 E5C8  1B9C 083D 06FB E4D3 04DF

Actual result:
  A curtin developers entry.

** Affects: cloud-init
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1702717

Title:
  test: keyid specified does not match ppa

Status in cloud-init:
  New

Bug description:
  The keyid specified for the modules/apt_configure_sources_keyserver
  integration test does not match the repo that is imported:

  #cloud-config
    apt:
      source1:
        keyid: 0165013E
        keyserver: keyserver.ubuntu.com
        source: "deb http://ppa.launchpad.net/cloud-init-dev/test-archive/ubuntu $RELEASE main"

  That keyid is for the curtin developers test-archive ppa and not the
  cloud-init developer's test-archive ppa.

  Expected result:
  `apt-key list` should specify an entry for:
    Launchpad PPA for cloud init development team
    1FF0 D853 5EF7 E719 E5C8  1B9C 083D 06FB E4D3 04DF

  Actual result:
    A curtin developers entry.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1702717/+subscriptions


Follow ups