-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse Physical Storage #170
Conversation
@agrare Looks like the PR that this one depends on has been merged. Have you had a chance to look at this yet? Thanks |
@skovic this actually also depends on ManageIQ/manageiq#17380 (which should be added to the description) and yes I'm reviewing it there |
@EsdrasVP I'm still getting a lot of errors running the specs in this PR with ManageIQ/manageiq#17380 applied locally. There are basically three kinds of errors:
This looks like a namespace issue, it is trying to reference the top-level model
Is there actually an
Then:
|
@agrare I think this is happening because the gem for |
@EsdrasVP you probably need @rodneyhbrown7 to cut a new version of the client gem |
@EsdrasVP I see you have a spec test for the parser, can you also add one to the refresher_spec which does the full EmsRefresh to make sure that the save_inventory part is working? |
@agrare Yes, I can do that. I'll make the changes and amend here. |
84f8ba5
to
87a59c8
Compare
87a59c8
to
7523d9f
Compare
7523d9f
to
b04de4c
Compare
Checked commit EsdrasVP@b04de4c with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@agrare I implemented tests for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR is able to:
Depends on: