Files
rally/requirements.txt
Mikhail Dubov 6f1a895e24 Add "rally info" command
Here we add a new "rally info" command, which, based on the input,
prints descriptions for different entities in Rally (in this patch -
benchmark scenarios & scenario groups, more entities are to follow
(deployment engines etc.)). This command makes use of docstrings by
parsing them and printing them in CLI in human-readable form.

The command should be called as "rally info find <query>" (or, in case
of an explicit parameter setting, "rally info find --query=<query>").

Samples:

    $ rally info find create_meter_and_get_stats
    CeilometerStats.create_meter_and_get_stats (benchmark scenario).

    Test creating a meter and fetching its statistics.

    Meter is first created and then statistics is fetched for the same
    using GET /v2/meters/(meter_name)/statistics.

    Parameters:
        - name_length: length of generated (random) part of meter name
        - kwargs: contains optional arguments to create a meter

    $ rally info find Authenticate
    Authenticate (benchmark scenario group).

    This class should contain authentication mechanism.

    For different types of clients like Keystone.

Change-Id: Icf3545c0666d99ab7fd0eaabce8bbe572834e485
2014-08-18 12:08:30 -04:00

29 lines
612 B
Plaintext

Babel>=1.3
decorator>=3.4.0
fixtures>=0.3.14
iso8601>=0.1.9
jsonschema>=2.0.0,<3.0.0
netaddr>=0.7.6
oslo.config>=1.4.0.0a3
oslo.db>=0.2.0 # Apache-2.0
paramiko>=1.13.0
pbr>=0.6,!=0.7,<1.0
pecan>=0.5.0
PrettyTable>=0.7,<0.8
PyYAML>=3.1.0
python-glanceclient>=0.13.1
python-keystoneclient>=0.10.0
python-novaclient>=2.17.0
python-neutronclient>=2.3.6,<3
python-cinderclient>=1.0.7
python-heatclient>=0.2.9
python-ceilometerclient>=1.0.6
python-ironicclient
python-saharaclient>=0.6.0
python-subunit>=0.0.18
requests>=1.1
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
sphinx>=1.1.2,!=1.2.0,<1.3
six>=1.7.0
WSME>=0.6