neutron/neutron/tests/unit/common
Cyril Roelandt 5afd046d53 Python 3: fix test_utils
In Python 3, the error message returned when unpacking too many values is a bit
different from the one we see in Python 2:

Python 2:
  ValueError: too many values to unpack

Python 3:
  ValueError: too many values to unpack (expected <number of values>)

Blueprint: neutron-python3
Change-Id: Ib607a526c007567a370c521fd7e2e4f8b504b934
2015-08-18 15:13:18 +02:00
..
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_config.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_ipv6_utils.py Python3: do not use __builtin__ 2015-06-22 16:03:51 +02:00
test_rpc.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_utils.py Python 3: fix test_utils 2015-08-18 15:13:18 +02:00