A set of tools to support the development and test of the Sushy library
Go to file
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
doc/source Initial Commit 2017-04-06 17:05:16 +01:00
sushy_tools Initial Commit 2017-04-06 17:05:16 +01:00
.coveragerc Initial Commit 2017-04-06 17:05:16 +01:00
.gitignore Initial Commit 2017-04-06 17:05:16 +01:00
.gitreview Added .gitreview 2017-04-03 08:33:46 +00:00
.mailmap Initial Commit 2017-04-06 17:05:16 +01:00
.testr.conf Initial Commit 2017-04-06 17:05:16 +01:00
CONTRIBUTING.rst Initial Commit 2017-04-06 17:05:16 +01:00
HACKING.rst Initial Commit 2017-04-06 17:05:16 +01:00
LICENSE Initial Commit 2017-04-06 17:05:16 +01:00
README.rst Initial Commit 2017-04-06 17:05:16 +01:00
requirements.txt Initial Commit 2017-04-06 17:05:16 +01:00
setup.cfg Initial Commit 2017-04-06 17:05:16 +01:00
setup.py Initial Commit 2017-04-06 17:05:16 +01:00
test-requirements.txt Initial Commit 2017-04-06 17:05:16 +01:00
tox.ini Initial Commit 2017-04-06 17:05:16 +01:00

README.rst

sushy-tools

A set of tools to support the development and test of the Sushy library (http://sushy.readthedocs.io)