diff options
author | Brian Freeman <bf1936@att.com> | 2018-11-13 11:34:48 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-11-13 12:34:20 -0500 |
commit | 8076a87e542a67f321f84311350d20946bee14a2 (patch) | |
tree | 1cb41c8b1093eadaf5178bfcaa92dd4bf7f3a91e /test/vcpe/vcpe.py | |
parent | ec9fe0e5a07ac2cdb650cd5cc9a9c883122da780 (diff) |
fixes from vCPE testing
Issue-ID: INT-717
Change-Id: If2c44e08288eee955b7a3548a802be37a15a601e
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'test/vcpe/vcpe.py')
-rwxr-xr-x | test/vcpe/vcpe.py | 4 |
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(): |