summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-10-21Switch SCAP urlCédric Ollivier1-2/+2
The former link is unreachable 502 [1]. [1] https://build.opnfv.org/ci/job/functest-verify-unit-tests-and-docs-gambia/96/console Change-Id: Ibc865a4d367fdc48505e9b4ebe674f63cba8b8e1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit bed550d1971dbeb7d2f237d9630f24b4bc49b0b6)
2018-10-19Remove Functest gatingCédric Ollivier9-275/+2
It would make confusion to print OPNFV installer results as they are not so good. Change-Id: I5b1cf2144090cb3b6090a23e0b3022a62733ea53 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 3ca122e853d9a5208867d619eb52d99008de39b9)
2018-10-17Move LF doc files into a new dirCédric Ollivier8-183/+183
rtd forces conf.py to be in the root dir. Then it moves all LF files into a dedicated dir and reverts rtd config.py. Change-Id: I181c76c2b06df630aedf5b9fd96415ab9b23d9e1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 0d0f0d5e5f18cbb91c0119b16e737815a7756277)
2018-10-17Fix links to remove references to submodulesAric Gardner13-575/+26
It forces one single documentation. Change-Id: I47edd947885a4c3fb9e6579cf61fa7473b47ba31 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> (cherry picked from commit a4990a60c9b8e499e698fab28f9368816e50c6f7)
2018-10-15Conform with LFN doc rulesAric Gardner20-1294/+31
It hugely hacks docs to move away from submodules. https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html It removes intern reports which can't be integrated in this new model. All wrong links now deteted are updated. Change-Id: I9dbebeed041d2e104e3b8e73483f656ba0ef5bb9 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> (cherry picked from commit 1a22e73c850c450305764c784c86dbc067e65dae)
2018-09-23Update tempest_full resultCédric Ollivier1-1/+1
It's now passing in Orange Openlab. Change-Id: I487f426346af0ea706da1f38302eae7603b9d477 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit c3dcb96a8b94d7114fa7f25e936015b111f044a0)
2018-09-22Update results in configguide (rally_jobs)Cédric Ollivier1-8/+9
Change-Id: Ib00d0341ee56f6009e9346bff6f3fec51590950a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 7236c6b9173550ecb8419eccfd053e7b44b2d379)
2018-09-20Add support for Rally OpenStack CI test casesJuha Kosonen1-0/+1
Include Neutron rally-jobs. Change-Id: Ic1122962bd7d876d179729640a8a321bc36442d8 Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com> (cherry picked from commit 5d54a533d25a989dc64a2789788ff2f2fd6ad5c6)
2018-09-14Update Release NotesCédric Ollivier1-40/+63
Change-Id: I51fd66dc73bb5f0628454eabbd629a6fbda3666d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-13Prepare gambia Docker tagsCédric Ollivier1-9/+9
Change-Id: I409975acd1493e2f5a6bdcb3a4bd6ff6e383e02e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-09Stop including html files in devguideCédric Ollivier1-37/+6
The output is wrong and obsolete. Change-Id: Ib2faa161ebabfa51d677c38a0ec3943faf6f919c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-09Update Config GuideCédric Ollivier1-64/+89
Change-Id: Ia3ab203a22db252ba3603d8a9f335c0257f0523b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-08-18Publish Functest doc onlineCédric Ollivier8-72/+8
It reverts Sphinx theme to the default one as it's hugely better for API docs. Change-Id: Ic489e9b65d67d71fadb8ef78176a04cc382a3f5d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-07-23New Heat IMS testcaseValentin Boucher1-0/+22
In order to validate OpenStack Master deployment we create this new testcase using OpenStack Heat as an Orchestrator for Clearwater VNF JIRA: FUNCTEST-995 Change-Id: I8b7b74a3753c2d4d4614e9a2798283bd3f99d5d2 Signed-off-by: Valentin Boucher <valentin.boucher@kontron.com>
2018-07-08Refactor tempest commonCédric Ollivier6-14/+10
It also renames two testcases and updates all docs because tests run in parallel in case of tempest smoke. To force one thread as before: run: module: 'functest.opnfv_tests.openstack.tempest.tempest' class: 'TempestCommon' args: mode: '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' option: - '--concurrency=1' JIRA: FUNCTEST-989 Change-Id: I1348f5908400a5046be8edf983db4afa12e546c3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-06-18Merge "Config flavor metadata via functest - docs update"Cedric Ollivier2-0/+14
2018-06-15Remove parser containerCédric Ollivier3-5/+0
Parser conflicts with OpenStack project namespaces due to bad fork conception. Functest should stop maintaining containers to bypass issues created by Parser (2 releases). Change-Id: If52084dc9cb7165a6f53051ad84604bc999dd69c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-06-15Remove cloudify_ims_perfCédric Ollivier2-45/+0
All that modules are uncovered, unverified and deprecated. They will be safely reverted as soon as they are updated, verified by gates and unit tests are added. Change-Id: Iac0893f9f0ccb485d91cd17305e744aff9bf9414 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-06-15Remove cli and apiCédric Ollivier3-37/+6
cli has been deprecated for a while and restapi is uncovered and unverified. This patch will be partially reverted as soon as next unit tests cover functest/api. It partially updates troubleshooting docs which has to be completed in a second change [1]. [1] https://jira.opnfv.org/browse/FUNCTEST-982 Change-Id: I08e0bd212fcf5f5c5c220eb2500a6b0a6ff46df7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-06-14Config flavor metadata via functest - docs updatePanagiotis Karalis2-0/+14
Related to the merged patch : "SNAPS via functest with flavor metadata configurable" Functest documents are updated accordingly. Change-Id: I874f041935f64b7240a5ec5de6e9c89b0f4a09fd Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2018-05-16Updated documentation for juju_epc testssoumaya2-4/+40
Change-Id: If9399b7b385cb2660e76fcd42776c0dfcb4f7677 Signed-off-by: soumaya <soumaya.nayek@rebaca.com>
2018-04-21Update graphs in userguideLinda Wang4-2/+2
1. Functest structural concept 2. Clearwater architecture Change-Id: I88e39d6d08f1eb28a389d2b8a7a1669295f6aa49 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-04-20Merge "Last Release updates before tag (master)"Cedric Ollivier3-54/+54
2018-04-20Update configguideLinda Wang1-202/+94
JIRA: FUNCTEST-959 Change-Id: Id75689154a63b7258d753f26bb5ff01c0b06012e Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-04-20Last Release updates before tag (master)Cédric Ollivier3-54/+54
Change-Id: Icbe6943d574ab5878833fb0cfbc8cd05c65756d6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-20Merge "Update test results in userguide"Cedric Ollivier2-65/+106
2018-04-20Merge "Add Kubernetes test details to functest userguide"Juha Kosonen1-0/+28
2018-04-20Merge "Add Kubernetes test results to functest userguide"Juha Kosonen1-0/+36
2018-04-20Update test results in userguideLinda Wang2-65/+106
JIRA: FUNCTEST-958 Change-Id: I45fcdac6c645e52db9d664b7bd96319bbac49a63 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-04-19Add Kubernetes test details to functest userguideKonrad Djimeli1-0/+28
Change-Id: I032bfe5f079c185d6217800b4a4d16e94c29b05c Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com>
2018-04-19Add Kubernetes test results to functest userguideKonrad Djimeli1-0/+36
Change-Id: I8b9d7a449ea3b123993c6619b368a4afb0dd2e3e Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com>
2018-04-19Add "Functest Gates presentation"Cédric Ollivier2-0/+134
It should be presented during next "Weekly Technical Community Discussion". Change-Id: Id275aeb8e93bd4bd0b2d91be67a63d1763723451 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-17Merge "Add Kubernetes tests to userguide"Linda Wang1-1/+17
2018-04-17Add Kubernetes tests to userguideKonrad Djimeli1-1/+17
Change-Id: Iaa278269650449b2be19de6382e4e35896001984 Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com>
2018-04-15Fix emails and copyrights in all conf.pyCédric Ollivier8-24/+24
Change-Id: Idbd735443ec106f14e088c1469701507c28d7545 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-15Upates Installer results (master jobs)Cédric Ollivier6-83/+95
Change-Id: I3bf93c2c76b1c0f624d605be2c9534ac23558ee7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-15Update configguide (latest results)Cédric Ollivier1-27/+23
Change-Id: I5eb2f3b0096e57c9f72c07a8adea3bbe4aae3ec7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-15Remove odl_netvirt testcaseCédric Ollivier5-12/+2
Its dendencies have not been met since Danube [1]. [1] https://build.opnfv.org/ci/job/apex-os-odl_l3-nofeature-noha-baremetal-danube/ Change-Id: I1a5bb4acd9e7e14dbf519132847521b5138f4cd6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-10Merge "Update userguide"Cedric Ollivier2-100/+26
2018-04-09Update userguideLinda Wang2-100/+26
Change-Id: I2725ffcb4101496c2019d22215b1585fa3444775 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-04-09Rewrite 2 key changes in Release NotesCédric Ollivier1-3/+3
Change-Id: I58a168987caa207c80e84caa86e1d9880f726b22 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-09Merge "Add a key benefits section in Release Notes"Cedric Ollivier3-16/+38
2018-04-09Add a key benefits section in Release NotesCédric Ollivier3-16/+38
It also precises the side effects if test cases are in failure. Change-Id: Id4a2a3428da33deed51415fce5d98b81e64d35fe Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-09Merge "Remove Ceilometer test scenarios"Cedric Ollivier2-2/+0
2018-04-09Remove Ceilometer test scenariosJuha Kosonen2-2/+0
The API utilized by Rally in Ceilometer scenarios was deprecated in OpenStack Pike and scenarios were blacklisted. Remove these scenarios from respository. JIRA: FUNCTEST-949 Change-Id: I6f100cdb18853d177fd88ea7bd539f9837914f25 Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
2018-04-08Update Release NoteCédric Ollivier9-170/+325
It also publishes last results per installer which have to be updated before the release. Change-Id: Ie72e8656935598653c56ef5c980f5f133457450a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-04Fix Functest Internship ReportsCédric Ollivier8-100/+813
It allows building these documentations via tox. rst files are now checked via doc8. Change-Id: I06096d466b672e4c171240c918d1c91e1b3dfd13 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-04Fix Functest Developer GuideCédric Ollivier2-12/+197
It allows building this documentation via tox. rst files are now checked via doc8. Change-Id: I4f45dc2b6657466b05e7ceec60a751656552584e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-04Fix Functest User GuideCédric Ollivier9-300/+508
It allows building this documentation via tox. rst files are now checked via doc8. Intro is moved into a new file. Change-Id: If1dbe2cbde2f39ca4948ada2b2743594bc387dbc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-04-04Fix Functest Config GuideCédric Ollivier6-115/+310
It allows building this documentation via tox. rst files are now checked via doc8. Intro is moved into a new file. Change-Id: Ic5c0108cf1cbb0fc69f7e2cc73cf2fb69e44baa1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>