Merge lp:~jocave/checkbox/add-plano-provider into lp:checkbox

Proposed by Jonathan Cave
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 3926
Merged at revision: 3928
Proposed branch: lp:~jocave/checkbox/add-plano-provider
Merge into: lp:checkbox
Diff against target: 73 lines (+42/-0)
5 files modified
providers/plainbox-provider-snappy-ubuntu-core/.bzrignore (+2/-0)
providers/plainbox-provider-snappy-ubuntu-core/.gitignore (+2/-0)
providers/plainbox-provider-snappy-ubuntu-core/README.md (+7/-0)
providers/plainbox-provider-snappy-ubuntu-core/manage.py (+29/-0)
providers/plainbox-provider-snappy-ubuntu-core/po/POTFILES.in (+2/-0)
To merge this branch: bzr merge lp:~jocave/checkbox/add-plano-provider
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+266409@code.launchpad.net

Description of the change

Adds a new provider where work on snappy tests can begin

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

Hey

Please look at inline comments below

3926. By Jonathan Cave

providers: snappy: adds snappy provider

Revision history for this message
Zygmunt Krynicki (zyga) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'providers/plainbox-provider-snappy-ubuntu-core'
2=== added file 'providers/plainbox-provider-snappy-ubuntu-core/.bzrignore'
3--- providers/plainbox-provider-snappy-ubuntu-core/.bzrignore 1970-01-01 00:00:00 +0000
4+++ providers/plainbox-provider-snappy-ubuntu-core/.bzrignore 2015-07-30 14:41:46 +0000
5@@ -0,0 +1,2 @@
6+dist/*.tar.gz
7+build/mo/*
8\ No newline at end of file
9
10=== added file 'providers/plainbox-provider-snappy-ubuntu-core/.gitignore'
11--- providers/plainbox-provider-snappy-ubuntu-core/.gitignore 1970-01-01 00:00:00 +0000
12+++ providers/plainbox-provider-snappy-ubuntu-core/.gitignore 2015-07-30 14:41:46 +0000
13@@ -0,0 +1,2 @@
14+dist/*.tar.gz
15+build/mo/*
16\ No newline at end of file
17
18=== added file 'providers/plainbox-provider-snappy-ubuntu-core/README.md'
19--- providers/plainbox-provider-snappy-ubuntu-core/README.md 1970-01-01 00:00:00 +0000
20+++ providers/plainbox-provider-snappy-ubuntu-core/README.md 2015-07-30 14:41:46 +0000
21@@ -0,0 +1,7 @@
22+Snappy Ubuntu Core Certification Tests
23+======================================
24+
25+This provider contains tests to support the certification process for devices
26+running Snappy Ubuntu Core.
27+
28+It is intended to be used alongside PlainBox.
29
30=== added file 'providers/plainbox-provider-snappy-ubuntu-core/manage.py'
31--- providers/plainbox-provider-snappy-ubuntu-core/manage.py 1970-01-01 00:00:00 +0000
32+++ providers/plainbox-provider-snappy-ubuntu-core/manage.py 2015-07-30 14:41:46 +0000
33@@ -0,0 +1,29 @@
34+#!/usr/bin/env python3
35+from plainbox.provider_manager import setup, N_
36+
37+# This file is part of Checkbox.
38+#
39+# Copyright 2015 Canonical Ltd.
40+# Written by:
41+# Jonathan Cave <jonathan.cave@canonical.com>
42+#
43+# Checkbox is free software: you can redistribute it and/or modify
44+# it under the terms of the GNU General Public License as published by
45+# the Free Software Foundation, either version 3 of the License, or
46+# (at your option) any later version.
47+#
48+# Checkbox is distributed in the hope that it will be useful,
49+# but WITHOUT ANY WARRANTY; without even the implied warranty of
50+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
51+# GNU General Public License for more details.
52+#
53+# You should have received a copy of the GNU General Public License
54+# along with Checkbox. If not, see <http://www.gnu.org/licenses/>.
55+
56+setup(
57+ name='plainbox-provider-snappy-ubuntu-core',
58+ namespace='2013.com.canonical.certification',
59+ version="1.0",
60+ description=N_("Canonical certification provider for Snappy Ubuntu Core"),
61+ gettext_domain='plainbox-provider-snappy-ubuntu-core',
62+)
63
64=== added directory 'providers/plainbox-provider-snappy-ubuntu-core/po'
65=== added file 'providers/plainbox-provider-snappy-ubuntu-core/po/POTFILES.in'
66--- providers/plainbox-provider-snappy-ubuntu-core/po/POTFILES.in 1970-01-01 00:00:00 +0000
67+++ providers/plainbox-provider-snappy-ubuntu-core/po/POTFILES.in 2015-07-30 14:41:46 +0000
68@@ -0,0 +1,2 @@
69+[encoding: UTF-8]
70+manage.py
71
72=== added directory 'providers/plainbox-provider-snappy-ubuntu-core/units'
73=== added file 'providers/plainbox-provider-snappy-ubuntu-core/units/snappy.pxu'

Subscribers

People subscribed via source and target branches