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

Implementing the FindTag feature #1239

Merged
merged 4 commits into from
Jul 12, 2024
Merged

Conversation

dev4unet
Copy link
Member

Implementing the FindTag feature

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/aws/main/Test_Resources.go

14:+	reqTag := irs.KeyValue{Key: "tag3", Value: "태그3"}
40:+				cblogger.Infof("조회 요청 태그 타입 : [%s]", reqType)
42:+					cblogger.Debug("VM 요청됨")
47:+					cblogger.Info(" Tag 목록 조회 실패 : ", err)
49:+					cblogger.Info("Tag 목록 조회 결과")
51:+					cblogger.Infof("로그 레벨 : [%s]", cblog.GetLevel())
53:+					cblogger.Info("출력 결과 수 : ", len(result))
62:+				cblogger.Infof("[%s] Tag 추가 테스트", reqIID.SystemId)
65:+					cblogger.Infof(reqIID.SystemId, " Tag 생성 실패 : ", err)
67:+					cblogger.Info("Tag 생성 결과 : ", result)
69:+					cblogger.Infof("요청 대상 Tag Key가 [%s]로 변경 됨", reqKey)
74:+				cblogger.Infof("[%s] Tag 조회 테스트 - Key[%s]", reqIID.SystemId, reqKey)
77:+					cblogger.Infof("[%s] Tag 조회 실패 : [%v]", reqKey, err)
79:+					cblogger.Infof("[%s] Tag 조회 결과 : [%s]", reqKey, result)
84:+				cblogger.Infof("[%s] Tag 삭제 테스트 - Key[%s]", reqIID.SystemId, reqKey)
87:+					cblogger.Infof("[%s] Tag 삭제 실패 : [%v]", reqKey, err)
89:+					cblogger.Infof("[%s] Tag 삭제 결과 : [%v]", reqKey, result)
93:+				cblogger.Infof("[%s] Tag 찾기 테스트 - Key[%s]", reqType, reqKey)
96:+					cblogger.Infof("[%s] Tag 검색 실패 : [%s]", reqKey, err)
98:+					cblogger.Infof("[%s] Tag 검색 결과 : [%d]건", reqKey, len(result))
100:+					cblogger.Infof("Tag 검색 결과 : [%d]건", len(result))

@powerkimhub powerkimhub self-requested a review July 12, 2024 02:19
@powerkimhub powerkimhub merged commit cc5acf1 into cloud-barista:master Jul 12, 2024
6 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