Update freezer for pike goal python 3.5

Also remove white spaces.

Change-Id: Ife979e1ee3cedce831b683db191bdaa70dc04eb3
This commit is contained in:
Saad Zaher 2017-05-22 16:35:36 +00:00 committed by Vitaliy Nogin
parent 8e63c5e841
commit b80f008e62
5 changed files with 30 additions and 27 deletions

View File

@ -2,7 +2,7 @@
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
${PYTHON:-python} -m subunit.run discover -s ${OS_TEST_PATH:-./tests/unit} -t . $LISTOPT $IDOPTION
${PYTHON:-python} -m subunit.run discover -s ${OS_TEST_PATH:-./freezer/tests/unit} -t . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list

View File

@ -53,7 +53,6 @@ def dict_to_args(d):
def execute_freezerc(dict, must_fail=False, merge_stderr=False):
"""
:param dict:
:type dict: dict[str, str]
:param must_fail:

View File

@ -8,6 +8,10 @@ home-page = https://wiki.openstack.org/wiki/Freezer
license = Apache-2
classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Development Status :: 5 - Production/Stable
Natural Language :: English
Environment :: OpenStack