Update freezer for pike goal python 3.5
Also remove white spaces. Change-Id: Ife979e1ee3cedce831b683db191bdaa70dc04eb3
This commit is contained in:
parent
8e63c5e841
commit
b80f008e62
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user