aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2016-02-11Merge "Adding a structure for the reporting of test cases for functest"Morgan Richomme24-343/+1653
2016-02-11Adding a structure for the reporting of test cases for functestChristopherPrice24-343/+1653
2016-02-11Enadled --serial option for run_tests.shViktor Tikkanen1-0/+5
2016-02-10Rename the vPing scripts proplery and adapt documentationjose.lausuch3-11/+14
2016-02-10Doc updatesjose.lausuch3-166/+211
2016-02-09update docMorgan Richomme2-332/+405
2016-02-05update user guideMorgan Richomme3-224/+249
2016-02-01Adding structure to pull content into central docs.ChristopherPrice5-349/+352
2016-01-29Add promise section from patch 8361 of GeraldMorgan Richomme1-1/+47
2016-01-29EditorialsGerald Kunzmann3-381/+395
2016-01-29Update docMorgan Richomme3-1058/+863
2016-01-22Added --no-clean option for run_tests.shViktor Tikkanen1-2/+5
2016-01-20add doc of onos usergidelanqinglong1-3/+109
2016-01-19Merge "Add developer guide"Morgan Richomme1-0/+280
2016-01-19Updated Tempest related parts into User guideViktor Tikkanen1-37/+91
2016-01-18Add developer guideMorgan Richomme1-0/+280
2016-01-08User and installation guideMorgan Richomme3-153/+749
2015-12-11First upload of Functest Doc for BrahmaputraMorgan Richomme2-0/+318
2015-09-24Minor corrections for SR1Morgan Richomme1-26/+49
2015-06-30Doc: added required libraries and python modulesjose.lausuch1-2/+18
2015-06-18Doc: Fixed weird chars for the tree directory structurejose.lausuch1-53/+54
2015-06-17Doc: adapted table page 6. "The procedure to set up functional testing enviro...jose.lausuch1-13/+13
2015-06-16Doc: adapted image size for pdf as Victor suggestedjose.lausuch1-2/+2
2015-06-03Put ToC after headingMorgan Richomme1-2/+6
2015-06-03fix ODL image bugMorgan Richomme1-1/+2
2015-06-03Update for ArnoMorgan Richomme4-132/+325
2015-06-03update doc for ArnoMorgan Richomme1-20/+37
2015-06-02correct doc after CI job refactoringmorganrOL1-32/+71
2015-05-13fix link error, rename default pre loaded image, change formating for config ...morganrOL1-8/+7
2015-05-13Doc updates:jose.lausuch1-12/+8
2015-05-12Updated doc with more info about functest_config.pyjose.lausuch1-20/+79
2015-05-11Update doc, include config_functest.py, remove manual operations, remove vIMS...morganrOL1-126/+83
2015-05-04Remove unused imagemorganrOL1-0/+0
2015-05-04Remove not used imagemorganrOL1-0/+0
2015-05-04reformat CI part, add vPing description, remove images, replace them with ASC...morganrOL1-20/+125
2015-04-29Add figure for rst documentmorganrOL3-0/+0
2015-04-29update python script to manage Rally bench tests, add help section, exclude T...morganrOL1-30/+30
2015-04-29Update document for functest R1, add description section, split tooling insta...morganrOL1-40/+246
2015-04-27Moved functest.rst under docs/ and removed docs/main.rstVictor Laza1-145/+160
2015-04-17Renamed and moved functest.rst as docs/main.rstVictor Laza1-0/+145
ass="s2">"To view the help file:" @echo "# mkdir -p $$HOME/.local/share/devhelp/NFVBench" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/NFVBench" @echo "# devhelp" .PHONY: epub epub: $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub @echo @echo "Build finished. The epub file is in $(BUILDDIR)/epub." .PHONY: epub3 epub3: $(SPHINXBUILD) -b epub3 $(ALLSPHINXOPTS) $(BUILDDIR)/epub3 @echo @echo "Build finished. The epub3 file is in $(BUILDDIR)/epub3." .PHONY: latex latex: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." @echo "Run \`make' in that directory to run these through (pdf)latex" \ "(use \`make latexpdf' here to do that automatically)." .PHONY: latexpdf latexpdf: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo "Running LaTeX files through pdflatex..." $(MAKE) -C $(BUILDDIR)/latex all-pdf @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." .PHONY: latexpdfja latexpdfja: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo "Running LaTeX files through platex and dvipdfmx..." $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." .PHONY: text text: $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text @echo @echo "Build finished. The text files are in $(BUILDDIR)/text." .PHONY: man man: $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man @echo @echo "Build finished. The manual pages are in $(BUILDDIR)/man." .PHONY: texinfo texinfo: $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo @echo @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo." @echo "Run \`make' in that directory to run these through makeinfo" \ "(use \`make info' here to do that automatically)." .PHONY: info info: $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo @echo "Running Texinfo files through makeinfo..." make -C $(BUILDDIR)/texinfo info @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo." .PHONY: gettext gettext: $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale @echo @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale." .PHONY: changes changes: $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes @echo @echo "The overview file is in $(BUILDDIR)/changes." .PHONY: linkcheck linkcheck: $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck @echo @echo "Link check complete; look for any errors in the above output " \ "or in $(BUILDDIR)/linkcheck/output.txt." .PHONY: doctest doctest: $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest @echo "Testing of doctests in the sources finished, look at the " \ "results in $(BUILDDIR)/doctest/output.txt." .PHONY: coverage coverage: $(SPHINXBUILD) -b coverage $(ALLSPHINXOPTS) $(BUILDDIR)/coverage @echo "Testing of coverage in the sources finished, look at the " \ "results in $(BUILDDIR)/coverage/python.txt." .PHONY: xml xml: $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml @echo @echo "Build finished. The XML files are in $(BUILDDIR)/xml." .PHONY: pseudoxml pseudoxml: $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml @echo @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." .PHONY: dummy dummy: $(SPHINXBUILD) -b dummy $(ALLSPHINXOPTS) $(BUILDDIR)/dummy @echo @echo "Build finished. Dummy builder generates no files."