--Task-- name: Verification-idm enabled: True class_name: VerificationTask source_name: idm source_namespace: >default< target_name: idm target_namespace: >default< start: 0.0 stop: None timeout: not yet initialized for this Task as timeout was not explicitly defined, see updates bellow loop: False interval: None dependencies: [] wait_for: [] preceding_task: None options: {} group_name: None Current dir: /mnt/disks/data/xslou/lodestar-fork/pyrock ________________________________________________________________________________ [2024-04-11 06:20:23] Verification-idm pre : N/A ________________________________________________________________________________ [2024-04-11 06:20:23] - INFO: Timeout for this Task has changed to 10h (36000 seconds) [2024-04-11 06:20:23] - INFO: timeout was set to Task default (2x global_duration or 300 seconds (whatever is higher)), because it was unset ________________________________________________________________________________ [2024-04-11 06:20:23] Verification-idm step1 : Wait until pods are in Running state and check number of running pods ________________________________________________________________________________ 2024-04-11 06:20:23,328 INFO 2024-04-11 06:20:23,329 INFO --------------------- Get expected number of pods --------------------- 2024-04-11 06:20:23,329 INFO 2024-04-11 06:20:23,330 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get deployment --selector app=idm --output jsonpath={.items[*].spec.replicas} 2024-04-11 06:20:23,330 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2024-04-11 06:20:24,619 INFO [loop_until]: OK (rc = 0) 2024-04-11 06:20:24,620 DEBUG --- stdout --- 2024-04-11 06:20:24,620 DEBUG 2 2024-04-11 06:20:24,620 DEBUG --- stderr --- 2024-04-11 06:20:24,620 DEBUG 2024-04-11 06:20:24,620 INFO 2024-04-11 06:20:24,620 INFO -------------- Waiting for 2 expected pod(s) to be ready -------------- 2024-04-11 06:20:24,620 INFO 2024-04-11 06:20:24,621 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get deployment idm --output jsonpath="ready:{.status.readyReplicas} replicas:{.status.replicas}" | grep "ready:2 replicas:2" 2024-04-11 06:20:24,621 INFO [loop_until]: (max_time=900, interval=30, expected_rc=[0] 2024-04-11 06:20:25,542 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2024-04-11 06:20:25,543 INFO [loop_until]: OK (rc = 0) 2024-04-11 06:20:25,544 DEBUG --- stdout --- 2024-04-11 06:20:25,544 DEBUG ready:2 replicas:2 2024-04-11 06:20:25,544 DEBUG --- stderr --- 2024-04-11 06:20:25,544 DEBUG ________________________________________________________________________________ [2024-04-11 06:20:25] Verification-idm step2 : Discovering pods ________________________________________________________________________________ 2024-04-11 06:20:25,546 INFO 2024-04-11 06:20:25,546 INFO --------------------- Get expected number of pods --------------------- 2024-04-11 06:20:25,553 INFO 2024-04-11 06:20:25,553 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get deployment --selector app=idm --output jsonpath={.items[*].spec.replicas} 2024-04-11 06:20:25,553 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2024-04-11 06:20:26,504 INFO [loop_until]: OK (rc = 0) 2024-04-11 06:20:26,504 DEBUG --- stdout --- 2024-04-11 06:20:26,504 DEBUG 2 2024-04-11 06:20:26,504 DEBUG --- stderr --- 2024-04-11 06:20:26,504 DEBUG 2024-04-11 06:20:26,504 INFO 2024-04-11 06:20:26,504 INFO ---------------------------- Get pod list ---------------------------- 2024-04-11 06:20:26,504 INFO 2024-04-11 06:20:26,504 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=idm --output jsonpath={.items[*].metadata.name}` | grep 2 2024-04-11 06:20:26,504 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2024-04-11 06:20:27,430 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2024-04-11 06:20:27,431 INFO [loop_until]: OK (rc = 0) 2024-04-11 06:20:27,431 DEBUG --- stdout --- 2024-04-11 06:20:27,431 DEBUG idm-668d898cfd-2vqdm idm-668d898cfd-st2t7 2024-04-11 06:20:27,431 DEBUG --- stderr --- 2024-04-11 06:20:27,431 DEBUG ________________________________________________________________________________ [2024-04-11 06:20:27] Verification-idm step3 : Check component is alive ________________________________________________________________________________ 2024-04-11 06:20:27,432 INFO Livecheck to https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/info/ping 2024-04-11 06:20:27,432 INFO Set admin password: dfK0OQODqzlgrrFwjA17an65 2024-04-11 06:20:27,433 INFO [http_cmd]: curl -L --request GET "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/info/ping" 2024-04-11 06:20:27,714 INFO [http_cmd]: http status code OK 2024-04-11 06:20:27,715 DEBUG --- status code --- 2024-04-11 06:20:27,715 DEBUG http status code is 200 (expected 200) 2024-04-11 06:20:27,719 DEBUG --- http response --- 2024-04-11 06:20:27,722 DEBUG { "_id": "", "_rev": "", "shortDesc": "OpenIDM ready", "state": "ACTIVE_READY" } 2024-04-11 06:20:27,723 INFO [LoginSession] Get "access_token" token for user "amadmin" 2024-04-11 06:20:27,724 INFO [LoginSession] Obtaining new "access_token" token from server because it has expired 2024-04-11 06:20:27,724 INFO [LoginSession] Get "token_id" token for user "amadmin" 2024-04-11 06:20:27,724 INFO [LoginSession] Obtaining new "token_id" token from server because it has expired 2024-04-11 06:20:27,724 INFO Authenticate user amadmin via REST 2024-04-11 06:20:27,725 INFO [http_cmd]: curl -L --request POST "https://xlou.iam.xlou-cdm.engineeringpit.com/am/json/authenticate?realm=/" 2024-04-11 06:20:28,015 INFO [http_cmd]: http status code OK 2024-04-11 06:20:28,018 DEBUG --- status code --- 2024-04-11 06:20:28,018 DEBUG http status code is 200 (expected 200) 2024-04-11 06:20:28,018 DEBUG --- http response --- 2024-04-11 06:20:28,019 DEBUG { "tokenId": "SJuvIQPNwJrs5zE7R55FwwWQxVc.*AAJTSQACMDIAAlNLABx2SXVPQnNyeXhkOUdpZjdjNkU3NUI0VUpSNGc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*", "successUrl": "/am/console", "realm": "/" } 2024-04-11 06:20:28,022 INFO [LoginSession] Obtaining session info 2024-04-11 06:20:28,023 INFO [http_cmd]: curl -L --request POST "https://xlou.iam.xlou-cdm.engineeringpit.com/am/json/realms/root/sessions?_action=getSessionInfo" 2024-04-11 06:20:28,250 INFO [http_cmd]: http status code OK 2024-04-11 06:20:28,252 DEBUG --- status code --- 2024-04-11 06:20:28,252 DEBUG http status code is 200 (expected 200) 2024-04-11 06:20:28,252 DEBUG --- http response --- 2024-04-11 06:20:28,252 DEBUG { "username": "amadmin", "universalId": "id=amadmin,ou=user,ou=am-config", "realm": "/", "latestAccessTime": "2024-04-11T06:20:28Z", "maxIdleExpirationTime": "2024-04-11T06:23:28Z", "maxSessionExpirationTime": "2024-04-11T06:23:27Z", "properties": { "AMCtxId": "673ce4f0-33db-463f-a39e-7de1f8e0b949-193215402" } } 2024-04-11 06:20:28,278 INFO Obtain Oauth2 authz code via REST 2024-04-11 06:20:28,280 DEBUG Oauth2 authorize for access token 2024-04-11 06:20:28,284 INFO [http_cmd]: curl --request POST --cookie "amlbcookie=01" --cookie "iPlanetDirectoryPro=SJuvIQPNwJrs5zE7R55FwwWQxVc.*AAJTSQACMDIAAlNLABx2SXVPQnNyeXhkOUdpZjdjNkU3NUI0VUpSNGc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*" --cookie "route=1712816428.931.26974.449746|f60edb382037eb2df1e800d563ad78a7" --data '{"decision": "Allow", "csrf": "SJuvIQPNwJrs5zE7R55FwwWQxVc.*AAJTSQACMDIAAlNLABx2SXVPQnNyeXhkOUdpZjdjNkU3NUI0VUpSNGc9AAR0eXBlAANDVFMAAlMxAAIwMQ..*"}' "https://xlou.iam.xlou-cdm.engineeringpit.com/am/oauth2/authorize?client_id=smokeclient&scope=fr:idm:*&redirect_uri=https://fake.com&response_type=code&realm=/" 2024-04-11 06:20:28,548 INFO [http_cmd]: http status code OK 2024-04-11 06:20:28,549 DEBUG --- status code --- 2024-04-11 06:20:28,549 DEBUG http status code is 302 (expected 302) 2024-04-11 06:20:28,549 DEBUG --- http response --- 2024-04-11 06:20:28,551 DEBUG {'Date': 'Thu, 11 Apr 2024 06:20:28 GMT', 'Content-Length': '0', 'Connection': 'keep-alive', 'X-Frame-Options': 'SAMEORIGIN', 'X-Content-Type-Options': 'nosniff', 'Cache-Control': 'no-store', 'Location': 'https://fake.com?code=gIj3Ag9hmm5YnY35W_uAM5d5w4w&iss=https%3A%2F%2Fxlou.iam.xlou-cdm.engineeringpit.com%2Fam%2Foauth2&client_id=smokeclient', 'Pragma': 'no-cache', 'Set-Cookie': 'OAUTH_REQUEST_ATTRIBUTES=DELETED; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Path=/; Secure; HttpOnly; SameSite=none', 'Strict-Transport-Security': 'max-age=15724800; includeSubDomains'} 2024-04-11 06:20:28,551 DEBUG Oauth2 exchange authorize code for access token 2024-04-11 06:20:28,552 INFO [http_cmd]: curl -L --request POST --data '{"grant_type": "authorization_code", "redirect_uri": "https://fake.com", "client_id": "smokeclient", "code": "gIj3Ag9hmm5YnY35W_uAM5d5w4w"}' "https://xlou.iam.xlou-cdm.engineeringpit.com/am/oauth2/access_token?realm=/" 2024-04-11 06:20:28,659 INFO [http_cmd]: http status code OK 2024-04-11 06:20:28,660 DEBUG --- status code --- 2024-04-11 06:20:28,660 DEBUG http status code is 200 (expected 200) 2024-04-11 06:20:28,660 DEBUG --- http response --- 2024-04-11 06:20:28,660 DEBUG { "access_token": "pvneaS_J3-6gzNBDqMitXet-ygE", "scope": "fr:idm:*", "token_type": "Bearer", "expires_in": 3599 } 2024-04-11 06:20:28,686 INFO Additional check to sync/queue to ensure sync with DS is ok (see LODESTAR-1245) 2024-04-11 06:20:28,689 INFO [http_cmd]: curl -L --request GET "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/sync/queue?_queryFilter=true&_pageSize=1" 2024-04-11 06:20:28,959 INFO [http_cmd]: http status code OK 2024-04-11 06:20:28,959 DEBUG --- status code --- 2024-04-11 06:20:28,960 DEBUG http status code is 200 (expected 200) 2024-04-11 06:20:28,960 DEBUG --- http response --- 2024-04-11 06:20:28,960 DEBUG { "result": [], "resultCount": 0, "pagedResultsCookie": null, "totalPagedResultsPolicy": "NONE", "totalPagedResults": -1, "remainingPagedResults": -1 } 2024-04-11 06:20:28,964 INFO Try to create, query and delete a user 2024-04-11 06:20:28,965 INFO Create user idm_wokdsq6chw in IDM 2024-04-11 06:20:28,965 INFO [http_cmd]: curl --header "Authorization: Bearer pvneaS_J3-6gzNBDqMitXet-ygE" --header "Content-Type: application/json" --insecure -L --request POST --data '{"userName": "idm_wokdsq6chw", "givenName": "Peter", "sn": "Parker", "password": "T35tr0ck123", "telephoneNumber": "6669876987", "description": "IDM Test User", "roles": [], "mail": "idm_wokdsq6chw@forgerock.com"}' "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/managed/user?_action=create" 2024-04-11 06:20:29,263 INFO [http_cmd]: http status code OK 2024-04-11 06:20:29,263 DEBUG --- status code --- 2024-04-11 06:20:29,263 DEBUG http status code is 201 (expected [200, 201]) 2024-04-11 06:20:29,263 DEBUG --- http response --- 2024-04-11 06:20:29,263 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (34 lines): 2024-04-11 06:20:29,264 DEBUG ----- output ----- 2024-04-11 06:20:29,264 DEBUG { 2024-04-11 06:20:29,264 DEBUG "_id": "4fea3ac8-057a-4561-9936-d023053564e9", 2024-04-11 06:20:29,264 DEBUG "_rev": "95e94b6a-8f5f-4703-bee0-2f142d3ca1de-1007165", 2024-04-11 06:20:29,264 DEBUG "country": null, 2024-04-11 06:20:29,264 DEBUG "mail": "idm_wokdsq6chw@forgerock.com", 2024-04-11 06:20:29,264 DEBUG "memberOfOrgIDs": [], 2024-04-11 06:20:29,264 DEBUG "postalCode": null, 2024-04-11 06:20:29,264 DEBUG "profileImage": null, 2024-04-11 06:20:29,264 DEBUG "expireAccount": null, 2024-04-11 06:20:29,264 DEBUG "activeDate": null, 2024-04-11 06:20:29,264 DEBUG 2024-04-11 06:20:29,264 DEBUG 2024-04-11 06:20:29,264 DEBUG 2024-04-11 06:20:29,264 DEBUG [...] 2024-04-11 06:20:29,264 DEBUG 2024-04-11 06:20:29,264 DEBUG 2024-04-11 06:20:29,264 DEBUG 2024-04-11 06:20:29,264 DEBUG "aliasList": [], 2024-04-11 06:20:29,264 DEBUG "kbaInfo": [], 2024-04-11 06:20:29,264 DEBUG "inactiveDate": null, 2024-04-11 06:20:29,264 DEBUG "sn": "Parker", 2024-04-11 06:20:29,264 DEBUG "preferences": null, 2024-04-11 06:20:29,264 DEBUG "userName": "idm_wokdsq6chw", 2024-04-11 06:20:29,265 DEBUG "passwordLastChangedTime": "2024-04-11T06:20:29.116Z", 2024-04-11 06:20:29,265 DEBUG "effectiveRoles": [], 2024-04-11 06:20:29,265 DEBUG "activateAccount": null 2024-04-11 06:20:29,265 DEBUG } 2024-04-11 06:20:29,265 INFO Query IDM to verify UserID 4fea3ac8-057a-4561-9936-d023053564e9 is visible 2024-04-11 06:20:29,265 INFO [http_cmd]: curl --insecure -L --request GET "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/managed/user/4fea3ac8-057a-4561-9936-d023053564e9" 2024-04-11 06:20:29,498 INFO [http_cmd]: http status code OK 2024-04-11 06:20:29,499 DEBUG --- status code --- 2024-04-11 06:20:29,499 DEBUG http status code is 200 (expected 200) 2024-04-11 06:20:29,499 DEBUG --- http response --- 2024-04-11 06:20:29,504 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (34 lines): 2024-04-11 06:20:29,504 DEBUG ----- output ----- 2024-04-11 06:20:29,504 DEBUG { 2024-04-11 06:20:29,505 DEBUG "_id": "4fea3ac8-057a-4561-9936-d023053564e9", 2024-04-11 06:20:29,505 DEBUG "_rev": "95e94b6a-8f5f-4703-bee0-2f142d3ca1de-1007165", 2024-04-11 06:20:29,505 DEBUG "country": null, 2024-04-11 06:20:29,505 DEBUG "mail": "idm_wokdsq6chw@forgerock.com", 2024-04-11 06:20:29,505 DEBUG "memberOfOrgIDs": [], 2024-04-11 06:20:29,505 DEBUG "postalCode": null, 2024-04-11 06:20:29,505 DEBUG "profileImage": null, 2024-04-11 06:20:29,505 DEBUG "expireAccount": null, 2024-04-11 06:20:29,505 DEBUG "activeDate": null, 2024-04-11 06:20:29,505 DEBUG 2024-04-11 06:20:29,505 DEBUG 2024-04-11 06:20:29,505 DEBUG 2024-04-11 06:20:29,505 DEBUG [...] 2024-04-11 06:20:29,505 DEBUG 2024-04-11 06:20:29,505 DEBUG 2024-04-11 06:20:29,505 DEBUG 2024-04-11 06:20:29,505 DEBUG "aliasList": [], 2024-04-11 06:20:29,505 DEBUG "kbaInfo": [], 2024-04-11 06:20:29,505 DEBUG "inactiveDate": null, 2024-04-11 06:20:29,505 DEBUG "sn": "Parker", 2024-04-11 06:20:29,505 DEBUG "preferences": null, 2024-04-11 06:20:29,505 DEBUG "userName": "idm_wokdsq6chw", 2024-04-11 06:20:29,505 DEBUG "passwordLastChangedTime": "2024-04-11T06:20:29.116Z", 2024-04-11 06:20:29,505 DEBUG "effectiveRoles": [], 2024-04-11 06:20:29,505 DEBUG "activateAccount": null 2024-04-11 06:20:29,505 DEBUG } 2024-04-11 06:20:29,513 INFO Authenticate as user idm_wokdsq6chw 2024-04-11 06:20:29,514 INFO [http_cmd]: curl --insecure -L --request POST "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/authentication?_action=login" 2024-04-11 06:20:29,773 INFO [http_cmd]: http status code OK 2024-04-11 06:20:29,774 DEBUG --- status code --- 2024-04-11 06:20:29,774 DEBUG http status code is 200 (expected 200) 2024-04-11 06:20:29,774 DEBUG --- http response --- 2024-04-11 06:20:29,774 DEBUG { "_id": "login", "authorization": { "id": "anonymous", "roles": [ "internal/role/openidm-reg" ], "component": "internal/user" }, "authenticationId": "anonymous" } 2024-04-11 06:20:29,776 INFO [http_cmd]: curl --insecure -L --request DELETE "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/managed/user/4fea3ac8-057a-4561-9936-d023053564e9" 2024-04-11 06:20:30,080 INFO [http_cmd]: http status code OK 2024-04-11 06:20:30,081 DEBUG --- status code --- 2024-04-11 06:20:30,081 DEBUG http status code is 200 (expected 200) 2024-04-11 06:20:30,081 DEBUG --- http response --- 2024-04-11 06:20:30,082 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (34 lines): 2024-04-11 06:20:30,082 DEBUG ----- output ----- 2024-04-11 06:20:30,083 DEBUG { 2024-04-11 06:20:30,083 DEBUG "_id": "4fea3ac8-057a-4561-9936-d023053564e9", 2024-04-11 06:20:30,083 DEBUG "_rev": "95e94b6a-8f5f-4703-bee0-2f142d3ca1de-1007165", 2024-04-11 06:20:30,083 DEBUG "country": null, 2024-04-11 06:20:30,083 DEBUG "mail": "idm_wokdsq6chw@forgerock.com", 2024-04-11 06:20:30,083 DEBUG "memberOfOrgIDs": [], 2024-04-11 06:20:30,083 DEBUG "postalCode": null, 2024-04-11 06:20:30,083 DEBUG "profileImage": null, 2024-04-11 06:20:30,083 DEBUG "expireAccount": null, 2024-04-11 06:20:30,083 DEBUG "activeDate": null, 2024-04-11 06:20:30,083 DEBUG 2024-04-11 06:20:30,083 DEBUG 2024-04-11 06:20:30,083 DEBUG 2024-04-11 06:20:30,083 DEBUG [...] 2024-04-11 06:20:30,083 DEBUG 2024-04-11 06:20:30,083 DEBUG 2024-04-11 06:20:30,083 DEBUG 2024-04-11 06:20:30,083 DEBUG "aliasList": [], 2024-04-11 06:20:30,083 DEBUG "kbaInfo": [], 2024-04-11 06:20:30,083 DEBUG "inactiveDate": null, 2024-04-11 06:20:30,083 DEBUG "sn": "Parker", 2024-04-11 06:20:30,083 DEBUG "preferences": null, 2024-04-11 06:20:30,083 DEBUG "userName": "idm_wokdsq6chw", 2024-04-11 06:20:30,083 DEBUG "passwordLastChangedTime": "2024-04-11T06:20:29.116Z", 2024-04-11 06:20:30,083 DEBUG "effectiveRoles": [], 2024-04-11 06:20:30,083 DEBUG "activateAccount": null 2024-04-11 06:20:30,084 DEBUG } PASS : component idm is alive ________________________________________________________________________________ [2024-04-11 06:20:30] Verification-idm step4 : Record version ________________________________________________________________________________ 2024-04-11 06:20:30,113 INFO 2024-04-11 06:20:30,113 INFO ---------------------- Get IDM software version ---------------------- 2024-04-11 06:20:30,113 INFO Getting product version from https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/info/version 2024-04-11 06:20:30,114 INFO [http_cmd]: curl -L --request GET "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/info/version" 2024-04-11 06:20:30,365 INFO [http_cmd]: http status code OK 2024-04-11 06:20:30,365 DEBUG --- status code --- 2024-04-11 06:20:30,366 DEBUG http status code is 200 (expected 200) 2024-04-11 06:20:30,366 DEBUG --- http response --- 2024-04-11 06:20:30,366 DEBUG { "_id": "version", "productVersion": "7.6.0-SNAPSHOT", "productBuildDate": "20240409155559", "productRevision": "837ae72b84" } Version is 7.6.0-SNAPSHOT Revision is 837ae72b84 ________________________________________________________________________________ [2024-04-11 06:20:30] Verification-idm step5 : Checking pod restart counts ________________________________________________________________________________ 2024-04-11 06:20:30,369 INFO 2024-04-11 06:20:30,370 INFO ------------ Check pod idm-668d898cfd-2vqdm restart count ------------ 2024-04-11 06:20:30,370 INFO 2024-04-11 06:20:30,370 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pod idm-668d898cfd-2vqdm --output jsonpath={.status.containerStatuses[*].restartCount} 2024-04-11 06:20:30,370 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2024-04-11 06:20:30,772 INFO [loop_until]: OK (rc = 0) 2024-04-11 06:20:30,772 DEBUG --- stdout --- 2024-04-11 06:20:30,772 DEBUG 0 2024-04-11 06:20:30,772 DEBUG --- stderr --- 2024-04-11 06:20:30,772 DEBUG 2024-04-11 06:20:30,772 INFO Pod idm-668d898cfd-2vqdm has been restarted 0 times. SUCCESS : pod restart count (0) did not change between validation and verification phases 2024-04-11 06:20:30,772 INFO 2024-04-11 06:20:30,772 INFO ------------ Check pod idm-668d898cfd-st2t7 restart count ------------ 2024-04-11 06:20:30,773 INFO 2024-04-11 06:20:30,773 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pod idm-668d898cfd-st2t7 --output jsonpath={.status.containerStatuses[*].restartCount} 2024-04-11 06:20:30,773 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2024-04-11 06:20:31,165 INFO [loop_until]: OK (rc = 0) 2024-04-11 06:20:31,165 DEBUG --- stdout --- 2024-04-11 06:20:31,165 DEBUG 0 2024-04-11 06:20:31,165 DEBUG --- stderr --- 2024-04-11 06:20:31,165 DEBUG 2024-04-11 06:20:31,165 INFO Pod idm-668d898cfd-st2t7 has been restarted 0 times. SUCCESS : pod restart count (0) did not change between validation and verification phases ________________________________________________________________________________ [2024-04-11 06:20:31] Verification-idm post : Post method ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped