-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
39 lines (22 loc) · 1.11 KB
/
README
File metadata and controls
39 lines (22 loc) · 1.11 KB
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
=== Test Gear control application (testgearctl) ===
1. Introduction
This is the Test Gear control application which is used for commandline
control of Test Gear device servers and running Test Gear test scripts
(written in Lua).
It is part of the Test Gear project which aims to create a simple hardware
test framework for use with any type of GNU/Linux based system.
2. Status
The code is currently considered experimental. API and internals are
subject to change. Use on your own risk. For now, consider it a playground
for experiments.
3. Development
This is open source. If you want to help out with the project please join
in. Any contributions (code, doc, ideas, etc.) are welcome.
4. License
testgearctl includes code covered by the following licenses:
* BSD-3, commonly known as the 3-clause (or "modified") BSD license
* MIT, the MIT License
Please check the source code for more details. A license is usually at the
start of each source file.
The COPYING file (BSD-3) is the default license for code without an
explicitly defined license.