From: Bartek Grzybowski Date: Fri, 13 Sep 2019 06:35:48 +0000 (+0200) Subject: Fix mispelled routine name in vcpe scripts X-Git-Tag: 6.0.0-ONAP~368 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bfeeb24819035523222149d4fffdf9f7de363fc2;p=integration.git Fix mispelled routine name in vcpe scripts headbridge -> heatbridge Change-Id: I49cc3af80b74a9d03612625be2a35e039e6d28e1 Signed-off-by: Bartek Grzybowski Issue-ID: DOC-549 --- diff --git a/test/vcpe/soutils.py b/test/vcpe/soutils.py index 5cfe46408..734b793e0 100755 --- a/test/vcpe/soutils.py +++ b/test/vcpe/soutils.py @@ -346,7 +346,7 @@ class SoUtils: # run heatbridge if heatbridge: - self.vcpecommon.headbridge(vfmodule_instance_name, svc_instance_id) + self.vcpecommon.heatbridge(vfmodule_instance_name, svc_instance_id) self.vcpecommon.save_vgmux_vnf_name(vnf_instance_name) return svc_instance_id diff --git a/test/vcpe/vcpecommon.py b/test/vcpe/vcpecommon.py index e34eebe2f..4e00aae6c 100755 --- a/test/vcpe/vcpecommon.py +++ b/test/vcpe/vcpecommon.py @@ -196,7 +196,7 @@ class VcpeCommon: self.vpp_api_userpass = ('admin', 'admin') self.vpp_ves_url= 'http://{0}:8183/restconf/config/vesagent:vesagent' - def headbridge(self, openstack_stack_name, svc_instance_uuid): + def heatbridge(self, openstack_stack_name, svc_instance_uuid): """ Add vserver information to AAI """