Chandan Kumar | 8a4396e | 2017-09-15 12:18:10 +0530 | [diff] [blame] | 1 | --- |
| 2 | features: |
| 3 | - The Tempest CLI commands have switched from calling testrepository internally |
| 4 | to use stestr instead. This means that all of the features and bug fixes from |
| 5 | moving to stestr are available to the tempest commands. |
| 6 | |
| 7 | upgrade: |
| 8 | - Tempest CLI commands will no long rely on anything from testr. This means any |
| 9 | data in existing testr internals that were being exposed are no longer |
| 10 | present. For example things like the .testr directories will be silently |
| 11 | ignored. There is a potential incompatibility for existing users who are |
| 12 | relying on test results being stored by testr. Anything relying on previous |
| 13 | testr behavior will need to be updated to handle stestr. |