File: control

package info (click to toggle)
labgrid 25.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,796 kB
  • sloc: python: 21,352; sh: 846; makefile: 35
file content (160 lines) | stat: -rw-r--r-- 5,105 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
Source: labgrid
Section: misc
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Manuel Traut <manut@mecka.net>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 openssh-client,
 pybuild-plugin-pyproject,
 python-is-python3,
 python3-all,
 python3-attr,
 python3-colors,
 python3-docker,
 python3-docutils,
 python3-grpcio,
 python3-grpcio-reflection,
 python3-graphviz,
 python3-jinja2,
 python3-paho-mqtt,
 python3-pexpect,
 python3-psutil,
 python3-pytest,
 python3-pytest-benchmark,
 python3-pytest-dependency,
 python3-pytest-mock,
 python3-pyudev,
 python3-pyvisa-py,
 python3-requests,
 python3-serial,
 python3-setuptools,
 python3-setuptools-scm,
 python3-usb,
 python3-xmodem,
 python3-yaml,
 sigrok-cli,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://www.pengutronix.de/en/software/labgrid.html
Vcs-Git: https://salsa.debian.org/python-team/packages/labgrid.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/labgrid

Package: labgrid-client
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-labgrid,
Description: Control system for software testing on bare-metal hardware (client)
 An embedded board control Python library with a focus on testing, development
 and general automation. It includes a remote control layer to control boards
 connected to other hosts.
 .
 The idea behind labgrid is to create an abstraction of the hardware control
 layer needed for testing of embedded systems, automatic software installation
 and automation during development. labgrid itself is not a testing framework,
 but is intended to be combined with pytest.
 .
 This is the client that is used to connect to exporters via a coordinator.

Package: labgrid-coordinator
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-labgrid,
Description: Control system for software testing on bare-metal hardware (coordinator)
 An embedded board control Python library with a focus on testing, development
 and general automation. It includes a remote control layer to control boards
 connected to other hosts.
 .
 The idea behind labgrid is to create an abstraction of the hardware control
 layer needed for testing of embedded systems, automatic software installation
 and automation during development. labgrid itself is not a testing framework,
 but is intended to be combined with pytest.
 .
 This is the coordinator that is used to expose exporters to a coordinator.

Package: labgrid-exporter
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-labgrid,
Description: Control system for software testing on bare-metal hardware (exporter)
 An embedded board control Python library with a focus on testing, development
 and general automation. It includes a remote control layer to control boards
 connected to other hosts.
 .
 The idea behind labgrid is to create an abstraction of the hardware control
 layer needed for testing of embedded systems, automatic software installation
 and automation during development. labgrid itself is not a testing framework,
 but is intended to be combined with pytest.
 .
 This is the exporter that is used to export resources to a coordinator.

Package: labgrid-utils
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-labgrid,
Description: Control system for software testing on bare-metal hardware (utils)
 An embedded board control Python library with a focus on testing, development
 and general automation. It includes a remote control layer to control boards
 connected to other hosts.
 .
 The idea behind labgrid is to create an abstraction of the hardware control
 layer needed for testing of embedded systems, automatic software installation
 and automation during development. labgrid itself is not a testing framework,
 but is intended to be combined with pytest.
 .
 This is a tool that suggests matches for writing exporter yaml files.

Package: python3-labgrid
Section: python
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-attr,
 python3-colors,
 python3-docker,
 python3-grpcio,
 python3-grpcio-reflection,
 python3-graphviz,
 python3-paho-mqtt,
 python3-pexpect,
 python3-psutil,
 python3-pyudev,
 python3-pyvisa-py,
 python3-requests,
 python3-serial,
 python3-usb,
 python3-xmodem,
 python3-yaml,
Recommends:
 bash-completion,
 gstreamer1.0-tools,
 libgstreamer-plugins-base1.0-0,
 microcom,
 openssh-client,
 rsync,
 sshfs,
 sigrok-cli,
 socat,
 tcpdump,
Description: Control system for software testing on bare-metal hardware (library)
 An embedded board control Python library with a focus on testing, development
 and general automation. It includes a remote control layer to control boards
 connected to other hosts.
 .
 The idea behind labgrid is to create an abstraction of the hardware control
 layer needed for testing of embedded systems, automatic software installation
 and automation during development. labgrid itself is not a testing framework,
 but is intended to be combined with pytest.
 .
 This is the library.