aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller/src/test/resources/data.sql
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2019-05-18 12:34:58 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-18 12:34:58 +0000
commitb883a8c104a519e791c151654d88af30f71e04e9 (patch)
tree7b2d95ccc4e603fc405a715335ea765e03be151d /asdc-controller/src/test/resources/data.sql
parentf81419495dcc08ba23c02fb52343e9b2631652cc (diff)
parent2fcd0d81688ca3dbde9c3853a0eca5aed9e4da7d (diff)
Merge "Addressed vCPE-Infra processing issue ASDC Controller" into dublin
Diffstat (limited to 'asdc-controller/src/test/resources/data.sql')
-rw-r--r--asdc-controller/src/test/resources/data.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/asdc-controller/src/test/resources/data.sql b/asdc-controller/src/test/resources/data.sql
index c9179fe65f..bc97b1e54a 100644
--- a/asdc-controller/src/test/resources/data.sql
+++ b/asdc-controller/src/test/resources/data.sql
@@ -21,6 +21,8 @@ INSERT INTO temp_network_heat_template_lookup(NETWORK_RESOURCE_MODEL_NAME, HEAT_
('TENANT_OAM_NETWORK', 'ff874603-4222-11e7-9252-005056850d2e', '3.0', NULL);
INSERT INTO temp_network_heat_template_lookup(NETWORK_RESOURCE_MODEL_NAME, HEAT_TEMPLATE_ARTIFACT_UUID, AIC_VERSION_MIN, AIC_VERSION_MAX) VALUES
('SRIOV_PROVIDER_NETWORK', 'ff874603-4222-11e7-9252-005056850d2e', '3.0', NULL);
+INSERT INTO temp_network_heat_template_lookup(NETWORK_RESOURCE_MODEL_NAME, HEAT_TEMPLATE_ARTIFACT_UUID, AIC_VERSION_MIN, AIC_VERSION_MAX) VALUES
+('Generic NeutronNet', 'ff874603-4222-11e7-9252-005056850d2e', '3.0', NULL);
insert into vnf_resource(orchestration_mode, description, creation_timestamp, model_uuid, aic_version_min, aic_version_max, model_invariant_uuid, model_version, model_name, tosca_node_type, heat_template_artifact_uuid) values
('HEAT', '1607 vSAMP10a - inherent network', '2017-04-14 21:46:28', 'ff2ae348-214a-11e7-93ae-92361f002671', '', '', '2fff5b20-214b-11e7-93ae-92361f002671', '1.0', 'vSAMP10a', 'VF', null);