From 63a0afd8ee0062f8998214973ef3ccd62f2c3bf7 Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Tue, 20 Nov 2018 16:01:01 -0500 Subject: Fix issues in vcpe test script 1. SDNC GRA url issue 2. Add mr ip and port to prepload 3. Allow SO service_recipe table to be populated 4. Add SDNC ip to preload 5. Add vfmoduleName section in SO request 6. Set Generic NeutronNet shared as False Change-Id: Iba4ff695759ceab53e33367092b6b59678e082e7 Issue-ID: INT-717 Signed-off-by: Yang Xu (cherry picked from commit 1a0a0466716419880ab6b1fc6a94ec82a2966cb0) --- test/vcpe/config_sdnc_so.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/vcpe/config_sdnc_so.py') diff --git a/test/vcpe/config_sdnc_so.py b/test/vcpe/config_sdnc_so.py index 7c063b5fd..2cfc0f9f3 100755 --- a/test/vcpe/config_sdnc_so.py +++ b/test/vcpe/config_sdnc_so.py @@ -78,7 +78,9 @@ def insert_customer_service_to_so(vcpecommon): "`SERVICE_MODEL_UUID`) VALUES ('createInstance','1','{0}'," \ "'/mso/async/services/CreateVcpeResCustService',NULL,181,NULL, NOW()," \ "'{1}');".format(parser.svc_model['modelName'], parser.svc_model['modelVersionId'])) + vcpecommon.execute_cmds_so_db(cmds) + cmds = [] cmds.append("delete from `heat_template_params` where" "`HEAT_TEMPLATE_ARTIFACT_UUID`='efee1d84-b8ec-11e7-abc4-cec278b6b50a';") cmds.append("delete from `heat_template` where ARTIFACT_UUID='efee1d84-b8ec-11e7-abc4-cec278b6b50a';") -- cgit 1.2.3-korg