File: tempest_shell_wrapper.1

package info (click to toggle)
tempest 1%3A12.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,672 kB
  • ctags: 8,165
  • sloc: python: 57,029; sh: 408; makefile: 74
file content (39 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download | duplicates (5)
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
.TH tempest 1
.SH NAME
tempest \- functional testing of an OpenStack cloud
.SH SYNOPSIS
.B tempest
.B functional-test-suite
.B [functional-test-suite]

.SH DESCRIPTION

.LP
.I tempest
Tempest is a set of integration tests to be run against a live Openstack
cluster in order to make sure that all components are working as expected.
Tempest will start and stop virtual machine in order to check that your
cloud is working as expected.

.LP
.I Additional configuration files
.IP
Before running any test, you must configure /etc/tempest/tempest.conf

.SH PARAMETERS
.LP
.I Parameters and options
.IP
List all integration tests to be run. The (non-exhaustive) list is:
identity, image, compute, network, volume, object_storage,
telemetry, orchestration, dashboard.

The full python path of the test can also be used. Example:
tempest.api.compute.images.test_image_metadata.ImagesMetadataTestXML

.SH EXAMPLE
.LP
.I tempest identity image
.IP
This will run both the Keystone and Glance functional testing.