An open API service indexing awesome lists of open source software.

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

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]"`