Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbingham/lab
SSH based authentication to remote control a board farm
https://github.com/kbingham/lab
boardfarm
Last synced: 14 days ago
JSON representation
SSH based authentication to remote control a board farm
- Host: GitHub
- URL: https://github.com/kbingham/lab
- Owner: kbingham
- Created: 2017-08-08T20:26:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T23:44:07.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T16:11:54.618Z (2 months ago)
- Topics: boardfarm
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lab
SSH based authentication to remote control a board farmFollowing the 'gitolite' model of user authentication - provide a system whereby users can connect to a centralised
server acting as a management console for a board farm, with key design goals:* Multi-user support is a first class citizen in this system to allow automated testing. (CI/Bots are just a user)
* Support 'locking' - to prevent users from interrupting tests or access
* Abstract power management and control
* Handle file upload management (kernel image, dtb...)