Files
openstack-helm/tools/gate
Pete Birley 653f7ed3e4 Neutron: Helm test functionaility using Rally
This PS adds 'helm test' functionality using Rally to Neutron

Change-Id: I6e89aca1870704368b4dc1f8ad93f8ba563002c1
Partial-Implements: blueprint implement-helm-test-for-charts
External-Tracking-Id: OSH-89
2017-06-22 15:51:27 -05:00
..
2017-06-14 13:31:59 +00:00
2017-05-20 11:17:45 -05:00

Openstack-Helm Gate Scripts
===========================

These scripts are used in the OpenStack-Helm Gates and can also be run
locally to aid development and for demonstration purposes. Please note
that they assume full control of a machine, and may be destructive in
nature, so should only be run on a dedicated host.

Usage
-----

The Gate scripts use the ``setup_gate.sh`` as an entrypoint and are
controlled by environment variables, an example of use to run the basic
integration test is below:

.. code:: bash

    export INTEGRATION=aio
    export INTEGRATION_TYPE=basic
    ./tools/gate/setup_gate.sh

Supported Platforms
~~~~~~~~~~~~~~~~~~~

Currently supported host platforms are: \* Ubuntu 16.04 \* CentOS 7

With some preparation to docker, and disabling of SELinux operation of
Fedora 25 is also supported.