python-redfish/doc/source/testing.rst
Uggla 351547b051 Update documentation
- Add python3 release.
- Add a FAQ.
- Various minor updates.
2016-03-07 11:15:32 +01:00

30 lines
717 B
ReStructuredText

=============
Running tests
=============
redfish module tests
--------------------
Tests are not functional for the redfish module yet.
refish-client tests
-------------------
#. Create your development environment following `Developer setup <develsetup.html>`_.
#. Install docker using the `procedure <https://docs.docker.com/engine/installation/>`_.
#. Ensure you can use docker with your current user.
#. Jump into redfish-python directory containing the sources.
#. Depending of your distribution, you may have to upgrade setuptools::
pip install --upgrade setuptools
#. Install required modules for testings::
pip install -t test-requirements.txt
#. Run the test::
py.test redfish-client