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

[GCP] update gcp resources iid list #1372

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Conversation

hippo-an
Copy link
Contributor

작업 내용

  • update gcp resources iid list for required handlers
    • vpc, sg, keypair, vm, disk, myImage, nlb, cluster
  • gcp iid list drive test
  • clean up unnecessary tests for gcp test resource

@hippo-an hippo-an requested a review from powerkimhub October 22, 2024 05:22
Copy link

Could you please check and revise Korean texts?
Note - All output of print and log statements should be in English. 😉

cloud-control-manager/cloud-driver/drivers/gcp/main/Test_Resources.go

8:+					cblogger.Info("List IID 조회 실패 : ", err)
12:+							cblogger.Infof("List IID 조회 결과 : [%+v]", *iid)
16:+					cblogger.Info("List IID 조회 결과 없음")
27:+					cblogger.Info("List IID 조회 실패 : ", err)
31:+							cblogger.Infof("List IID 조회 결과 : [%+v]", *iid)
34:+					cblogger.Info("List IID 조회 결과 없음")
41:+					cblogger.Info("List IID 조회 실패 : ", err)
45:+							cblogger.Infof("List IID 조회 결과 : [%+v]", *iid)
49:+					cblogger.Info("List IID 조회 결과 없음")
59:+					cblogger.Info("List IID 조회 실패 : ", err)
63:+							cblogger.Infof("List IID 조회 결과 : [%+v]", *iid)
67:+					cblogger.Info("List IID 조회 결과 없음")
79:+					cblogger.Info("List IID 조회 실패 : ", err)
83:+							cblogger.Infof("List IID 조회 결과 : [%+v]", *iid)
87:+					cblogger.Info("List IID 조회 결과 없음")
96:+					cblogger.Info("List IID 조회 실패 : ", err)
100:+							cblogger.Infof("List IID 조회 결과 : [%+v]", *iid)
104:+					cblogger.Info("List IID 조회 결과 없음")
113:+					cblogger.Info("List IID 조회 실패 : ", err)
117:+							cblogger.Infof("List IID 조회 결과 : [%+v]", *iid)
121:+					cblogger.Info("List IID 조회 결과 없음")
160:+					cblogger.Error("ListCluster 실패")
163:+					cblogger.Info("ListCluster 성공")
164:+					cblogger.Info("=========== Cluster 목록 ================")
170:+								cblogger.Infof("Cluster 조회 결과 : [%+v]", *c)
179:+					cblogger.Info("List IID 조회 실패 : ", err)
183:+							cblogger.Infof("List IID 조회 결과 : [%+v]", *iid)
187:+					cblogger.Info("List IID 조회 결과 없음")

@powerkimhub powerkimhub merged commit 6a49804 into cloud-barista:master Oct 22, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants