~registry/ubuntu-system-image/client

« back to all changes in this revision

Viewing changes to systemimage/tests/data/channel.channels_04.json

  • Committer: Barry Warsaw
  • Date: 2015-01-16 22:56:50 UTC
  • mfrom: (293.1.18 lp1373467)
  • Revision ID: barry@python.org-20150116225650-fug42a0rd33g3gb2
 * Support multiple configuration files, as in a ``config.d`` directory.  Now,
   configuration files are named `NN_whatever.ini` where "NN" must be a
   numeric prefix.  Files are loaded in sorted numeric order, with later files
   overriding newer files.  Support for both the ``client.ini`` and
   ``channel.ini`` files has been removed. (LP: #1373467)
 * The ``[system]build_file`` variable has been removed.  Build number
   information now must come from the ``.ini`` files, and last update date
   comes from the newest ``.ini`` file loaded.

Also:

 * Manpages updated.
 * Removed support for the [system]build_file variable.
 * Massive renaming of test data files for better matchup with their
   associated tests.
 * Provide a little more information when a logging level command line
   parameter is a bogus value.
 * -C now takes path to configuration directory.
 * Add a little more debug-level logging.
 * More sophistication for the @configuration decorator.
 * touch_build() helper now takes a use_config optional keyword argument.
 * When running the test suite, -M now takes a full logging specifier,
   e.g. either a single word like `debug` or a split like `info:debug`.
 * Skip some tests when running under UDM, due to LP: #1411866

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "daily": {
 
3
        "alias": "saucy",
 
4
        "devices": {
 
5
            "grouper": {
 
6
                "index": "/daily/grouper/index.json"
 
7
            },
 
8
            "maguro": {
 
9
                "index": "/daily/maguro/index.json"
 
10
            },
 
11
            "mako": {
 
12
                "index": "/daily/mako/index.json"
 
13
            },
 
14
            "manta": {
 
15
                "index": "/daily/manta/index.json"
 
16
            }
 
17
        }
 
18
    },
 
19
    "saucy": {
 
20
        "devices": {
 
21
            "grouper": {
 
22
                "index": "/saucy/grouper/index.json"
 
23
            },
 
24
            "maguro": {
 
25
                "index": "/saucy/maguro/index.json"
 
26
            },
 
27
            "mako": {
 
28
                "index": "/saucy/mako/index.json"
 
29
            },
 
30
            "manta": {
 
31
                "index": "/saucy/manta/index.json",
 
32
                "keyring": {
 
33
                    "path": "/saucy/manta/device-signing.tar.xz",
 
34
                    "signature": "/saucy/manta/device-signing.tar.xz.asc"
 
35
                }
 
36
            }
 
37
        }
 
38
    },
 
39
    "saucy-proposed": {
 
40
        "hidden": true,
 
41
        "devices": {
 
42
            "grouper": {
 
43
                "index": "/saucy-proposed/grouper/index.json"
 
44
            },
 
45
            "maguro": {
 
46
                "index": "/saucy-proposed/maguro/index.json"
 
47
            },
 
48
            "mako": {
 
49
                "index": "/saucy-proposed/mako/index.json"
 
50
            },
 
51
            "manta": {
 
52
                "index": "/saucy-proposed/manta/index.json"
 
53
            }
 
54
        }
 
55
    }
 
56
}