Change-Id: I42cb044d75d53eab7ba180954589c718374857ee
class GreTypeRpcCallbackTest(base_type_tunnel.TunnelRpcCallbackTestMixin,
test_rpc.RpcCallbacksTestCase,
testlib_api.SqlTestCase):
- DRIVER_CLASS = type_gre.GreTypeDriver
- TYPE = p_const.TYPE_GRE
+ DRIVER_CLASS = type_gre.GreTypeDriver
+ TYPE = p_const.TYPE_GRE
class VxlanTypeRpcCallbackTest(base_type_tunnel.TunnelRpcCallbackTestMixin,
test_rpc.RpcCallbacksTestCase,
testlib_api.SqlTestCase):
- DRIVER_CLASS = type_vxlan.VxlanTypeDriver
- TYPE = p_const.TYPE_VXLAN
+ DRIVER_CLASS = type_vxlan.VxlanTypeDriver
+ TYPE = p_const.TYPE_VXLAN