-
Notifications
You must be signed in to change notification settings - Fork 107
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
Collect encryption status of cloud volume snapshot #259
Collect encryption status of cloud volume snapshot #259
Conversation
cc @gberginc |
527788b
to
fa3587a
Compare
@@ -82,6 +82,7 @@ def refresh_spec_full | |||
|
|||
assert_specific_snapshot | |||
assert_specific_volume | |||
assert_unencrypted_snapshot |
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.
Change the order - move assert_unencrypted_snapsthot before assert_specific_volume.
@miq-bot add_label pending core |
fa3587a
to
8515e62
Compare
UI has encrypted attribute included, but it is rendered empty for the user.
8515e62
to
db86dc1
Compare
Checked commit sasoc@db86dc1 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Thanks @sasoc. To me this looks better to have tests properly grouped. |
@Ladas can you review this one? |
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.
Looks great 👍
ManageIQ could have new columns added so we want to migrate/reset our sample manageiq app's test db when running bin/setup or bin/update. For a mostly unrelated PR [1] that was open for a while, another PR [2] with a dependent migration on manageiq were both merged causing my development branch for [1] to fail because I had already setup the initial test database and bin/setup and bin/update were not migrating the test database to include the newly added column. [1] ManageIQ/manageiq-providers-amazon#256 [2] ManageIQ/manageiq-providers-amazon#259
UI has encrypted attribute included, but it is rendered empty for the user.
Depends on: ManageIQ/manageiq#15352