NSX: fix intermetting UT failure on vshield test_router_create

Logstash shows this happened twice during the past 24 hours.
Let's be proactive and see if we can mitigate the random failure
by raising the poll time.

Change-Id: Icef7de4d9fbb3da037337c607fd7642cc15e0257
Closes-bug: 1292506
This commit is contained in:
armando-migliaccio
2014-03-14 08:07:23 -07:00
parent 873a4fb920
commit 14d364615b

View File

@@ -96,7 +96,7 @@ class ServiceRouterTest(test_nsx_plugin.L3NatTest,
def setUp(self, ext_mgr=None, service_plugins=None):
cfg.CONF.set_override('api_extensions_path', NSXEXT_PATH)
cfg.CONF.set_override('task_status_check_interval', 100, group="vcns")
cfg.CONF.set_override('task_status_check_interval', 200, group="vcns")
# vcns does not support duplicated router name, ignore router name
# validation for unit-test cases