diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2024-04-17 11:42:58 +0100 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2024-04-29 16:03:51 +0100 |
commit | 8fadfb9667186910af1b9b6c31b9bb673057f729 (patch) | |
tree | 3b876d9059d3a2ac3e7978badb5fc755f1535a2b /csit/resources/tests/data/OutProperties.json | |
parent | 0d7c8284756c9a15d526c2d282cfc1dfd1595ffb (diff) |
Add migration in integration tests
Issue-ID: POLICY-4972
Change-Id: I40c554fcb062b4928663bbfd5a03ddd2dd1f6805
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'csit/resources/tests/data/OutProperties.json')
-rw-r--r-- | csit/resources/tests/data/OutProperties.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/csit/resources/tests/data/OutProperties.json b/csit/resources/tests/data/OutProperties.json new file mode 100644 index 00000000..1d4144c1 --- /dev/null +++ b/csit/resources/tests/data/OutProperties.json @@ -0,0 +1,13 @@ +{ + "outProperties": { + "test": { + "object": "TEXTPLACEHOLDER", + "from": "Participant", + "to": "Runtime" + } + }, + "automationCompositionId": "INSTACEIDPLACEHOLDER", + "automationCompositionElementId": "709c62b3-8918-41b9-a747-d21eb79c6c34", + "useState": "IDLE", + "operationalState": "ENABLED" +} |