-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
2023 Week 36-38 (from Sep 4)
-
1
-
NEW
-
NEW
-
---
-
---
Issue Description:
JSON sent from ansible-rulebook / drools_jpy contains "action" or "actions" are like this
single "Action" in "action"
"action":{
"Action":{
"action":"debug",
"action_args":{
"events_event":"{{events.first}}"
}
}
},
single "Action" in "actions"
"actions":[
{
"Action":{
"action":"print_event",
"action_args":{
"pretty":true
}
}
}
],
multiple "Action"s in "actions"
"actions":[
{
"Action":{
"action":"debug",
"action_args":{
}
}
},
{
"Action":{
"action":"print_event",
"action_args":{
"pretty":true
}
}
}
],
Currently we don't have test cases for that and "actions" is ignored.
Acceptance Criteria:
- Add test cases
- Assert action value
- relates to
-
DROOLS-7578 Evaluate Impact analysis for ansible integration rules
-
- Pull Request Sent
-