Merge lp:~sbaldassin/camera-app/testability into lp:camera-app

Proposed by Santiago Baldassin
Status: Needs review
Proposed branch: lp:~sbaldassin/camera-app/testability
Merge into: lp:camera-app
Diff against target: 24 lines (+6/-1)
1 file modified
snapcraft.yaml (+6/-1)
To merge this branch: bzr merge lp:~sbaldassin/camera-app/testability
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+315477@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

682. By Santiago Baldassin

Adding support for testability

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'snap/testability'
2=== modified file 'snapcraft.yaml'
3--- snapcraft.yaml 2017-01-06 16:48:21 +0000
4+++ snapcraft.yaml 2017-01-24 14:51:46 +0000
5@@ -8,13 +8,18 @@
6 apps:
7 camera-app:
8 command: desktop-launch $SNAP/bin/camera.wrapper
9- plugs: [unity7, unity8, opengl, camera, pulseaudio, home, platform]
10+ plugs: [unity7, unity8, opengl, camera, pulseaudio, home, platform, autopilot-introspection]
11
12 plugs:
13 platform:
14 interface: content
15 content: ubuntu-app-platform1
16 target: ubuntu-app-platform
17+
18+ testability:
19+ interface: content
20+ content: testability
21+ target: testability
22
23 parts:
24 wrapper:

Subscribers

People subscribed via source and target branches