Bug 1315742
| Summary: | tempest CLI command does not find the entry points for subcommands | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Luigi Toscano <ltoscano> |
| Component: | python-tempest-lib | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Luigi Toscano <ltoscano> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.0 (Liberty) | CC: | achernet, apevec, dmellado, lhh, slinaber, tkammer |
| Target Milestone: | ga | ||
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-tempest-lib-0.13.0-2.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1315667 | Environment: | |
| Last Closed: | 2016-04-07 21:34:36 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1315667 | ||
|
Description
Luigi Toscano
2016-03-08 13:59:08 UTC
tempest CLI command is now operational: $ tempest --help --debug usage: tempest [--version] [-v] [--log-file LOG_FILE] [-q] [-h] [--debug] Tempest cli application optional arguments: --version show program's version number and exit -v, --verbose Increase verbosity of output. Can be repeated. --log-file LOG_FILE Specify a file to log output. Disabled by default. -q, --quiet Suppress output except warnings and errors. -h, --help Show help message and exit. --debug Show tracebacks on errors. Commands: account-generator Create accounts.yaml file for concurrent test runs. cleanup Cleanup after tempest run complete print bash completion command help print detailed help for another command init Setup a local working environment for running tempest list-plugins List all tempest plugins /usr/lib/python2.7/site-packages/tempest/stress/__init__.py:21: DeprecationWarning: Stress tests are deprecated and will be removed from Tempest in the Newton release. DeprecationWarning) run-stress Run tempest stress tests verify-config Verify your current tempest configuration (it requires that -tests packages of available Tempest Plugins are installed, see also rhbz#1310767). Verified on openstack-tempest-liberty-20160317.1.el7ost.noarch python-tempest-lib-0.13.0-3.el7ost.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-0603.html |