{
  "test_id": "T80",
  "verdict": "pass",
  "observed": "Gateway selectormismatch-gw의 selector를 실제 게이트웨이 워크로드 라벨(istio: selectormismatch-gw)과 다른 값(this-label-does-not-match-any-pod)으로 설정했을 때, istioctl proxy-config listener deploy/selectormismatch-gw.istio-vt-t80 --port 8080 -o json 결과가 빈 배열([])이었고 jq length는 0이었다. kubectl patch로 selector를 실제 pod label(istio: selectormismatch-gw)과 일치시키고 8초 대기한 뒤 동일 명령을 재실행하자 listener 배열에 0.0.0.0_8080 리스너 1개가 나타나 jq length가 1이 되었다. 이는 pass_criteria(불일치 시 length 0, 일치 후 length>=1)와 정확히 일치한다.",
  "claims": [
    {
      "doc": "gt__src-manifests-walkthrough",
      "cid": "C10",
      "empirical": "supports-claim",
      "note": "Gateway selector와 실제 워크로드 pod label이 불일치하면 해당 포트 listener가 전혀 생성되지 않고, selector를 일치시키면 listener가 즉시(수초 내) 생성됨을 실측으로 확인함."
    }
  ]
}
