Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

usmqe/usmqe-testdoc

Repository files navigation

USM QE Tests Documentation Repository

This is a Sphinx/Pylatest project with test case documents and other system testing related documentation for Tendrl upstream project, written in reStructuredText syntax.

This repository was switched into read only mode on 2018-06-15, and it's keep here for achival purposes only.

Maintained by USM QE Team.

Contributing

Make sure that you don't introduce any sphinx-build error or warning in your changes, both will make TravisCI check to fail.

How to build html

Install sphinx from rpm package and then install pylatest via pip into user wide site packages only:

$ pip install --user pylatest

Then, in the root directory of this repository, just run:

$ make html