diff options
author | Steve Smokowski <ss835w@att.com> | 2020-02-18 17:14:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-18 17:14:40 +0000 |
commit | 2d11a7092c292a3987ad0b105fe31ee8a0390294 (patch) | |
tree | dd81ebe972cb7656e09050213d8e8fff19967429 /mso-catalog-db/src/test/resources/data.sql | |
parent | a71813fd697298b9a9bddea6eacc9de5fada2de0 (diff) | |
parent | 9737ae116859da4548dcd1bf3ba73d339f326c52 (diff) |
Merge "Based on Controller Actor calling CDS or APPC(Current Flow)"
Diffstat (limited to 'mso-catalog-db/src/test/resources/data.sql')
-rw-r--r-- | mso-catalog-db/src/test/resources/data.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mso-catalog-db/src/test/resources/data.sql b/mso-catalog-db/src/test/resources/data.sql index e5963c183f..0852aa026d 100644 --- a/mso-catalog-db/src/test/resources/data.sql +++ b/mso-catalog-db/src/test/resources/data.sql @@ -957,3 +957,9 @@ VALUES (select ID from user_parameters where NAME='existing_software_version')), ((select ID from activity_spec where NAME='VNFUpgradeSoftwareActivity' and VERSION=1.0), (select ID from user_parameters where NAME='new_software_version')); + +INSERT INTO bbname_selection_reference (CONTROLLER_ACTOR,SCOPE,ACTION,BB_NAME) +VALUES +('APPC', 'vfModule', 'healthCheck','GenericVnfHealthCheckBB'), +('APPC', 'vfModule', 'configScaleOut','ConfigurationScaleOutBB'), +('APPC', 'vnf', 'healthCheck','GenericVnfHealthCheckBB');
\ No newline at end of file |