~raharper/curtin/trunk.lp1641661

« back to all changes in this revision

Viewing changes to tests/vmtests/image_sync.py

  • Committer: Ryan Harper
  • Date: 2016-11-14 22:55:12 UTC
  • Revision ID: ryan.harper@canonical.com-20161114225512-dvaza6ke543cxka3
Fix up tox nagging of trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
KEYRING = '/usr/share/keyrings/ubuntu-cloudimage-keyring.gpg'
28
28
ITEM_NAME_FILTERS = ['ftype~(root-image.gz|boot-initrd|boot-kernel|root-tgz)']
29
29
FORMAT_JSON = 'JSON'
 
30
STREAM_BASE = 'com.ubuntu.maas:daily'
30
31
VMTEST_CONTENT_ID_PATH_MAP = {
31
 
    "com.ubuntu.maas:daily:v2:download": "streams/v1/vmtest.json",
32
 
    "com.ubuntu.maas:daily:centos-bases-download":
33
 
        "streams/v1/vmtest-centos.json",
 
32
    STREAM_BASE + ":v2:download": "streams/v1/vmtest.json",
 
33
    STREAM_BASE + ":centos-bases-download": "streams/v1/vmtest-centos.json",
34
34
}
35
35
 
36
36
DEFAULT_OUTPUT_FORMAT = (