Metadata-Version: 2.1
Name: valve-gfx-ci.salad
Version: 0.0.2
Summary: Valve GFX CI's serial multiplexer
Home-page: https://gitlab.freedesktop.org/mupuf/valve-infra/-/tree/master/salad
Author: Martin Roukala
Author-email: martin.roukala@mupuf.org
Project-URL: Bug Tracker, https://gitlab.freedesktop.org/mupuf/valve-infra/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

SALAD provides automatic mapping between serial consoles and their attached
test machine. This is done with a service running by default on port 8100
and a REST interface running on port 8005.

The REST API provides the following endpoints:

    curl -s http://localhost:8005/api/v1/machine/

and

    curl -s http://localhost:8005/api/v1/machine/AA:BB:CC:DD:EE:FF

Where the host "localhost", the port 8005 and the mac address AA:BB:CC:DD:EE:FF
should be replaced by valid values.
