neutron/neutron/tests/unit
YAMAMOTO Takashi 445f5a4ad6 test_db_base_plugin_v2: Skip a few tests on some platforms
netaddr (and its underlying libc inet_pton) produces different
representations of IPv4-compat addresses for different platforms.

Linux:
    >>> netaddr.IPAddress("::2")
    IPAddress('::2')
    >>>

OSX:
    >>> netaddr.IPAddress("::2")
    IPAddress('::0.0.0.2')
    >>>

As our API assumes Linux's way, skip affected test cases on
the other platforms.

Conflicts:
	neutron/tests/tools.py

Related-Bug: #1484837
Change-Id: I89e1822bb92dfcf8772bba1a3edf908c89550119
2015-11-02 17:29:16 +01:00
..
agent Merge "Remove excessive fallback iptables ACCEPT rules" into stable/liberty 2015-11-02 14:37:09 +00:00
api Merge "[rpc] pull: removed a hack to avoid object backport triggered" 2015-09-01 12:45:14 +00:00
callbacks Improve callback registry devref documentation and usability 2015-08-12 10:15:07 -07:00
cmd Fix import path in neutron-sanity-check for ml2_sriov opts 2015-09-01 04:16:01 +00:00
common /common/utils.py py34 incompatibility 2015-10-02 09:26:08 -07:00
core_extensions QoS core extension: fixed dict extension when QoS policy is unset 2015-08-08 15:44:27 +02:00
db test_db_base_plugin_v2: Skip a few tests on some platforms 2015-11-02 17:29:16 +01:00
debug Reorganize unit test tree 2015-04-06 23:28:31 +00:00
extensions Eliminate autoaddress check for DNS integration 2015-09-22 18:14:34 -05:00
hacking Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
ipam Enable most unit tests for py34 job 2015-09-04 08:30:22 +00:00
notifiers Merge "Revert "Revert "Add VIF_DELETED notification event to Nova""" 2015-08-12 18:05:47 +00:00
objects No network devices on network attached qos policies 2015-09-16 15:11:04 +02:00
plugins Merge "Fix _restore_local_vlan_map race" into stable/liberty 2015-11-02 03:52:28 +00:00
quota Reduce the chance of random check/gate test failures 2015-09-09 14:45:16 -07:00
scheduler Change router unbinding logic to be consistent with data model 2015-10-16 10:32:50 +00:00
services Get rid of ConfigParser code in ProviderConfiguration 2015-09-21 10:55:56 -07:00
tests Merge "Different approach to indicate failure on SystemExit" 2015-07-16 06:57:16 +00:00
__init__.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
_test_extension_portbindings.py Context: Remove logic for read_deleted and deprecate it 2015-06-09 13:50:03 -07:00
dummy_plugin.py Remove lingering traces of q_ 2015-07-07 17:04:44 -04:00
extension_stubs.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00
test_auth.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
test_context.py Python 3: fix test_context 2015-07-27 16:57:08 +02:00
test_manager.py Flavor Framework implementation 2015-07-16 09:07:41 -07:00
test_policy.py Mock oslo policy HTTPCheck instead of urllib 2015-10-13 17:26:23 +02:00
test_service.py Refactor TestRpcWorker and TestWorkerService 2015-06-16 15:49:48 +03:00
test_wsgi.py Enable most unit tests for py34 job 2015-09-04 08:30:22 +00:00
testlib_api.py Improve fixture usage. 2015-07-01 14:53:48 +12:00