feature. add service validation workflow to e2e test #95
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
E2E 테스트를 위한 LMA, ServiceMesh 워크플로우를 추가합니다.
체크 방식
. pod 상태 테스트 : 지정된 namespace 내에 Error 가 있는지 정도만 체크합니다.
. endpoint 테스트 : 방화벽으로 인한 테스트 어려움을 위해 대상 user-cluster에 pod 을 올려 curl 테스트를 진행합니다.
@tchoi80 님이 작성하신 validate-usercluster-wftpl.yaml 을 tests 폴더로 옮겼습니다.