Ubuntu Pastebin

Paste from yaml at Wed, 22 Mar 2017 14:20:07 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
sergio-j-cazzolato@localhost:~$ cat /snap/kpi-dbus-tests/current/meta/snap.yaml
apps:
  kpi-dbus-tests:
    command: command-kpi-dbus-tests.wrapper
architectures:
- arm64
confinement: strict
description: This snap is a set of tests for dbus
grade: devel
name: kpi-dbus-tests
plugs:
  kpi-dbus-signals-plug:
    bus: system
    interface: dbus
    name: com.canonical.kpi.signal
slots:
  kpi-dbus-signals-slot:
    bus: system
    interface: dbus
    name: com.canonical.kpi.signal
summary: Tests for dbus
version: 0.1.5
Download as text