Bug 1695818 - conversion host database fixture has wrong name
Summary: conversion host database fixture has wrong name
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: V2V
Version: 5.10.2
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: GA
: 5.11.0
Assignee: Fabien Dupont
QA Contact: Shveta
Red Hat CloudForms Documentation
URL: https://github.com/ManageIQ/manageiq/...
Whiteboard: v2v
Depends On:
Blocks: 1622728 1702054
TreeView+ depends on / blocked
 
Reported: 2019-04-03 18:53 UTC by Daniel Berger
Modified: 2019-12-13 15:08 UTC (History)
5 users (show)

Fixed In Version: 5.11.0.1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1702054 (view as bug list)
Environment:
Last Closed: 2019-12-13 15:08:54 UTC
Category: ---
Cloudforms Team: V2V
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Daniel Berger 2019-04-03 18:53:30 UTC
At the moment when you create a conversion host via the ConversionHost#enable_queue method it is not creating a message properly. The db fixture needs to be updated.

To replicate, create a conversion host via the ConversionHost#enable_queue method.

Currently you will see a literal "{resource}" string in the output.

The expected output is information about the resource.

Comment 2 Fabien Dupont 2019-04-03 21:11:43 UTC
https://github.com/ManageIQ/manageiq/pull/18535

Comment 5 Shveta 2019-07-02 21:19:38 UTC
Created conversion host via API .
irb(main):002:0> Notification.all.map(&:options)
=> [{:op_name=>"enable", :op_arg=>"type=Host id=4"}, {:op_name=>"enable", :op_arg=>"type=Host id=3"}, {:op_name=>"enable", :op_arg=>"type=Host id=4"}, 

Verified in 5.11.0.11.20190625161125_392c61e


Note You need to log in before you can comment on or make changes to this bug.