-
Notifications
You must be signed in to change notification settings - Fork 109
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
Tests cloud_networks with RBAC filtering from super #394
Conversation
@miq-bot add_label test |
@syncrou can you review please? |
@Ladas does this work for ManageIQ/manageiq#16824 (comment)? |
@d-m-u Once you rebase, the tests should pass. |
c224366
to
27ba999
Compare
allow(User).to receive_messages(:server_timezone => "UTC") | ||
FactoryGirl.create(:ems_amazon) | ||
end | ||
|
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.
@d-m-u - can you use:ems
instead of creating :provider
?
27ba999
to
64ad835
Compare
Checked commit d-m-u@64ad835 with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
@gmcculloug - bump |
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.
Sorry this took so long to get back to. Tests look good. 👍
@miq-bot add_label gaprindashvili/yes |
Tests cloud_networks with RBAC filtering from super (cherry picked from commit 6f051ff)
Gaprindashvili backport details:
|
Amazon's allowed_cloud_networks needs test for RBAC filtering from PR here