diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-08 13:14:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-08 13:14:37 +0000 |
commit | 7efcba3684e738e96861c0881c5e11741259a5f4 (patch) | |
tree | bd9483f7e724e7754744e1eedc3a2ba4a146edf5 /test/vcpe | |
parent | 4ee737cff74c52411b1d2f1455e15055f176b7ab (diff) | |
parent | b876c9e452d0419489a054dc5ed399c042a0c921 (diff) |
Merge "Register custom workflow for vCPE"
Diffstat (limited to 'test/vcpe')
-rwxr-xr-x | test/vcpe/config_sdnc_so.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vcpe/config_sdnc_so.py b/test/vcpe/config_sdnc_so.py index dab880f34..7c063b5fd 100755 --- a/test/vcpe/config_sdnc_so.py +++ b/test/vcpe/config_sdnc_so.py @@ -69,7 +69,7 @@ def insert_customer_service_to_so(vcpecommon): logger = logging.getLogger('__name__') logger.info('Inserting neutron HEAT template to SO DB and creating a recipe for customer service') cmds = [] - if False: + if True: csar_file = vcpecommon.find_file('rescust', 'csar', 'csar') parser = csar_parser.CsarParser() parser.parse_csar(csar_file) @@ -96,5 +96,5 @@ def insert_customer_service_to_so(vcpecommon): "'string', NULL);") print('\n'.join(cmds)) -# vcpecommon.execute_cmds_so_db(cmds) + vcpecommon.execute_cmds_so_db(cmds) |