wu.shiming
fb0477e488
remove unicode from code
In Python 3, all strings are represented in Unicode.In Python 2 are stored internally as 8-bit ASCII, hence it is required to attach 'u' to make it Unicode. It is no longer necessary now. Change-Id: I3f2204d96ac3834ec652b95fd4ad47e4f5dcc7f2
Blazar Tempest Plugin
Tempest plugin for Blazar Project
It contains the tempest plugin for the functional testing of Blazar Project.
- Free software: Apache license
- Documentation: https://docs.openstack.org/blazar-tempest-plugin/latest/
- Source: https://opendev.org/openstack/blazar-tempest-plugin
- Bugs: https://bugs.launchpad.net/blazar
Description
Languages
Python
100%