From b4c6c299d63e06df63557c76edfd97229f7b2d9b Mon Sep 17 00:00:00 2001 From: Illia Polliul Date: Fri, 3 Mar 2017 18:11:04 +0100 Subject: [PATCH] Fix router_target value in test Change-Id: I995ae4aac328db86d321e11999776107bedc95a2 Closes-bug: #1660530 Signed-off-by: Illia Polliul --- plugin_test/tests/test_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_test/tests/test_functional.py b/plugin_test/tests/test_functional.py index 918565ffd..40dfcd6ad 100644 --- a/plugin_test/tests/test_functional.py +++ b/plugin_test/tests/test_functional.py @@ -410,7 +410,7 @@ class FunctionalTests(TestBasic): """ # constants contrail_api_port = '18082' - contrail_route_target = '4294967295' + contrail_route_target = '4294967' contrail_gateways = '10.109.3.250' contrail_external = '10.10.1.0/24' contrail_asnum = '65534'