aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/soutils.py
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2019-01-02 12:05:40 -0500
committerYang Xu <yang.xu3@huawei.com>2019-01-02 17:09:41 +0000
commitaa8c584d3330ed3fe291f792ee01c323dcbc182c (patch)
tree97874303e5e0912334ca21ed948e441e27bf6a2d /test/vcpe/soutils.py
parent65b84a4aa2b3973cb7aa65d8a1c58e036f6c99c9 (diff)
Fix mac address table access in vCPE healthcheck
Change-Id: I01f7de6e9e0a26b25a91df125f31008091d0076f Issue-ID: INT-791 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'test/vcpe/soutils.py')
-rwxr-xr-xtest/vcpe/soutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vcpe/soutils.py b/test/vcpe/soutils.py
index 6cddd6d08..5cfe46408 100755
--- a/test/vcpe/soutils.py
+++ b/test/vcpe/soutils.py
@@ -340,7 +340,7 @@ class SoUtils:
vnf_instance_id, vnf_model)
self.logger.debug(json.dumps(req, indent=2, sort_keys=True))
req_id, vfmodule_instance_id = self.submit_create_req(req, 'vfmodule', svc_instance_id, vnf_instance_id)
- if not self.check_progress(req_id, eta=70, interval=5):
+ if not self.check_progress(req_id, eta=70, interval=50):
self.logger.error('Failed to create VF Module {0}.'.format(vfmodule_instance_name))
return None