Merge "Handled routers attribute which was causing tempest failures. Attribute routers was not present under specific objects so handled it to be an empty list under class to avoid failure."

This commit is contained in:
Zuul 2018-10-05 08:02:30 +00:00 committed by Gerrit Code Review
commit 81f45c9241
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ class RouterSizeBaseTest(base.BaseAdminNetworkTest):
CONF.nsxv.manager_uri).group(0)
cls.vsm = nsxv_client.VSMClient(
manager_ip, CONF.nsxv.user, CONF.nsxv.password)
cls.routers = []
def setUp(self):
super(RouterSizeBaseTest, self).setUp()