fuel-plugin-nsx-t/spec
Vasily Gorin d460e3ba00 Smoke and bvt tests
* Add smoke test
* Add bvt test
* Fix shellchecks and flake8 errors
* Added script for the preparation of interfaces to passing stt traffic
 Prerequisites:
** Interface number 4 in order on openstack nodes (enp0s6) was free
** In the plugin for stt traffic has been selected interface
   number 4 (enp0s6)

Change-Id: Icf9df8c10216990871a51bfcd18ea7c8e316435f
2016-10-10 12:57:23 +03:00
..
Makefile Add plugin specification 2016-08-01 17:59:40 +03:00
README.md Add plugin specification 2016-08-01 17:59:40 +03:00
conf.py Smoke and bvt tests 2016-10-10 12:57:23 +03:00
index.rst Add plugin specification 2016-08-01 17:59:40 +03:00
nsx-t-1.0.0-spec.rst Add package related operations 2016-08-02 18:37:03 +03:00
requirements.txt Add plugin specification 2016-08-01 17:59:40 +03:00

README.md

Fuel NSX-T plugin specification

If you want to build HTML variant of plugin specification first install necessary sphinx requirements:

# pip install -r requirements.txt

Then you can build specification with `make' tool:

# make html