├── .gitreview └── README.rst /.gitreview: -------------------------------------------------------------------------------- 1 | [gerrit] 2 | host=review.opendev.org 3 | port=29418 4 | project=openstack/tempest-lib.git -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- 1 | This project is no longer maintained. 2 | 3 | The contents of this repository are still available in the Git 4 | source code management system. To see the contents of this 5 | repository before it reached its end of life, please check out the 6 | previous commit with "git checkout HEAD^1". 7 | 8 | As of the 1.0.0 release tempest-lib as a separate repository and project 9 | is deprecated. The library now exists as part of the tempest project, all 10 | future development will occur there. To use the library for future releases 11 | update your imports from tempest_lib to tempest.lib, and add tempest>=10 12 | to your project requirements. 13 | 14 | 15 | For any further questions, please email 16 | openstack-discuss@lists.openstack.org or join #openstack-dev on 17 | OFTC. 18 | --------------------------------------------------------------------------------