blob: 9e2f1bafb3cb50e824f6594a74e8eb55120724f2 [file] [log] [blame]
Chandan Kumar8a4396e2017-09-15 12:18:10 +05301---
2features:
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
7upgrade:
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.