Add empty BGPVPN Route Target to unit test

An empty BGPVPN Route Target is not correct and we should check this.

Closes-Bug: 1717233
Change-Id: I4199cf1e46a5f0349e6cb49160a23f4c5f77bcc2
This commit is contained in:
Cédric Savignan 2017-11-06 15:14:51 +01:00
parent 94f2da4a62
commit d09f5f0636
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class BgpvpnDefinitionTestCase(base.DefinitionBaseTestCase):
['4294967296:65535'],
['1.1.1.1:655351'],
['4294967295:65536'],
[''],
]
for value in values:
yield value