--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-10 05:48:40] Verification-idm pre : N/A ________________________________________________________________________________ [2024-04-10 05:48:40] - INFO: Timeout for this Task has changed to 14h (50400 seconds) [2024-04-10 05:48:40] - INFO: timeout was set to Task default (2x global_duration or 300 seconds (whatever is higher)), because it was unset ________________________________________________________________________________ [2024-04-10 05:48:40] Verification-idm step1 : Wait until pods are in Running state and check number of running pods ________________________________________________________________________________ 2024-04-10 05:48:40,265 INFO 2024-04-10 05:48:40,265 INFO --------------------- Get expected number of pods --------------------- 2024-04-10 05:48:40,265 INFO 2024-04-10 05:48:40,265 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-10 05:48:40,266 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2024-04-10 05:48:41,463 INFO [loop_until]: OK (rc = 0) 2024-04-10 05:48:41,463 DEBUG --- stdout --- 2024-04-10 05:48:41,463 DEBUG 2 2024-04-10 05:48:41,463 DEBUG --- stderr --- 2024-04-10 05:48:41,463 DEBUG 2024-04-10 05:48:41,464 INFO 2024-04-10 05:48:41,464 INFO -------------- Waiting for 2 expected pod(s) to be ready -------------- 2024-04-10 05:48:41,464 INFO 2024-04-10 05:48:41,464 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-10 05:48:41,464 INFO [loop_until]: (max_time=900, interval=30, expected_rc=[0] 2024-04-10 05:48:42,203 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2024-04-10 05:48:42,204 INFO [loop_until]: OK (rc = 0) 2024-04-10 05:48:42,204 DEBUG --- stdout --- 2024-04-10 05:48:42,204 DEBUG ready:2 replicas:2 2024-04-10 05:48:42,204 DEBUG --- stderr --- 2024-04-10 05:48:42,204 DEBUG ________________________________________________________________________________ [2024-04-10 05:48:42] Verification-idm step2 : Discovering pods ________________________________________________________________________________ 2024-04-10 05:48:42,205 INFO 2024-04-10 05:48:42,205 INFO --------------------- Get expected number of pods --------------------- 2024-04-10 05:48:42,206 INFO 2024-04-10 05:48:42,206 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-10 05:48:42,206 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2024-04-10 05:48:43,052 INFO [loop_until]: OK (rc = 0) 2024-04-10 05:48:43,053 DEBUG --- stdout --- 2024-04-10 05:48:43,053 DEBUG 2 2024-04-10 05:48:43,053 DEBUG --- stderr --- 2024-04-10 05:48:43,053 DEBUG 2024-04-10 05:48:43,053 INFO 2024-04-10 05:48:43,053 INFO ---------------------------- Get pod list ---------------------------- 2024-04-10 05:48:43,054 INFO 2024-04-10 05:48:43,054 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-10 05:48:43,054 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2024-04-10 05:48:44,181 INFO [loop_until]: Function succeeded after 1s (rc=0) - expected number of elements found 2024-04-10 05:48:44,181 INFO [loop_until]: OK (rc = 0) 2024-04-10 05:48:44,181 DEBUG --- stdout --- 2024-04-10 05:48:44,181 DEBUG idm-6bfb7c96cc-qklk9 idm-6bfb7c96cc-vsb58 2024-04-10 05:48:44,181 DEBUG --- stderr --- 2024-04-10 05:48:44,181 DEBUG ________________________________________________________________________________ [2024-04-10 05:48:44] Verification-idm step3 : Check component is alive ________________________________________________________________________________ 2024-04-10 05:48:44,182 INFO Livecheck to https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/info/ping 2024-04-10 05:48:44,182 INFO Set admin password: rr5arnD39QAlSD7SBflteSCz 2024-04-10 05:48:44,183 INFO [http_cmd]: curl -L --request GET "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/info/ping" 2024-04-10 05:48:44,420 INFO [http_cmd]: http status code OK 2024-04-10 05:48:44,420 DEBUG --- status code --- 2024-04-10 05:48:44,420 DEBUG http status code is 200 (expected 200) 2024-04-10 05:48:44,420 DEBUG --- http response --- 2024-04-10 05:48:44,420 DEBUG { "_id": "", "_rev": "", "shortDesc": "OpenIDM ready", "state": "ACTIVE_READY" } 2024-04-10 05:48:44,421 INFO [LoginSession] Get "access_token" token for user "amadmin" 2024-04-10 05:48:44,421 INFO [LoginSession] Obtaining new "access_token" token from server because it has expired 2024-04-10 05:48:44,421 INFO [LoginSession] Get "token_id" token for user "amadmin" 2024-04-10 05:48:44,421 INFO [LoginSession] Obtaining new "token_id" token from server because it has expired 2024-04-10 05:48:44,421 INFO Authenticate user amadmin via REST 2024-04-10 05:48:44,421 INFO [http_cmd]: curl -L --request POST "https://xlou.iam.xlou-cdm.engineeringpit.com/am/json/authenticate?realm=/" 2024-04-10 05:48:44,699 INFO [http_cmd]: http status code OK 2024-04-10 05:48:44,699 DEBUG --- status code --- 2024-04-10 05:48:44,699 DEBUG http status code is 200 (expected 200) 2024-04-10 05:48:44,699 DEBUG --- http response --- 2024-04-10 05:48:44,700 DEBUG { "tokenId": "4t0tt-_zPocGKdeg-pB2de23j2c.*AAJTSQACMDIAAlNLABxtak5ydUFqOGk1eFgwZFFZczlXeUdiMUJhdFk9AAR0eXBlAANDVFMAAlMxAAIwMQ..*", "successUrl": "/am/console", "realm": "/" } 2024-04-10 05:48:44,700 INFO [LoginSession] Obtaining session info 2024-04-10 05:48:44,701 INFO [http_cmd]: curl -L --request POST "https://xlou.iam.xlou-cdm.engineeringpit.com/am/json/realms/root/sessions?_action=getSessionInfo" 2024-04-10 05:48:44,982 INFO [http_cmd]: http status code OK 2024-04-10 05:48:44,982 DEBUG --- status code --- 2024-04-10 05:48:44,982 DEBUG http status code is 200 (expected 200) 2024-04-10 05:48:44,982 DEBUG --- http response --- 2024-04-10 05:48:44,982 DEBUG { "username": "amadmin", "universalId": "id=amadmin,ou=user,ou=am-config", "realm": "/", "latestAccessTime": "2024-04-10T05:48:44Z", "maxIdleExpirationTime": "2024-04-10T05:51:44Z", "maxSessionExpirationTime": "2024-04-10T05:51:43Z", "properties": { "AMCtxId": "e1c5cf0f-e09a-47e2-99e8-ac5088a4f56e-223201491" } } 2024-04-10 05:48:44,986 INFO Obtain Oauth2 authz code via REST 2024-04-10 05:48:44,986 DEBUG Oauth2 authorize for access token 2024-04-10 05:48:44,986 INFO [http_cmd]: curl --request POST --cookie "amlbcookie=01" --cookie "iPlanetDirectoryPro=4t0tt-_zPocGKdeg-pB2de23j2c.*AAJTSQACMDIAAlNLABxtak5ydUFqOGk1eFgwZFFZczlXeUdiMUJhdFk9AAR0eXBlAANDVFMAAlMxAAIwMQ..*" --cookie "route=1712728125.609.162106.635045|f60edb382037eb2df1e800d563ad78a7" --data '{"decision": "Allow", "csrf": "4t0tt-_zPocGKdeg-pB2de23j2c.*AAJTSQACMDIAAlNLABxtak5ydUFqOGk1eFgwZFFZczlXeUdiMUJhdFk9AAR0eXBlAANDVFMAAlMxAAIwMQ..*"}' "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-10 05:48:45,257 INFO [http_cmd]: http status code OK 2024-04-10 05:48:45,257 DEBUG --- status code --- 2024-04-10 05:48:45,258 DEBUG http status code is 302 (expected 302) 2024-04-10 05:48:45,258 DEBUG --- http response --- 2024-04-10 05:48:45,258 DEBUG {'Date': 'Wed, 10 Apr 2024 05:48:45 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=HIZV7CStcs_INJVAfr3IQ-R6c3s&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-10 05:48:45,258 DEBUG Oauth2 exchange authorize code for access token 2024-04-10 05:48:45,258 INFO [http_cmd]: curl -L --request POST --data '{"grant_type": "authorization_code", "redirect_uri": "https://fake.com", "client_id": "smokeclient", "code": "HIZV7CStcs_INJVAfr3IQ-R6c3s"}' "https://xlou.iam.xlou-cdm.engineeringpit.com/am/oauth2/access_token?realm=/" 2024-04-10 05:48:45,359 INFO [http_cmd]: http status code OK 2024-04-10 05:48:45,360 DEBUG --- status code --- 2024-04-10 05:48:45,360 DEBUG http status code is 200 (expected 200) 2024-04-10 05:48:45,360 DEBUG --- http response --- 2024-04-10 05:48:45,360 DEBUG { "access_token": "c9DJvuElgEw5MBCwbome717SwvU", "scope": "fr:idm:*", "token_type": "Bearer", "expires_in": 3599 } 2024-04-10 05:48:45,363 INFO Additional check to sync/queue to ensure sync with DS is ok (see LODESTAR-1245) 2024-04-10 05:48:45,384 INFO [http_cmd]: curl -L --request GET "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/sync/queue?_queryFilter=true&_pageSize=1" 2024-04-10 05:48:45,691 INFO [http_cmd]: http status code OK 2024-04-10 05:48:45,691 DEBUG --- status code --- 2024-04-10 05:48:45,692 DEBUG http status code is 200 (expected 200) 2024-04-10 05:48:45,692 DEBUG --- http response --- 2024-04-10 05:48:45,693 DEBUG { "result": [], "resultCount": 0, "pagedResultsCookie": null, "totalPagedResultsPolicy": "NONE", "totalPagedResults": -1, "remainingPagedResults": -1 } 2024-04-10 05:48:45,696 INFO Try to create, query and delete a user 2024-04-10 05:48:45,697 INFO Create user idm_p1uiku32p9 in IDM 2024-04-10 05:48:45,699 INFO [http_cmd]: curl --header "Authorization: Bearer c9DJvuElgEw5MBCwbome717SwvU" --header "Content-Type: application/json" --insecure -L --request POST --data '{"userName": "idm_p1uiku32p9", "givenName": "Peter", "sn": "Parker", "password": "T35tr0ck123", "telephoneNumber": "6669876987", "description": "IDM Test User", "roles": [], "mail": "idm_p1uiku32p9@forgerock.com"}' "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/managed/user?_action=create" 2024-04-10 05:48:46,084 INFO [http_cmd]: http status code OK 2024-04-10 05:48:46,084 DEBUG --- status code --- 2024-04-10 05:48:46,084 DEBUG http status code is 201 (expected [200, 201]) 2024-04-10 05:48:46,084 DEBUG --- http response --- 2024-04-10 05:48:46,085 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (34 lines): 2024-04-10 05:48:46,085 DEBUG ----- output ----- 2024-04-10 05:48:46,085 DEBUG { 2024-04-10 05:48:46,085 DEBUG "_id": "1500148a-3666-4d41-82da-15b80496e504", 2024-04-10 05:48:46,085 DEBUG "_rev": "19b49001-1866-4e35-b460-9fb49c7cc3be-1011228", 2024-04-10 05:48:46,085 DEBUG "country": null, 2024-04-10 05:48:46,085 DEBUG "mail": "idm_p1uiku32p9@forgerock.com", 2024-04-10 05:48:46,085 DEBUG "memberOfOrgIDs": [], 2024-04-10 05:48:46,085 DEBUG "postalCode": null, 2024-04-10 05:48:46,085 DEBUG "profileImage": null, 2024-04-10 05:48:46,086 DEBUG "expireAccount": null, 2024-04-10 05:48:46,086 DEBUG "activeDate": null, 2024-04-10 05:48:46,086 DEBUG 2024-04-10 05:48:46,086 DEBUG 2024-04-10 05:48:46,086 DEBUG 2024-04-10 05:48:46,086 DEBUG [...] 2024-04-10 05:48:46,086 DEBUG 2024-04-10 05:48:46,086 DEBUG 2024-04-10 05:48:46,086 DEBUG 2024-04-10 05:48:46,086 DEBUG "aliasList": [], 2024-04-10 05:48:46,086 DEBUG "kbaInfo": [], 2024-04-10 05:48:46,086 DEBUG "inactiveDate": null, 2024-04-10 05:48:46,086 DEBUG "sn": "Parker", 2024-04-10 05:48:46,086 DEBUG "preferences": null, 2024-04-10 05:48:46,086 DEBUG "userName": "idm_p1uiku32p9", 2024-04-10 05:48:46,086 DEBUG "passwordLastChangedTime": "2024-04-10T05:48:45.931Z", 2024-04-10 05:48:46,086 DEBUG "effectiveRoles": [], 2024-04-10 05:48:46,086 DEBUG "activateAccount": null 2024-04-10 05:48:46,086 DEBUG } 2024-04-10 05:48:46,087 INFO Query IDM to verify UserID 1500148a-3666-4d41-82da-15b80496e504 is visible 2024-04-10 05:48:46,087 INFO [http_cmd]: curl --insecure -L --request GET "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/managed/user/1500148a-3666-4d41-82da-15b80496e504" 2024-04-10 05:48:46,307 INFO [http_cmd]: http status code OK 2024-04-10 05:48:46,307 DEBUG --- status code --- 2024-04-10 05:48:46,307 DEBUG http status code is 200 (expected 200) 2024-04-10 05:48:46,307 DEBUG --- http response --- 2024-04-10 05:48:46,308 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (34 lines): 2024-04-10 05:48:46,308 DEBUG ----- output ----- 2024-04-10 05:48:46,308 DEBUG { 2024-04-10 05:48:46,308 DEBUG "_id": "1500148a-3666-4d41-82da-15b80496e504", 2024-04-10 05:48:46,308 DEBUG "_rev": "19b49001-1866-4e35-b460-9fb49c7cc3be-1011228", 2024-04-10 05:48:46,308 DEBUG "country": null, 2024-04-10 05:48:46,308 DEBUG "mail": "idm_p1uiku32p9@forgerock.com", 2024-04-10 05:48:46,308 DEBUG "memberOfOrgIDs": [], 2024-04-10 05:48:46,308 DEBUG "postalCode": null, 2024-04-10 05:48:46,308 DEBUG "profileImage": null, 2024-04-10 05:48:46,308 DEBUG "expireAccount": null, 2024-04-10 05:48:46,308 DEBUG "activeDate": null, 2024-04-10 05:48:46,308 DEBUG 2024-04-10 05:48:46,308 DEBUG 2024-04-10 05:48:46,308 DEBUG 2024-04-10 05:48:46,308 DEBUG [...] 2024-04-10 05:48:46,309 DEBUG 2024-04-10 05:48:46,309 DEBUG 2024-04-10 05:48:46,309 DEBUG 2024-04-10 05:48:46,309 DEBUG "aliasList": [], 2024-04-10 05:48:46,309 DEBUG "kbaInfo": [], 2024-04-10 05:48:46,309 DEBUG "inactiveDate": null, 2024-04-10 05:48:46,309 DEBUG "sn": "Parker", 2024-04-10 05:48:46,309 DEBUG "preferences": null, 2024-04-10 05:48:46,309 DEBUG "userName": "idm_p1uiku32p9", 2024-04-10 05:48:46,309 DEBUG "passwordLastChangedTime": "2024-04-10T05:48:45.931Z", 2024-04-10 05:48:46,309 DEBUG "effectiveRoles": [], 2024-04-10 05:48:46,309 DEBUG "activateAccount": null 2024-04-10 05:48:46,309 DEBUG } 2024-04-10 05:48:46,310 INFO Authenticate as user idm_p1uiku32p9 2024-04-10 05:48:46,311 INFO [http_cmd]: curl --insecure -L --request POST "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/authentication?_action=login" 2024-04-10 05:48:46,534 INFO [http_cmd]: http status code OK 2024-04-10 05:48:46,534 DEBUG --- status code --- 2024-04-10 05:48:46,534 DEBUG http status code is 200 (expected 200) 2024-04-10 05:48:46,534 DEBUG --- http response --- 2024-04-10 05:48:46,534 DEBUG { "_id": "login", "authorization": { "id": "anonymous", "roles": [ "internal/role/openidm-reg" ], "component": "internal/user" }, "authenticationId": "anonymous" } 2024-04-10 05:48:46,548 INFO [http_cmd]: curl --insecure -L --request DELETE "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/managed/user/1500148a-3666-4d41-82da-15b80496e504" 2024-04-10 05:48:46,807 INFO [http_cmd]: http status code OK 2024-04-10 05:48:46,824 DEBUG --- status code --- 2024-04-10 05:48:46,824 DEBUG http status code is 200 (expected 200) 2024-04-10 05:48:46,824 DEBUG --- http response --- 2024-04-10 05:48:46,825 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (34 lines): 2024-04-10 05:48:46,825 DEBUG ----- output ----- 2024-04-10 05:48:46,825 DEBUG { 2024-04-10 05:48:46,825 DEBUG "_id": "1500148a-3666-4d41-82da-15b80496e504", 2024-04-10 05:48:46,825 DEBUG "_rev": "19b49001-1866-4e35-b460-9fb49c7cc3be-1011228", 2024-04-10 05:48:46,825 DEBUG "country": null, 2024-04-10 05:48:46,825 DEBUG "mail": "idm_p1uiku32p9@forgerock.com", 2024-04-10 05:48:46,826 DEBUG "memberOfOrgIDs": [], 2024-04-10 05:48:46,826 DEBUG "postalCode": null, 2024-04-10 05:48:46,826 DEBUG "profileImage": null, 2024-04-10 05:48:46,826 DEBUG "expireAccount": null, 2024-04-10 05:48:46,826 DEBUG "activeDate": null, 2024-04-10 05:48:46,826 DEBUG 2024-04-10 05:48:46,826 DEBUG 2024-04-10 05:48:46,826 DEBUG 2024-04-10 05:48:46,826 DEBUG [...] 2024-04-10 05:48:46,826 DEBUG 2024-04-10 05:48:46,826 DEBUG 2024-04-10 05:48:46,826 DEBUG 2024-04-10 05:48:46,826 DEBUG "aliasList": [], 2024-04-10 05:48:46,826 DEBUG "kbaInfo": [], 2024-04-10 05:48:46,826 DEBUG "inactiveDate": null, 2024-04-10 05:48:46,826 DEBUG "sn": "Parker", 2024-04-10 05:48:46,826 DEBUG "preferences": null, 2024-04-10 05:48:46,826 DEBUG "userName": "idm_p1uiku32p9", 2024-04-10 05:48:46,826 DEBUG "passwordLastChangedTime": "2024-04-10T05:48:45.931Z", 2024-04-10 05:48:46,826 DEBUG "effectiveRoles": [], 2024-04-10 05:48:46,826 DEBUG "activateAccount": null 2024-04-10 05:48:46,826 DEBUG } PASS : component idm is alive ________________________________________________________________________________ [2024-04-10 05:48:46] Verification-idm step4 : Record version ________________________________________________________________________________ 2024-04-10 05:48:46,903 INFO 2024-04-10 05:48:46,903 INFO ---------------------- Get IDM software version ---------------------- 2024-04-10 05:48:46,903 INFO Getting product version from https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/info/version 2024-04-10 05:48:46,904 INFO [http_cmd]: curl -L --request GET "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/info/version" 2024-04-10 05:48:47,172 INFO [http_cmd]: http status code OK 2024-04-10 05:48:47,172 DEBUG --- status code --- 2024-04-10 05:48:47,172 DEBUG http status code is 200 (expected 200) 2024-04-10 05:48:47,172 DEBUG --- http response --- 2024-04-10 05:48:47,173 DEBUG { "_id": "version", "productVersion": "7.6.0-SNAPSHOT", "productBuildDate": "20240409083519", "productRevision": "5a54de0b49" } Version is 7.6.0-SNAPSHOT Revision is 5a54de0b49 ________________________________________________________________________________ [2024-04-10 05:48:47] Verification-idm step5 : Checking pod restart counts ________________________________________________________________________________ 2024-04-10 05:48:47,177 INFO 2024-04-10 05:48:47,177 INFO ------------ Check pod idm-6bfb7c96cc-qklk9 restart count ------------ 2024-04-10 05:48:47,177 INFO 2024-04-10 05:48:47,177 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pod idm-6bfb7c96cc-qklk9 --output jsonpath={.status.containerStatuses[*].restartCount} 2024-04-10 05:48:47,177 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2024-04-10 05:48:47,571 INFO [loop_until]: OK (rc = 0) 2024-04-10 05:48:47,572 DEBUG --- stdout --- 2024-04-10 05:48:47,572 DEBUG 0 2024-04-10 05:48:47,572 DEBUG --- stderr --- 2024-04-10 05:48:47,572 DEBUG 2024-04-10 05:48:47,572 INFO Pod idm-6bfb7c96cc-qklk9 has been restarted 0 times. SUCCESS : pod restart count (0) did not change between validation and verification phases 2024-04-10 05:48:47,572 INFO 2024-04-10 05:48:47,572 INFO ------------ Check pod idm-6bfb7c96cc-vsb58 restart count ------------ 2024-04-10 05:48:47,572 INFO 2024-04-10 05:48:47,573 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pod idm-6bfb7c96cc-vsb58 --output jsonpath={.status.containerStatuses[*].restartCount} 2024-04-10 05:48:47,573 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2024-04-10 05:48:47,959 INFO [loop_until]: OK (rc = 0) 2024-04-10 05:48:47,959 DEBUG --- stdout --- 2024-04-10 05:48:47,959 DEBUG 0 2024-04-10 05:48:47,960 DEBUG --- stderr --- 2024-04-10 05:48:47,960 DEBUG 2024-04-10 05:48:47,960 INFO Pod idm-6bfb7c96cc-vsb58 has been restarted 0 times. SUCCESS : pod restart count (0) did not change between validation and verification phases ________________________________________________________________________________ [2024-04-10 05:48:47] Verification-idm post : Post method ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped