~smoser/ubuntu/zesty/curtin/pkg

« back to all changes in this revision

Viewing changes to examples/tests/test_old_apt_features.yaml

  • Committer: Scott Moser
  • Date: 2016-08-05 20:51:16 UTC
  • mfrom: (1.1.40)
  • Revision ID: smoser@ubuntu.com-20160805205116-hm08b4uokfhn92hv
* New upstream snapshot.
  - Add apt configuration features. (LP: #1574113)
  - mkfs.vfat: add force flag for formating whole disks (LP: #1597923)
  - block.mkfs: fix sectorsize flag (LP: #1597522)
  - block_meta: cleanup use of sys_block_path and handle cciss knames
    (LP: #1562249)
  - block.get_blockdev_sector_size: handle _lsblock multi result return
    (LP: #1598310)
  - util: add target (chroot) support to subp, add target_path helper
  - block_meta: fallback to parted if blkid does not produce output
    (LP: #1524031)
  - commands.block_wipe:  correct default wipe mode to 'superblock'

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
showtrace: true
 
2
# apt_proxy gets configured by tools/launch and tests/vmtests/__init__.py
 
3
apt_mirrors:
 
4
# we need a mirror that works (even in CI) but isn't the default
 
5
  ubuntu_archive: http://us.archive.ubuntu.com/ubuntu
 
6
  ubuntu_security: http://archive.ubuntu.com/ubuntu
 
7
# set some key that surely is available to a non-default value
 
8
debconf_selections:
 
9
  set1: |
 
10
    debconf debconf/priority select low
 
11
  cloudinit: "cloud-init cloud-init/datasources multiselect NoCloud"