sushy-tools/sushy_tools/tests/unit
Lucas Alvares Gomes a89580a9ff Initial Commit
This initial commit contains two tools:

* sushy-static: This command creates a HTTP server to serve any of the
  Redfish mockups. The files are static so operations like changing the
  boot device or the power state will not have any effect.

* sushy-emulator: This command starts a ReST API that users can use to
  interact with virtual machines using the Redfish protocol. So operations
  such as changing the boot device or the power state will actually affect
  the virtual machines. This allows users to test the library in a more
  dynamic way.

Change-Id: I8d844d94e435180a6c99a5ad4b7c95a8e4cc6bfb
2017-04-06 17:05:16 +01:00
..
__init__.py Initial Commit 2017-04-06 17:05:16 +01:00
base.py Initial Commit 2017-04-06 17:05:16 +01:00
test.py Initial Commit 2017-04-06 17:05:16 +01:00