aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/vcpe.py
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-11-13 21:26:32 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-13 21:26:32 +0000
commitb804a0524a40391584e88cf702a20b590530f343 (patch)
treee9fb0cb679b6c20d26851b362d90f0052595a32e /test/vcpe/vcpe.py
parentb10132e33370aabef8cb4d95d37f1dfc8e15fcee (diff)
parent8076a87e542a67f321f84311350d20946bee14a2 (diff)
Merge "fixes from vCPE testing"
Diffstat (limited to 'test/vcpe/vcpe.py')
-rwxr-xr-xtest/vcpe/vcpe.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vcpe/vcpe.py b/test/vcpe/vcpe.py
index 81e45f334..8bd39960a 100755
--- a/test/vcpe/vcpe.py
+++ b/test/vcpe/vcpe.py
@@ -175,8 +175,8 @@ def init_so_sdnc():
vcpecommon = VcpeCommon()
config_sdnc_so.insert_customer_service_to_so(vcpecommon)
config_sdnc_so.insert_customer_service_to_sdnc(vcpecommon)
- vgw_vfmod_name_index=0
- self.save_object(vgw_vfmod_name_index, vgw_vfmod_name_index_file)
+ vgw_vfmod_name_index= 0
+ vcpecommon.save_object(vgw_vfmod_name_index, vcpecommon.vgw_vfmod_name_index_file)
def tmp_sniro():