Move tempest-cli-improvements to implemented
This commit moves tempest-cli-improvements to implemented and also removes "tempest run" things from the spec. Because refactoring existing commands is different from making a new command. We should split the thing. And adding tempest-run command bp is already proposed[1]. [1] I588c4a9b940937f9ad4f85138da58e551d10c2eb Change-Id: I2c316bddcfdf6b15eed2823eb7ca177e9b97141c
This commit is contained in:
parent
09f8b53fca
commit
2b94c3ba18
@ -18,8 +18,6 @@ Problem Description
|
||||
|
||||
There are currently some Tempest CLI endpoints created when tempest is
|
||||
installed but there is no consistency in the console command names or function.
|
||||
Also, there is currently no way to execute a tempest run via a console
|
||||
command currently.
|
||||
|
||||
Proposed Change
|
||||
===============
|
||||
@ -126,21 +124,6 @@ Proposed command structure
|
||||
--os-password
|
||||
--os-tenant-name
|
||||
|
||||
tempest run
|
||||
arguments:
|
||||
--debug
|
||||
--smoke
|
||||
--tags
|
||||
--bundles # key value pairs defined in tempest.conf under
|
||||
# [bundles] section.
|
||||
# NAME | [regex, list of tests, pointer to json file],
|
||||
# specifics TBD
|
||||
--regex
|
||||
--regex-file # see include/exclude link referenced above
|
||||
--plugins # proposed at summit, depends on plugin interface
|
||||
# design which is TBD
|
||||
--list-tests # outputs what tests would be executed, dry run
|
||||
|
||||
Implementation
|
||||
==============
|
||||
|
||||
@ -170,7 +153,6 @@ Work Items
|
||||
* verify-tempest-config
|
||||
|
||||
* Migrate config_tempest.py_ from downstream repository and integrate with cliff.
|
||||
* Implement Run command as outlined in command structure outlined above.
|
||||
|
||||
|
||||
Dependencies
|
Loading…
x
Reference in New Issue
Block a user