blob: 2addfaea83bee793a63375e61a71e87bc6fbcb3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
.. _functest-userguide:
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. SPDX-License-Identifier: CC-BY-4.0
===================
Functest User Guide
===================
.. toctree::
:maxdepth: 2
Introduction
============
The goal of this document is to describe the OPNFV Functest test cases and to
provide a procedure to execute them.
**IMPORTANT**: It is assumed here that Functest has been properly deployed
following the installation guide procedure `[1]`_.
.. include:: ./test_overview.rst
.. include:: ./test_details.rst
.. include:: ./runfunctest.rst
.. include:: ./test_results.rst
.. include:: ./reporting.rst
.. figure:: ../../../images/functest-reporting-status.png
:align: center
:alt: Functest reporting portal Fuel status page
.. include:: ./troubleshooting.rst
References
==========
`[1]`_: Functest configuration guide
`[2]`_: OpenStack Tempest documentation
`[3]`_: Rally documentation
`[4]`_: Functest in depth (Danube)
`[5]`_: Clearwater vIMS blueprint
`[6]`_: NIST web site
`[7]`_: OpenSCAP web site
`[8]`_: Refstack client
`[9]`_: Defcore
`[10]`_: OpenStack interoperability procedure
`[11]`_: Robot Framework web site
`[12]`_: Functest User guide
`[13]`_: SNAPS wiki
`[14]`_: vRouter
`[15]`_: Testing OpenStack Tempest part 1
`[16]`_: Running Functest through internal REST API
`[17]`_: OPNFV Test API
`OPNFV main site`_: OPNFV official web site
`Functest page`_: Functest wiki page
IRC support chan: #opnfv-functest
.. _`[1]`: http://docs.opnfv.org/en/latest/submodules/functest/docs/testing/user/configguide/index.html
.. _`[2]`: http://docs.openstack.org/developer/tempest/overview.html
.. _`[3]`: https://rally.readthedocs.org/en/latest/index.html
.. _`[4]`: http://events.linuxfoundation.org/sites/events/files/slides/Functest%20in%20Depth_0.pdf
.. _`[5]`: https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/blob/master/openstack-blueprint.yaml
.. _`[6]`: https://scap.nist.gov/
.. _`[7]`: https://github.com/OpenSCAP/openscap
.. _`[8]`: https://github.com/openstack/refstack-client
.. _`[9]`: https://github.com/openstack/defcore
.. _`[10]`: https://github.com/openstack/interop/blob/master/2016.08/procedure.rst
.. _`[11]`: http://robotframework.org/
.. _`[12]`: http://docs.opnfv.org/en/latest/submodules/functest/docs/testing/user/userguide/index.html
.. _`[13]`: https://wiki.opnfv.org/display/PROJ/SNAPS-OO
.. _`[14]`: https://github.com/oolorg/opnfv-functest-vrouter
.. _`[15]`: https://aptira.com/testing-openstack-tempest-part-1/
.. _`[16]`: https://wiki.opnfv.org/display/functest/Running+test+cases+via+new+Functest+REST+API
.. _`[17]`: http://docs.opnfv.org/en/latest/testing/testing-dev.html
.. _`OPNFV main site`: http://www.opnfv.org
.. _`Functest page`: https://wiki.opnfv.org/functest
.. _`OpenRC`: http://docs.openstack.org/user-guide/common/cli_set_environment_variables_using_openstack_rc.html
.. _`Rally installation procedure`: https://rally.readthedocs.org/en/latest/tutorial/step_0_installation.html
.. _`config_functest.yaml` : https://git.opnfv.org/cgit/functest/tree/functest/ci/config_functest.yaml
.. _`Functest reporting`: http://testresults.opnfv.org/reporting/master/functest/status-apex.html
|