aboutsummaryrefslogtreecommitdiffstats
path: root/csit/resources/tests/data/ac-definition-migration-to.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'csit/resources/tests/data/ac-definition-migration-to.yaml')
-rw-r--r--csit/resources/tests/data/ac-definition-migration-to.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/csit/resources/tests/data/ac-definition-migration-to.yaml b/csit/resources/tests/data/ac-definition-migration-to.yaml
index efc550b0..179fe11c 100644
--- a/csit/resources/tests/data/ac-definition-migration-to.yaml
+++ b/csit/resources/tests/data/ac-definition-migration-to.yaml
@@ -57,6 +57,11 @@ node_types:
first start phase is zero. Automation Composition Elements are started in their start_phase order and stopped
in reverse start phase order. Automation Composition Elements with the same start phase are started and
stopped simultaneously
+ stage:
+ type: list
+ description: A list indicating the stages in which this automation composition element will be started, the
+ first stage is zero. Automation Composition Elements are started in their stage order.
+ Automation Composition Elements with the same stage are started simultaneously.
org.onap.policy.clamp.acm.AutomationComposition:
version: 1.0.1
@@ -118,6 +123,7 @@ topology_template:
properties:
provider: ONAP
startPhase: 0
+ stage: [1,2]
onap.policy.clamp.ac.element.Sim_BridgeAutomationCompositionElement:
version: 1.2.4
@@ -127,8 +133,9 @@ topology_template:
properties:
provider: ONAP
startPhase: 0
+ stage: [0,1]
- onap.policy.clamp.ac.element.Sim_SinkAutomationCompositionElement:
+ onap.policy.clamp.ac.element.Sim_NewAutomationCompositionElement:
version: 1.2.4
type: org.onap.policy.clamp.acm.SimAutomationCompositionElement
type_version: 1.0.0
@@ -136,6 +143,7 @@ topology_template:
properties:
provider: ONAP
startPhase: 0
+ stage: [0,2]
onap.policy.clamp.ac.element.AutomationCompositionDefinition:
version: 1.2.4
@@ -149,5 +157,5 @@ topology_template:
version: 1.2.4
- name: onap.policy.clamp.ac.element.Sim_BridgeAutomationCompositionElement
version: 1.2.4
- - name: onap.policy.clamp.ac.element.Sim_SinkAutomationCompositionElement
+ - name: onap.policy.clamp.ac.element.Sim_NewAutomationCompositionElement
version: 1.2.4