e60db53db7
* Replace map() with list-comprehension or regular loop to get the same behaviour on Python 2 and Python 3. * Remove test_galera_cluster and test_redis_cluster from blacklist-py3.txt to run them on Python 3 Partially implements: blueprint trove-python3 Change-Id: Id373a0431b98ea7687dc82a48e82f16fedaac5a0
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
# Use a blacklist of tests known to fail on Python 3, until
|
|
# all unit tests will pass on Python 3.
|
|
backup.test_backup_models
|
|
guestagent.test_cassandra_manager
|
|
guestagent.test_dbaas
|
|
guestagent.test_mongodb_manager
|
|
guestagent.test_operating_system
|
|
guestagent.test_volume
|
|
mgmt.test_datastores
|