Remove usage of LBaaS constants

This removed usage of LBaaS constants from unit tests. LBaaS was
retired some time ago and these constants will be removed.

Change-Id: I2951c866cdfbd88bcba9fb8d299f592cd6a44dff
This commit is contained in:
Takashi Kajinami 2023-11-30 11:01:02 +09:00
parent 9c6df04c78
commit 75228edb41

View File

@ -406,8 +406,6 @@ class TestIsPortLayer2(TestFWaasV2AgentExtensionBase):
nl_consts.DEVICE_OWNER_DVR_INTERFACE,
nl_consts.DEVICE_OWNER_AGENT_GW,
nl_consts.DEVICE_OWNER_ROUTER_SNAT,
nl_consts.DEVICE_OWNER_LOADBALANCER,
nl_consts.DEVICE_OWNER_LOADBALANCERV2,
'unknown device_owner',
'']:
self.port['device_owner'] = device_owner