~registry/ubuntu-system-image/client

« back to all changes in this revision

Viewing changes to systemimage/tests/data/state.channels_01.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": "tubular",
 
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
                "keyring": {
 
17
                    "path": "/daily/manta/device-signing.tar.xz",
 
18
                    "signature": "/daily/manta/device-signing.tar.xz.asc"
 
19
                }
 
20
            }
 
21
        }
 
22
    },
 
23
    "saucy": {
 
24
        "devices": {
 
25
            "grouper": {
 
26
                "index": "/saucy/grouper/index.json"
 
27
            },
 
28
            "maguro": {
 
29
                "index": "/saucy/maguro/index.json"
 
30
            },
 
31
            "mako": {
 
32
                "index": "/saucy/mako/index.json"
 
33
            },
 
34
            "manta": {
 
35
                "index": "/saucy/manta/index.json",
 
36
                "keyring": {
 
37
                    "path": "/saucy/manta/device-signing.tar.xz",
 
38
                    "signature": "/saucy/manta/device-signing.tar.xz.asc"
 
39
                }
 
40
            }
 
41
        }
 
42
    },
 
43
    "tubular": {
 
44
        "hidden": true,
 
45
        "devices": {
 
46
            "grouper": {
 
47
                "index": "/tubular/grouper/index.json"
 
48
            },
 
49
            "maguro": {
 
50
                "index": "/tubular/maguro/index.json"
 
51
            },
 
52
            "mako": {
 
53
                "index": "/tubular/mako/index.json"
 
54
            },
 
55
            "manta": {
 
56
                "index": "/tubular/manta/index.json",
 
57
                "keyring": {
 
58
                    "path": "/tubular/manta/device-signing.tar.xz",
 
59
                    "signature": "/tubular/manta/device-signing.tar.xz.asc"
 
60
                }
 
61
            }
 
62
        }
 
63
    }
 
64
}