aboutsummaryrefslogtreecommitdiffstats
path: root/auth/cli-editor/src/test/resources/tosca/ToscaTemplate.json
diff options
context:
space:
mode:
Diffstat (limited to 'auth/cli-editor/src/test/resources/tosca/ToscaTemplate.json')
-rw-r--r--auth/cli-editor/src/test/resources/tosca/ToscaTemplate.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/auth/cli-editor/src/test/resources/tosca/ToscaTemplate.json b/auth/cli-editor/src/test/resources/tosca/ToscaTemplate.json
index 82396148c..0b6229d24 100644
--- a/auth/cli-editor/src/test/resources/tosca/ToscaTemplate.json
+++ b/auth/cli-editor/src/test/resources/tosca/ToscaTemplate.json
@@ -1,12 +1,12 @@
{
- "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
+ "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
"topology_template": {
"policies": [
{
- "operational.sampledomain": {
- "type": "onap.policies.controlloop.Operational",
- "typeVersion": "1.0.0",
- "name": "onap.policies.controlloop.Operational.apex.sampledomain",
+ "native.sampledomain": {
+ "type": "onap.policies.native.Apex",
+ "type_version": "1.0.0",
+ "name": "native.sampledomain",
"version": "1.0.0",
"properties": {
}