logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tempest - functional testing of an OpenStack cloud

Description

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.

       Additionalconfigurationfiles

              Before running any test, you must configure /etc/tempest/tempest.conf

Example

tempestidentityimage

              This will run both the Keystone and Glance functional testing.

                                                                                                      tempest(1)

Name

       tempest - functional testing of an OpenStack cloud

Parameters

Parametersandoptions

              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

Synopsis

tempestfunctional-test-suite[functional-test-suite]

See Also