diff options
author | Steve Smokowski <ss835w@att.com> | 2020-04-16 18:30:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-16 18:30:24 +0000 |
commit | 9e9fe0469937a0ce246b5b16af1e3b1d6b69e664 (patch) | |
tree | fad69298ebc176318b40b633e4cd83084f56cae7 /mso-catalog-db/src/test/resources/data.sql | |
parent | fa9a707c87654330dfb5788a6029b8199c6cdf17 (diff) | |
parent | d255e437b624bb88eab336b1c0b74372e821e99c (diff) |
Merge "Implement processing_flags table and corresponding"
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, 5 insertions, 1 deletions
diff --git a/mso-catalog-db/src/test/resources/data.sql b/mso-catalog-db/src/test/resources/data.sql index b38d4d9376..0913aef01b 100644 --- a/mso-catalog-db/src/test/resources/data.sql +++ b/mso-catalog-db/src/test/resources/data.sql @@ -962,4 +962,8 @@ 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 +('APPC', 'vnf', 'healthCheck','GenericVnfHealthCheckBB'); + +INSERT INTO processing_flags (FLAG,VALUE,ENDPOINT,DESCRIPTION) +VALUES +('TESTFLAG', 'NO', 'TESTENDPOINT', 'TEST FLAG');
\ No newline at end of file |