aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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>
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>
2018-03-25Update Gambia Challenges presentationCédric Ollivier1-1/+3
It will be interesting to verify installers via opnfv/functest-components too. Change-Id: Ib5da2e35bce5f8a7013ad42b82b2f0e416129863 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-03-24Add "Gambia Challenges" presentationCédric Ollivier2-0/+129
Change-Id: I16350b90f8bd8c5db7cad4aa28704b9bc908996c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-03-20Implement trunk ports - Documentation partPanagiotis Karalis2-1/+11
The tempest testcases have been integrated from Neutron trunk testcases. The relevant documentation has been updated. JIRA: FUNCTEST-926 Change-Id: I56cbd0ebb211a283e4e11df28ad6d1520d18e25a Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2018-03-08Remove duplicate ubuntu trusty/14.04 os imageValentin Boucher1-1/+0
VNF testcase use some Operating System image 2 of those are the same but not with the same name Change-Id: Ide5ae683f606f7f58535c0a59cec45e4a30d225c Signed-off-by: Valentin Boucher <valentin.boucher@kontron.com>
2018-02-16Get properly env vars or their default valuesCédric Ollivier1-0/+4
It defines env.get() as an unique way to get Functest env vars or their default values. It can be considered as a wrapper above os.environ. It enforces backward compatibility via CONST which mustn't be used for that purpose. It should be noted that it also stops using CONST for getting OpenStack env vars. Change-Id: I333dc1afbc0123166a7eaff8b551370098efa341 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-02-13Remove INSTALLER_IP from FunctestCédric Ollivier1-5/+0
It's mandatory for testcases which are out of Functest. Change-Id: Ia5f5134334ad9f69d44409d817616fa9033fae95 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-02-13Simplify functest/cli/commands/cli_env.pyCédric Ollivier1-6/+0
CONST shouldn't be used for getting/setting env vars. It adds complexity and may raise side effects. It also removes the obsolete env var CI_DEBUG. Change-Id: I8a8fde0fa781351d5eabd2698ca8aae9dee76fb8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-02-04Update results printed in configguide.rstCédric Ollivier1-78/+77
It updates the entry points and all results. It also takes into account that: - juju_epc was added - fds was moved to features It should be noted that refstack_defcore, parser and several vnfs are failing from the time being. Change-Id: I918a7767005569f03115749ad121a6c7a04c04a9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-02-04Fix links in configguide.rstCédric Ollivier1-13/+13
It also removes trailing whitespaces. Change-Id: I6a7e4aaff700a85ff1c0c2741624e9359441e0ac Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-02-01Rename a common credential file for OS and K8SLinda Wang3-19/+19
Change-Id: Ib8d24be4b29ab1de00d5dd5e3442146b2437cb94 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2018-01-11Merge "Introduce Euphrates main changes"Linda Wang2-0/+333
2018-01-10Introduce Euphrates main changesMorgan Richomme2-0/+333
6 topics: - functest framework - requirement management - python packages - docker slicing - docker builds - REST API Change-Id: Ib25a2df9f1a723861606355aea95f61d53495794 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> 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-21Update cirros image to 0.4.0Michael Polenchuk2-5/+5
ChangeLog: https://git.launchpad.net/cirros/plain/ChangeLog Change-Id: Ic41bec08b9dbfa7f1a501d5ba18602ba455fb5d0 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-12-21Merge "Suggest to pull manifests instead of arch tags"Cedric Ollivier1-3/+1
2017-12-21Merge "Remove openstack_[clean,snapshot]"Linda Wang3-5/+1
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-20Fix typos in test_details.rst and test_overview.rstCédric Ollivier2-25/+25
Change-Id: I12e9b17927ab9b52d0a727a82975cda7074bd994 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-12-19Remove openstack_[clean,snapshot]Cédric Ollivier3-5/+1
It also removes the related unit tests and updates docs and cli. Change-Id: Ie11f77402f2b5b7055a0c7c5d931c8ff21124482 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-11-29Update documentation of FunctestLinda Wang3-25/+31
Mainly update the robotframework part, according to this patch: https://gerrit.opnfv.org/gerrit/#/c/47841/ Change-Id: If4dee6233ba65dd83734e0465d0dc6e8d5753da3 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-11-28Fix the doc of snaps testLinda Wang1-2/+2
snaps_health_check does not allocate a floating ip to the vm, but a fixed ip instead. Change-Id: Ia43885993135dec56aba08b0e157ac2c9f715e06 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-11-22Remove prepare_envJose Lausuch3-36/+1
After moving the rally installation out of prepare_env It doesn't much sense to keep this script as it doesn't do useful things any more. Change-Id: I9ab3b2dd30c8ec0fbb825ee4302a83cce80f1cbe Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-11-17Update documentation for FunctestLinda Wang4-45/+7
1. Remove the reference of ubuntu based container 2. Remove the domino (terminated) and promise (not in F), and move fds to features tier Change-Id: I62af47a3f873f0a77d5f7e0a1df493651c805834 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-10-20Wrap Functest Ascii Diagram in literal text blockTrevor Bramwell1-15/+15
Sphinx currently thinks this diagram is a table and outputing a warning. Using '::' provides a hint to sphinx that the ascii diagram is literal text and not a table. Change-Id: Ie005cc059b9e97aacda0d75d0213b18477e55d38 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-20Save Euphrates results in repoMorgan Richomme7-0/+4904
Change-Id: I6e7fb1d4b81572a151f47fc071a1ae27f1b41e97 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-10-19Take into account a feedback from the meetingCédric Ollivier1-2/+2
Change-Id: Ia221d08003588aae045604a18ce1ecc833f0e34e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-10-19Merge "Release notes for Euphrates 5.0"Cedric Ollivier2-426/+115
2017-10-19Release notes for Euphrates 5.0Jose Lausuch2-426/+115
Change-Id: Icdce56bdacba8530cc2f35c8f3c6b1acfd4bf522 Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-10-18Merge "Harmonization titles of the testing project"Morgan Richomme3-22/+4
2017-10-18Fix another typos in dockerslicing.mdCédric Ollivier1-1/+1
Change-Id: I16f28649b000e9370e7c71f36668c417854fb91e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-10-18Fix 1 typo in dockerslicing.mdCédric Ollivier1-1/+1
Change-Id: I0bb4c46d3b554cca1dfcaafbf564d9871957c346 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-10-18Harmonization titles of the testing projectMorgan Richomme3-22/+4
Change-Id: I9ebb488d77274219fca556760f0408a2bb1f6880 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-10-18Complete dockerslicing.mdCédric Ollivier1-6/+16
It mainly precises that all requirements were not synchronized over the OPNFV projects in Danube and adds 2 OPNFV project poposals. Change-Id: I2e89f9cdf3db58d41acaa31560232807988bd84a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-10-16Update Docker slicing presentationCédric Ollivier1-109/+53
It conforms with Euphrates. Change-Id: I44b65ce75147381c7d437881c6c8da9cfe3aab21 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>