Skip to content
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

[ECS] Use client from ctx in ecs_v2 #1857

Merged
merged 3 commits into from Aug 2, 2022
Merged

[ECS] Use client from ctx in ecs_v2 #1857

merged 3 commits into from Aug 2, 2022

Conversation

lego963
Copy link
Contributor

@lego963 lego963 commented Aug 1, 2022

Summary of the Pull Request

Use client from ctx in keypair_v2 and instance_v2

PR Checklist

Acceptance Steps Performed

In progress ...

@artem-lifshits
Copy link
Member

=== RUN TestAccComputeV2Instance_basic
=== PAUSE TestAccComputeV2Instance_basic
=== CONT TestAccComputeV2Instance_basic
--- PASS: TestAccComputeV2Instance_basic (249.55s)
=== RUN TestAccComputeV2Instance_imageByName
--- PASS: TestAccComputeV2Instance_imageByName (87.74s)
=== RUN TestAccComputeV2Instance_importBasic
=== PAUSE TestAccComputeV2Instance_importBasic
=== CONT TestAccComputeV2Instance_importBasic
--- PASS: TestAccComputeV2Instance_importBasic (127.72s)
=== RUN TestAccComputeV2Instance_bootFromImage
=== PAUSE TestAccComputeV2Instance_bootFromImage
=== CONT TestAccComputeV2Instance_bootFromImage
--- PASS: TestAccComputeV2Instance_bootFromImage (243.54s)
=== RUN TestAccComputeV2Instance_bootFromVolume
=== PAUSE TestAccComputeV2Instance_bootFromVolume
=== CONT TestAccComputeV2Instance_bootFromVolume
--- PASS: TestAccComputeV2Instance_bootFromVolume (186.65s)
=== RUN TestAccComputeV2Instance_bootFromVolumeVolume
=== PAUSE TestAccComputeV2Instance_bootFromVolumeVolume
=== CONT TestAccComputeV2Instance_bootFromVolumeVolume
--- PASS: TestAccComputeV2Instance_bootFromVolumeVolume (259.29s)
=== RUN TestAccComputeV2Instance_stopBeforeDestroy
=== PAUSE TestAccComputeV2Instance_stopBeforeDestroy
=== CONT TestAccComputeV2Instance_stopBeforeDestroy
--- PASS: TestAccComputeV2Instance_stopBeforeDestroy (195.02s)
=== RUN TestAccComputeV2Instance_metadata
=== PAUSE TestAccComputeV2Instance_metadata
=== CONT TestAccComputeV2Instance_metadata
--- PASS: TestAccComputeV2Instance_metadata (158.95s)
=== RUN TestAccComputeV2Instance_initialStateActive
=== PAUSE TestAccComputeV2Instance_initialStateActive
=== CONT TestAccComputeV2Instance_initialStateActive
--- PASS: TestAccComputeV2Instance_initialStateActive (328.19s)
=== RUN TestAccComputeV2Instance_initialStateShutoff
=== PAUSE TestAccComputeV2Instance_initialStateShutoff
=== CONT TestAccComputeV2Instance_initialStateShutoff
--- PASS: TestAccComputeV2Instance_initialStateShutoff (313.27s)
=== RUN TestAccComputeV2Instance_importBootFromVolumeImage
=== PAUSE TestAccComputeV2Instance_importBootFromVolumeImage
=== CONT TestAccComputeV2Instance_importBootFromVolumeImage
--- PASS: TestAccComputeV2Instance_importBootFromVolumeImage (124.52s)
=== RUN TestAccComputeV2Instance_autoRecovery
=== PAUSE TestAccComputeV2Instance_autoRecovery
=== CONT TestAccComputeV2Instance_autoRecovery
--- PASS: TestAccComputeV2Instance_autoRecovery (158.88s)
=== RUN TestAccComputeV2Instance_multiSecgroup
=== PAUSE TestAccComputeV2Instance_multiSecgroup
=== CONT TestAccComputeV2Instance_multiSecgroup
--- PASS: TestAccComputeV2Instance_multiSecgroup (179.77s)
=== RUN TestAccComputeV2Instance_timeout
=== PAUSE TestAccComputeV2Instance_timeout
=== CONT TestAccComputeV2Instance_timeout
--- PASS: TestAccComputeV2Instance_timeout (102.10s)
=== RUN TestAccComputeV2Instance_changeFixedIP
=== PAUSE TestAccComputeV2Instance_changeFixedIP
=== CONT TestAccComputeV2Instance_changeFixedIP
--- PASS: TestAccComputeV2Instance_changeFixedIP (102.40s)
PASS

Process finished with the exit code 0

=== RUN TestAccComputeV2Keypair_basic
=== PAUSE TestAccComputeV2Keypair_basic
=== CONT TestAccComputeV2Keypair_basic
--- PASS: TestAccComputeV2Keypair_basic (77.02s)
=== RUN TestAccComputeV2Keypair_importBasic
=== PAUSE TestAccComputeV2Keypair_importBasic
=== CONT TestAccComputeV2Keypair_importBasic
--- PASS: TestAccComputeV2Keypair_importBasic (88.15s)
=== RUN TestAccComputeV2Keypair_shared
=== PAUSE TestAccComputeV2Keypair_shared
=== CONT TestAccComputeV2Keypair_shared
--- PASS: TestAccComputeV2Keypair_shared (114.46s)
=== RUN TestAccComputeV2Keypair_private
=== PAUSE TestAccComputeV2Keypair_private
=== CONT TestAccComputeV2Keypair_private
--- PASS: TestAccComputeV2Keypair_private (79.01s)
PASS

Process finished with the exit code 0

@artem-lifshits artem-lifshits marked this pull request as ready for review August 2, 2022 11:06
@artem-lifshits artem-lifshits added this to In progress in Upstream via automation Aug 2, 2022
@lego963 lego963 mentioned this pull request Aug 2, 2022
32 tasks
@artem-lifshits artem-lifshits added the gate Merge PR label Aug 2, 2022
@otc-zuul
Copy link

otc-zuul bot commented Aug 2, 2022

Build succeeded.
https://zuul.otc-service.com/t/eco/buildset/61f97645eac74772bfd3d9fb8dc27bfe

✔️ build-otc-releasenotes SUCCESS in 3m 24s
✔️ otc-golangci-lint SUCCESS in 3m 01s
✔️ golang-make-test SUCCESS in 3m 01s
✔️ golang-make-vet SUCCESS in 2m 22s
✔️ tflint SUCCESS in 1m 56s
✔️ goreleaser-build SUCCESS in 7m 51s

@otc-zuul otc-zuul bot merged commit 3164c53 into devel Aug 2, 2022
@otc-zuul otc-zuul bot deleted the ecs-v2-client-ctx branch August 2, 2022 11:44
Upstream automation moved this from In progress to Done Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Upstream
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants