ManageIQ / manageiq-automation_engine

Automation engine for ManageIQ
Apache License 2.0
11 stars 74 forks source link

Attribute value pairs message is not considered while simulation #469

Open tinaafitz opened 3 years ago

tinaafitz commented 3 years ago

Original BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1753523

Description of problem: If you put 'message' in 'attribute/value pairs' field then it does not consider while simulation.

Version-Release number of selected component (if applicable): 5.11.0.25.20190913144023_5682444

How reproducible: 100%

Steps to Reproduce:

  1. Create domain, namespace, class and instance pointing to method
  2. Navigate to automate > automation > simulation page
  3. Fill values as shown in screenshot.
  4. See automation.logs

Actual results: [----] I, [2019-09-19T03:29:39.214008 #10804:41c3a00] INFO -- : Followed Relationship [miqaedb:/test_name/test_class/test_instance#create] [----] I, [2019-09-19T03:29:39.214742 #10804:41c3a00] INFO -- : Followed Relationship [miqaedb:/System/Request/Call_Instance#create]

It does not consider attribute 'message' in logs with test_instance.

Expected results: [----] I, [2019-09-19T03:29:39.214008 #10804:41c3a00] INFO -- : Followed Relationship [miqaedb:/test_name/test_class/test_instance#hello] [----] I, [2019-09-19T03:29:39.214742 #10804:41c3a00] INFO -- : Followed Relationship [miqaedb:/System/Request/Call_Instance#create]

It should consider attribute message in logs with test_instance as per BZ fixed for custom button simulation: https://bugzilla.redhat.com/show_bug.cgi?id=1651099

Additional info:

image

gtanzillo commented 3 years ago

@tinaafitz Should this be assigned now or can it be help wanted?

tinaafitz commented 3 years ago

@gtanzillo It can be help wanted.