aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2018-11-08 00:10:32 -0500
committerYang Xu <yang.xu3@huawei.com>2018-11-08 00:10:48 -0500
commitb876c9e452d0419489a054dc5ed399c042a0c921 (patch)
treeb89e6f02cf33fafbca4afb21163903e951a8aa4d /test/vcpe
parente4763649a39a4f7c28292dac32aeab3b6f0f0a9d (diff)
Register custom workflow for vCPE
Change-Id: I247e43234d5631d806bcca7c7bcfd78b1692e30e Issue-ID: SO-1189 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'test/vcpe')
-rwxr-xr-xtest/vcpe/config_sdnc_so.py4
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)