Merge lp:~sbaldassin/address-book-app/testability into lp:address-book-app

Proposed by Santiago Baldassin
Status: Needs review
Proposed branch: lp:~sbaldassin/address-book-app/testability
Merge into: lp:address-book-app
Diff against target: 25 lines (+6/-1)
1 file modified
snapcraft.yaml (+6/-1)
To merge this branch: bzr merge lp:~sbaldassin/address-book-app/testability
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+315476@code.launchpad.net

Commit message

Adding support for testability

Description of the change

This mp adds testability support so that the app can be introspected by autopilot. The support includes:

plug to autopilot-introspection which will be provided by snapd and that will update the apparmor rules to allow the introspection over dbus
plug to testability which will make the testability libraries available for the app using the content sharing interface

To post a comment you must log in.

Unmerged revisions

673. By Santiago Baldassin

Adding support for testability

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory 'snap/testability'
=== modified file 'snapcraft.yaml'
--- snapcraft.yaml 2016-12-19 15:36:37 +0000
+++ snapcraft.yaml 2017-01-24 14:45:44 +0000
@@ -8,7 +8,7 @@
8apps:8apps:
9 address-book-app:9 address-book-app:
10 command: desktop-launch $SNAP/usr/bin/address-book-app --desktop_file_hint=unity8 "$@"10 command: desktop-launch $SNAP/usr/bin/address-book-app --desktop_file_hint=unity8 "$@"
11 plugs: [gsettings, unity7, unity8, opengl, platform] # FIXME: add 'address-book' interface after it get merged on snapd11 plugs: [gsettings, unity7, unity8, opengl, platform, autopilot-introspection] # FIXME: add 'address-book' interface after it get merged on snapd
1212
13plugs:13plugs:
14 platform:14 platform:
@@ -17,6 +17,11 @@
17 target: ubuntu-app-platform17 target: ubuntu-app-platform
18 default-provider: ubuntu-app-platform18 default-provider: ubuntu-app-platform
1919
20 testability:
21 interface: content
22 content: testability
23 target: testability
24
20parts:25parts:
21 address-book-app:26 address-book-app:
22 plugin: cmake27 plugin: cmake

Subscribers

People subscribed via source and target branches