-
Notifications
You must be signed in to change notification settings - Fork 8
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
Automate Qase 153, 151, and 87 #241
Conversation
Signed-off-by: Parthvi Vala <[email protected]>
Signed-off-by: Parthvi Vala <[email protected]>
9bdf427
to
3d27538
Compare
Signed-off-by: Parthvi Vala <[email protected]>
hosted/eks/p1/p1_import_test.go
Outdated
@@ -167,6 +167,23 @@ var _ = Describe("P1Import", func() { | |||
updateTagsAndLabels(cluster, ctx.RancherAdminClient) | |||
}) | |||
|
|||
It("Add a nodegroup in EKS → Syncs to Rancher → Update cluster, the nodegroup is intact", func() { |
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.
Wouldn't be ASCII -> better?
Co-authored-by: Parthvi Vala <[email protected]> Co-authored-by: Tomas Hehejik <[email protected]> Signed-off-by: Parthvi Vala <[email protected]>
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, thanks!
err = clusters.WaitClusterToBeUpgraded(ctx.RancherAdminClient, cluster.ID) | ||
Expect(err).To(BeNil()) | ||
Eventually(func() bool { | ||
cluster, err = helper.UpdateCluster(cluster, ctx.RancherAdminClient, updateFunc) |
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.
Is UpdateCluster
required again here ?
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.
Hmm, that shouldn't have been here. It is supposed to simply fetch the cluster. Let me fix that.
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.
Signed-off-by: Parthvi Vala <[email protected]>
Signed-off-by: Parthvi Vala <[email protected]>
Co-authored-by: Chandan Pinjani <[email protected]> Signed-off-by: Parthvi Vala <[email protected]>
Signed-off-by: Parthvi Vala <[email protected]>
What does this PR do?
Which issue(s) this PR fixes (optional, in fixes #(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #
Checklist:
Special notes for your reviewer: