aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release
AgeCommit message (Collapse)AuthorFilesLines
2019-10-26Add healthcheck Horizon testsCédric Ollivier1-0/+1
It runs TestDashboardBasicOps as proposed by tempest-horizon [1]. It's skipped if DASHBOARD_URL is unset (default). [1] https://opendev.org/openstack/tempest-horizon Change-Id: I1b6b5609412770609f412da4927641588b173ed6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-10-19Check spelling in rst filesCédric Ollivier1-1/+1
It fixes a few typos too and installs enchant in TravisCI and CircleCI jobs. Change-Id: Id5dbf5f926edc8b0b4e4337d11bf63e21ea7e173 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-10-13Update Functest release notesCédric Ollivier1-3/+9
Change-Id: I7d3198ea92105870425164ce5ade6aca824f8dfd Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-10-13Updates all testcases and their resultsCédric Ollivier1-4/+10
Change-Id: I127146b4d6face1b6221e049636a29e601415fd8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-08-31Remove Features containersCédric Ollivier1-15/+0
Most the features are stopped and Functest shouldn't host dead code. Functest is a framework (Docker and Python modules) which can be still reused by any third-party (OPNFV Feature or anything else) in its tree and CI. Change-Id: Ia8475ce295b2cdcddbfcfc5b17ea2ab9e51a8afb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-07-02Update python versions and testcase list in docsCédric Ollivier1-1/+3
Change-Id: I0ed395c39dd7e0ad1bf0f5d181fe6c2c397809e4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-05-23Update Pylint score (10/10) in Release notesCédric Ollivier1-1/+1
https://build.opnfv.org/ci/job/functest-verify-unit-tests-and-docs-master/2239/console Change-Id: I5f124250aba3aa9a5ca0bc01221c06843bba1b35 Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
2019-04-15Update Release NotesCédric Ollivier1-41/+5
Change-Id: Ie7826cf2ef8eb537f1b4f213c92c384e0b48c311 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-04-09Update tab resultsCédric Ollivier1-1/+0
It also removes all refs to components and to the former binaries. Change-Id: I4f7e3308673ba6ba4dd9c28a7a053e3d558c289d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-03-25Fix the broken link in docsCédric Ollivier1-1/+1
git.opnfv.org doesn't provide a correct certificate and then sphinx linkcheck fails [1]. [1] https://travis-ci.org/collivier/functest/jobs/510587514 Change-Id: I4e9b8d07fa8e2da2d1b185668b834a8904cf35a3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-03-12Remove Snaps-based testcasesCédric Ollivier1-3/+0
Snaps hasn't been synchronized for a while regarding requirements. We do remove it due to the inactivity. All test result tabs will be updated in a second change. Change-Id: I834afd902829ed3883b0e88e92aa806ec43d6fcf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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>
2018-10-17Fix links to remove references to submodulesAric Gardner1-176/+0
It forces one single documentation. Change-Id: I47edd947885a4c3fb9e6579cf61fa7473b47ba31 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-14Conform with LFN doc rulesAric Gardner2-2/+1
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>
2018-09-18Add 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>
2018-09-14Update Release NotesCédric Ollivier1-37/+60
Change-Id: I51fd66dc73bb5f0628454eabbd629a6fbda3666d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-08-18Publish Functest doc onlineCédric Ollivier1-9/+1
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-08Refactor tempest commonCédric Ollivier1-1/+1
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-15Remove parser containerCédric Ollivier1-2/+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-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-15Fix emails and copyrights in all conf.pyCédric Ollivier1-3/+3
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-15Remove odl_netvirt testcaseCédric Ollivier1-1/+0
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-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-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-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 Release NotesCédric Ollivier3-62/+239
It allows building this documentation via tox. rst files are now checked via doc8. Change-Id: I4cfec11b06319b5ccdcff5f7f14475375e778c01 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-12-28Update Alpine to 3.7Cédric Ollivier1-1/+1
It conforms with the last release [1] and Docker latest [2]. [1] https://alpinelinux.org/posts/Alpine-3.7.0-released.html [2] https://hub.docker.com/_/alpine/ Change-Id: I731b455bd9eb9900c7794643b8605bf73a15726d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-12-22Add euphrates as a docker tag to the release notesJose Lausuch1-1/+2
Change-Id: I35080b3e701de6341926f86e8aa1910ef777f565 Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-12-20Suggest to pull manifests instead of arch tagsCédric Ollivier1-3/+1
Change-Id: I17d45782feb38946f9524859354f24d392b56f25 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-12-12Update release notes for Euphrates 5.1Jose Lausuch1-16/+23
Change-Id: I008cf0f5cd5279903d7e50b5a3903c283829e9cb Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-10-19Release notes for Euphrates 5.0Jose Lausuch2-426/+115
Change-Id: Icdce56bdacba8530cc2f35c8f3c6b1acfd4bf522 Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-08-22Functest Doc: first update for EuphratesMorgan Richomme1-1/+1
- move part of the dev group to the testing document - move reporting into user guide - update logs - introduce alpine - introduce functest API - split documents per chapter Change-Id: I08268091ce50309e891a648333da2054e902bcea Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-08-12Remove copper refsCédric Ollivier1-2/+2
Copper withdrew from E release (see comments in [1]). [1] https://gerrit.opnfv.org/gerrit/#/c/38851/ Change-Id: I1af463f5d60a6099592c1005ce27d3ca0c40cbbf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-08-12Remove netready refsCédric Ollivier1-1/+0
Netready withdrew from E release [1] [1] https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2017-August/017453.html Change-Id: I456b91e0bb454a4205df98d0e96032302d3b20a6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-07-14Release notes for Danube.3.0jose.lausuch1-131/+87
Change-Id: I528b4ef11b5957856c36c0f18c0aa28a38d450a4 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-07-13Release notes for Danube 2.0jose.lausuch2-75/+75
Change-Id: Ibe121dad771f0df36ffa15ec13d637b835cf09a8 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-03-30Release notes for Danube 1.0jose.lausuch1-156/+221
JIRA: FUNCTEST-562 Change-Id: I1e2c827bad7c924561bbe433dac97c096282024d Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-03-24Update documentation for DanubeMorgan Richomme2-258/+158
JIRA: FUNCTEST-559 JIRA: FUNCTEST-560 Change-Id: I2104a9b68bb3985c9f5900ebc30bab89b09b7835 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-03-08Adding LabelsShubhamRathi1-0/+2
Labels serve as anchors/ refs when referenced from other documents This patch adds labels to docs/*/*/index.rst Change-Id: Iaa339f0f8b2efbde286b173ae6cf7e92cddab115 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-02unify TestAPI namingSerenaFeng1-3/+3
TestAPI naming in documents is quite arbitrary, test api/testapi/Test API/testApi/TestApi..., this patch aims to give it a formal name TestAPI Change-Id: I9ea91418814352d3176df3f35598b6c5929b1dae Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-01Restructure docsjose.lausuch2-0/+652
DOCS directory restructured according to: https://wiki.opnfv.org/display/DOC/Documentation+Guide Now: - release - release notes - testing - developer - dev guide (this is to be released on docs.opnfv.org) - internship (docs about intern projects) - user (this is to be released on docs.opnfv.org) - config guide - user guide Change-Id: I1851189601aac3c5989f19f99d779efe23dbf3d1 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>