~pete-woods/libqtdbusmock/new-templates-in-common-package

« back to all changes in this revision

Viewing changes to data/nm-manager-mock.xml

  • Committer: CI Train Bot
  • Author(s): Pete Woods
  • Date: 2015-10-06 11:47:51 UTC
  • mfrom: (39.1.2 trunk)
  • Revision ID: ci-train-bot@canonical.com-20151006114751-14d838pzzdk3b60d
Add new NM methods. Stop running valgrind by default. Fixes: #1451507

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<node name="/org/freedesktop/NetworkManager" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4
4
        <interface name="org.freedesktop.DBus.Mock">
5
5
 
 
6
                <method name="AddEthernetDevice">
 
7
                        <arg direction="in" name="device_name" type="s" />
 
8
                        <arg direction="in" name="iface_name" type="s" />
 
9
                        <arg direction="in" name="state" type="i" />
 
10
                        <arg direction="out" type="s" />
 
11
                </method>
 
12
 
6
13
                <method name="AddWiFiDevice">
7
14
                        <arg name="device_name" type="s" direction="in"/>
8
15
                        <arg name="interface_name" type="s" direction="in"/>
49
56
                        <arg name="connection_path" type="s" direction="in"/>
50
57
                </method>
51
58
 
 
59
                <method name="SetConnectivity">
 
60
                        <arg direction="in" name="connectivity" type="u" />
 
61
                </method>
 
62
 
 
63
                <method name="SetDeviceDisconnected">
 
64
                        <arg direction="in" name="device_path" type="s" />
 
65
                </method>
 
66
 
52
67
                <method name="SetGlobalConnectionState">
53
68
                        <arg name="state" type="u" direction="in"/>
54
69
                </method>