]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Moved out common testcases from test_type_vxlan.py
authorRomil Gupta <romilg@hp.com>
Sun, 16 Nov 2014 17:35:35 +0000 (09:35 -0800)
committerRomil Gupta <romilg@hp.com>
Sun, 16 Nov 2014 17:40:47 +0000 (09:40 -0800)
commit8a499ef0f8a7fa53b5a673b53188ddddea5de6f3
tree306fd2f29e147cc92fe6d1ba3d73dfd6c9a20b3e
parent693cd76e6ce7a711bb5937fa78e864367b7c99f8
Moved out common testcases from test_type_vxlan.py

This patch-set will refactor the test_type_vxlan.py and test_type_gre.py.

We need to add testcases for TunnelRpcCallbackMixin() so better we
should move common test cases from test_type_vxlan.py to test_type_tunnel.py and
add testcases for TunnelRpcCallbackMixin() into it.

Partial-Bug: #1381071
Change-Id: I81f8930cf665ccd89c03f0bd2199ce5d1d9dff65
neutron/tests/unit/ml2/test_type_gre.py
neutron/tests/unit/ml2/test_type_tunnel.py [new file with mode: 0644]
neutron/tests/unit/ml2/test_type_vxlan.py