python-redfish/doc/source/testing.rst
2016-03-04 14:28:15 +01:00

606 B

Running tests

redfish module tests

Tests are not functional for the redfish module yet.

refish-client tests

  1. Create your development environment following Developer setup.

  2. Install docker using the procedure.

  3. Ensure you can use docker with your current user.

  4. Jump into redfish-python directory containing the sources.

  5. Install required modules for testings:

    pip install -t test-requirements.txt
  6. Run the test:

    py.test redfish-client