-
Notifications
You must be signed in to change notification settings - Fork 314
integ-tests: test FSx deployment types #2233
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2233 +/- ##
===========================================
+ Coverage 61.80% 61.81% +0.01%
===========================================
Files 39 39
Lines 6061 6060 -1
===========================================
Hits 3746 3746
+ Misses 2315 2314 -1
Continue to review full report at Codecov.
|
4fb3680 to
979d881
Compare
enrico-usai
left a comment
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.
From what we understand we were already testing all the deployment_types (through test_fsx_lustre_configuration_options) but we weren't checking if the value was correct. Right?
If so let's add this description in the PR.
35dfa9a to
ae2e663
Compare
* This test is to verify FSx file system launched by pcluster has the correct deployment type as user set in pcluster config file. * FSx file system has three deployment types in commercial regions SCRATCH_1(dafault), SCRATCH_2, PERSISTENT_1 Signed-off-by: Yulei Wang <yuleiwan@amazon.com>
ae2e663 to
9da584a
Compare
enrico-usai
left a comment
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.
Great job! Thanks!
If tested feel free to merge it.
Signed-off-by: Yulei Wang yuleiwan@amazon.com
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.