Tempest Plugin for Blazar project
Go to file
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
2021-03-04 06:15:55 +00:00
blazar_tempest_plugin Fix multiple CI failures 2021-01-05 17:18:45 +01:00
doc remove unicode from code 2021-03-04 06:15:55 +00:00
releasenotes remove unicode from code 2021-03-04 06:15:55 +00:00
.coveragerc Fix path to source code in configuration files 2019-09-16 12:04:26 +02:00
.gitignore Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
.gitreview OpenDev Migration Patch 2019-04-19 19:41:49 +00:00
.mailmap Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
.stestr.conf Fix path to source code in configuration files 2019-09-16 12:04:26 +02:00
.zuul.yaml Fix multiple CI failures 2021-01-05 17:18:45 +01:00
CONTRIBUTING.rst Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
HACKING.rst Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
LICENSE Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
README.rst Publish blazar-tempest-plugin documentation 2019-09-03 08:43:46 +00:00
babel.cfg Apply cookiecutter to newly split project blazar-tempest-plugin 2017-12-18 14:38:55 +05:30
requirements.txt Use global request id for scenario tests 2019-07-17 03:05:27 +00:00
setup.cfg Add py38 package metadata 2020-08-18 12:00:14 +00:00
setup.py Updated from global requirements 2018-01-27 17:30:13 +00:00
test-requirements.txt Add doc/requirements 2021-01-05 23:23:56 +01:00
tox.ini Merge "Bump py37 to py38 in tox.ini" 2021-01-06 10:33:31 +00:00

README.rst

Blazar Tempest Plugin

Tempest plugin for Blazar Project

It contains the tempest plugin for the functional testing of Blazar Project.