This section instructs you on how to perform the OpenStack functional integration testing using the CVP - Functional tests Jenkins pipeline.
Note
Clone the cvp-configuration and tempest repositories to your local Gerrit and use them locally to add new or adjust the existing tests and fine-tune the Tempest configuration.
To perform functional integration testing of your deployment:
In your local cvp-configuration
repository, inspect and modify the
following items as required:
tempest/tempest_ext.conf
)tempest/skip-list* files
)configure.sh
setup scriptTempest 18.0.0 and Rally 0.11.2 are default versions for CVP - Functional tests Jenkins pipeline job in the offline and online mode.
In a web browser, open http://<ip_address>:8081
to access the
Jenkins web UI.
Note
The IP address is defined in the
classes/cluster/<cluster_name>/cicd/init.yml
file
of the Reclass model under the cicd_control_address
parameter variable.
Log in to the Jenkins web UI as admin.
Note
To obtain the password for the admin user, run the
salt "cid*" pillar.data _param:jenkins_admin_password
command
from the Salt Master node.
In the global view, find the CVP - Functional tests pipeline.
Select the Build with Parameters option from the drop-down menu of the pipeline.
Configure the following parameters as required:
Parameter | Description |
---|---|
DEBUG_MODE | If checked, keeps the container after test is performed for the debugging purposes. |
PROXY | If an environment uses HTTP or HTTPS proxy, verify that you specify
it in this field as this proxy address will be used to clone the
required repositories and install the Python requirements.
For the offline mode, specify offline , no additional packages or
modules will be pulled from the Internet. |
SALT_MASTER_CREDENTIALS | Specifies the credentials to Salt API stored in Jenkins, included by default. See View credentials details used in Jenkins pipelines. |
SALT_MASTER_URL | Specifies the reachable IP address of the Salt Master node and port
on which Salt API listens. For example, To determine on which port Salt API listens:
Caution In the 2019.2.4 update, by default, the HTTPS (SSL) NGINX URL is used as SALT_MASTER_URL. For long-running pipelines, it may lead to a timeout error, usually after 10 minutes. Therefore, specify the Salt API native non-SSL URL as described above to prevent timeout errors. Starting from the 2019.2.5 update, Salt API native non-SSL URL is used by default. |
SKIP_LIST_PATH | Optional. Specifies the path to the tempest skip list file located in
the repository specified in TOOLS_REPO. The default value is
cvp-configuration/tempest/skip-list.yaml . For the offline mode, when
cvp-rally image is used, define
/var/lib/cvp-configuration/tempest/skip-list.yaml .
If you use a custom image, specify the path to the custom skip list
file. |
TARGET_NODE | Specifies the node to run the container with Tempest/Rally. Use the Jenkins slave as it has the Docker package. Note Starting from the MCP 2019.2.2 update, if the
TARGET_NODE parameter is empty, the node with the
|
TEMPEST_ENDPOINT_TYPE | Sets the type of the Openstack endpoint to use during the test run. |
TEMPEST_REPO | Specifies the Tempest repository to clone and use. By default,
it is the upstream Tempest. Though, you can specify your customized
tempest in a local or remote repository.
For the full offline mode, specify /var/lib/tempest (a path
inside a container) and cvp-rally image. |
TEMPEST_TEST_PATTERN | Specifies the tests to run. See the Rally documentation for all available options. |
TEST_IMAGE | Specifies the link to the Docker Rally-based image to use for
running the container with testing tools. We recommend using the
upstream Rally image For the full offline mode, use the |
TOOLS_REPO | Includes the URL or path to the repository where testing tools,
scenarios, and configurations are located. By default, it is
Caution For the Q4`18 MCP release, the branch name format is
To customize the configuration, clone the For the offline mode, specify
|
Click Build.
Verify the job status:
GREEN, SUCCESS
Testing has beed performed successfully, no errors found.
YELLOW, UNSTABLE
Some errors occurred during the test run. Proceed to Review the CVP - Functional tests pipeline results.
RED, FAILURE
Testing has failed due to issues with the framework or/and pipeline configuration. Review the console output.