https://github.com/openipc/ipctool_tests
PoC for do CI on distributed collection of hardware
https://github.com/openipc/ipctool_tests
ipctool openipc tools
Last synced: 10 months ago
JSON representation
PoC for do CI on distributed collection of hardware
- Host: GitHub
- URL: https://github.com/openipc/ipctool_tests
- Owner: OpenIPC
- License: mit
- Created: 2020-05-15T18:25:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T08:23:32.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T00:15:05.310Z (10 months ago)
- Topics: ipctool, openipc, tools
- Language: Shell
- Homepage: https://openipc.org
- Size: 32.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PoC for determine good CI practice for the project
## Installation
Disable host checking:
In your ~/.ssh/config (if this file doesn't exist, just create it):
```
Host *
StrictHostKeyChecking no
ConnectTimeout 10
```
## Usage
* To run only test against specific hardware add parameter with site and
specific id `"ipc_chip_test.py::test_zftlab[HI3518EV200+JXF22]"`