diff options
author | Xue Gao <xg353y@intl.att.com> | 2019-04-05 14:34:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-05 14:34:04 +0000 |
commit | a9f66923cddf2263ebbeb24825b95875c6932281 (patch) | |
tree | 6253fdfebe8dfa8e41d74461a4a4253edf5c2085 /src/test/resources/tosca/guard2-policy-payload.json | |
parent | 8ca701623868f201f4248131ff7a5b26f547385d (diff) | |
parent | dfa86ca8a3d8380487261da22cbf582b547e3276 (diff) |
Merge "Introduce Camel route"
Diffstat (limited to 'src/test/resources/tosca/guard2-policy-payload.json')
-rw-r--r-- | src/test/resources/tosca/guard2-policy-payload.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/resources/tosca/guard2-policy-payload.json b/src/test/resources/tosca/guard2-policy-payload.json new file mode 100644 index 000000000..89f7ec89c --- /dev/null +++ b/src/test/resources/tosca/guard2-policy-payload.json @@ -0,0 +1,16 @@ +{ + "policy-id": "guard2", + "contents": { + "recipe": "Migrate", + "actor": "SO", + "clname": "testloop", + "guardTargets": ".*", + "minGuard": "1", + "maxGuard": "2", + "limitGuard": "", + "timeUnitsGuard": "", + "timeWindowGuard": "", + "guardActiveStart": "00:00:01-05:00", + "guardActiveEnd": "23:59:01-05:00" + } +}
\ No newline at end of file |