--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-13 02:24:15] Verification-idm pre : N/A ________________________________________________________________________________ [2024-04-13 02:24:15] - INFO: Timeout for this Task has changed to 12h (43200 seconds) [2024-04-13 02:24:15] - INFO: timeout was set to Task default (2x global_duration or 300 seconds (whatever is higher)), because it was unset ________________________________________________________________________________ [2024-04-13 02:24:15] Verification-idm step1 : Wait until pods are in Running state and check number of running pods ________________________________________________________________________________ 2024-04-13 02:24:15,219 INFO 2024-04-13 02:24:15,219 INFO --------------------- Get expected number of pods --------------------- 2024-04-13 02:24:15,220 INFO 2024-04-13 02:24:15,220 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-13 02:24:15,220 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2024-04-13 02:24:16,378 INFO [loop_until]: OK (rc = 0) 2024-04-13 02:24:16,378 DEBUG --- stdout --- 2024-04-13 02:24:16,379 DEBUG 2 2024-04-13 02:24:16,379 DEBUG --- stderr --- 2024-04-13 02:24:16,379 DEBUG 2024-04-13 02:24:16,379 INFO 2024-04-13 02:24:16,380 INFO -------------- Waiting for 2 expected pod(s) to be ready -------------- 2024-04-13 02:24:16,380 INFO 2024-04-13 02:24:16,380 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-13 02:24:16,380 INFO [loop_until]: (max_time=900, interval=30, expected_rc=[0] 2024-04-13 02:24:17,276 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2024-04-13 02:24:17,276 INFO [loop_until]: OK (rc = 0) 2024-04-13 02:24:17,276 DEBUG --- stdout --- 2024-04-13 02:24:17,276 DEBUG ready:2 replicas:2 2024-04-13 02:24:17,276 DEBUG --- stderr --- 2024-04-13 02:24:17,276 DEBUG ________________________________________________________________________________ [2024-04-13 02:24:17] Verification-idm step2 : Discovering pods ________________________________________________________________________________ 2024-04-13 02:24:17,277 INFO 2024-04-13 02:24:17,277 INFO --------------------- Get expected number of pods --------------------- 2024-04-13 02:24:17,278 INFO 2024-04-13 02:24:17,278 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-13 02:24:17,278 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2024-04-13 02:24:18,123 INFO [loop_until]: OK (rc = 0) 2024-04-13 02:24:18,125 DEBUG --- stdout --- 2024-04-13 02:24:18,125 DEBUG 2 2024-04-13 02:24:18,125 DEBUG --- stderr --- 2024-04-13 02:24:18,126 DEBUG 2024-04-13 02:24:18,127 INFO 2024-04-13 02:24:18,127 INFO ---------------------------- Get pod list ---------------------------- 2024-04-13 02:24:18,127 INFO 2024-04-13 02:24:18,128 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-13 02:24:18,128 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 2024-04-13 02:24:18,834 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2024-04-13 02:24:18,834 INFO [loop_until]: OK (rc = 0) 2024-04-13 02:24:18,834 DEBUG --- stdout --- 2024-04-13 02:24:18,834 DEBUG idm-b85f9d978-b559t idm-b85f9d978-dz57p 2024-04-13 02:24:18,834 DEBUG --- stderr --- 2024-04-13 02:24:18,834 DEBUG ________________________________________________________________________________ [2024-04-13 02:24:18] Verification-idm step3 : Check component is alive ________________________________________________________________________________ 2024-04-13 02:24:18,835 INFO Livecheck to https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/info/ping 2024-04-13 02:24:18,835 INFO Set admin password: ss27M4ZWyrACbbta8g89KgpM 2024-04-13 02:24:18,837 INFO [http_cmd]: curl -L --request GET "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/info/ping" 2024-04-13 02:24:19,113 INFO [http_cmd]: http status code OK 2024-04-13 02:24:19,113 DEBUG --- status code --- 2024-04-13 02:24:19,113 DEBUG http status code is 200 (expected 200) 2024-04-13 02:24:19,113 DEBUG --- http response --- 2024-04-13 02:24:19,114 DEBUG { "_id": "", "_rev": "", "shortDesc": "OpenIDM ready", "state": "ACTIVE_READY" } 2024-04-13 02:24:19,114 INFO [LoginSession] Get "access_token" token for user "amadmin" 2024-04-13 02:24:19,114 INFO [LoginSession] Obtaining new "access_token" token from server because it has expired 2024-04-13 02:24:19,114 INFO [LoginSession] Get "token_id" token for user "amadmin" 2024-04-13 02:24:19,114 INFO [LoginSession] Obtaining new "token_id" token from server because it has expired 2024-04-13 02:24:19,114 INFO Authenticate user amadmin via REST 2024-04-13 02:24:19,114 INFO [http_cmd]: curl -L --request POST "https://xlou.iam.xlou-cdm.engineeringpit.com/am/json/authenticate?realm=/" 2024-04-13 02:24:19,341 INFO [http_cmd]: http status code OK 2024-04-13 02:24:19,341 DEBUG --- status code --- 2024-04-13 02:24:19,341 DEBUG http status code is 200 (expected 200) 2024-04-13 02:24:19,341 DEBUG --- http response --- 2024-04-13 02:24:19,341 DEBUG { "tokenId": "OTeuYrnbK3JOzhKcYS7v8_jxZaM.*AAJTSQACMDIAAlNLABxZMHBwK2p2M2gxaWZBQW5XL0gvaVFEZURDSU09AAR0eXBlAANDVFMAAlMxAAIwMQ..*", "successUrl": "/am/console", "realm": "/" } 2024-04-13 02:24:19,342 INFO [LoginSession] Obtaining session info 2024-04-13 02:24:19,342 INFO [http_cmd]: curl -L --request POST "https://xlou.iam.xlou-cdm.engineeringpit.com/am/json/realms/root/sessions?_action=getSessionInfo" 2024-04-13 02:24:19,561 INFO [http_cmd]: http status code OK 2024-04-13 02:24:19,561 DEBUG --- status code --- 2024-04-13 02:24:19,561 DEBUG http status code is 200 (expected 200) 2024-04-13 02:24:19,561 DEBUG --- http response --- 2024-04-13 02:24:19,561 DEBUG { "username": "amadmin", "universalId": "id=amadmin,ou=user,ou=am-config", "realm": "/", "latestAccessTime": "2024-04-13T02:24:19Z", "maxIdleExpirationTime": "2024-04-13T02:27:19Z", "maxSessionExpirationTime": "2024-04-13T02:27:18Z", "properties": { "AMCtxId": "b93c1dc0-ec6a-4532-ae7d-8b702af2ad3c-385673948" } } 2024-04-13 02:24:19,565 INFO Obtain Oauth2 authz code via REST 2024-04-13 02:24:19,565 DEBUG Oauth2 authorize for access token 2024-04-13 02:24:19,565 INFO [http_cmd]: curl --request POST --cookie "amlbcookie=01" --cookie "iPlanetDirectoryPro=OTeuYrnbK3JOzhKcYS7v8_jxZaM.*AAJTSQACMDIAAlNLABxZMHBwK2p2M2gxaWZBQW5XL0gvaVFEZURDSU09AAR0eXBlAANDVFMAAlMxAAIwMQ..*" --cookie "route=1712975060.297.38548.642134|f60edb382037eb2df1e800d563ad78a7" --data '{"decision": "Allow", "csrf": "OTeuYrnbK3JOzhKcYS7v8_jxZaM.*AAJTSQACMDIAAlNLABxZMHBwK2p2M2gxaWZBQW5XL0gvaVFEZURDSU09AAR0eXBlAANDVFMAAlMxAAIwMQ..*"}' "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-13 02:24:19,803 INFO [http_cmd]: http status code OK 2024-04-13 02:24:19,803 DEBUG --- status code --- 2024-04-13 02:24:19,803 DEBUG http status code is 302 (expected 302) 2024-04-13 02:24:19,803 DEBUG --- http response --- 2024-04-13 02:24:19,803 DEBUG {'Date': 'Sat, 13 Apr 2024 02:24:19 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=Gp-BjUBTYgO8322yZRfObgjZ7mk&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-13 02:24:19,804 DEBUG Oauth2 exchange authorize code for access token 2024-04-13 02:24:19,804 INFO [http_cmd]: curl -L --request POST --data '{"grant_type": "authorization_code", "redirect_uri": "https://fake.com", "client_id": "smokeclient", "code": "Gp-BjUBTYgO8322yZRfObgjZ7mk"}' "https://xlou.iam.xlou-cdm.engineeringpit.com/am/oauth2/access_token?realm=/" 2024-04-13 02:24:19,900 INFO [http_cmd]: http status code OK 2024-04-13 02:24:19,910 DEBUG --- status code --- 2024-04-13 02:24:19,911 DEBUG http status code is 200 (expected 200) 2024-04-13 02:24:19,911 DEBUG --- http response --- 2024-04-13 02:24:19,912 DEBUG { "access_token": "KVlc9yAH8Fiaf3d5OJS58ysPQkw", "scope": "fr:idm:*", "token_type": "Bearer", "expires_in": 3599 } 2024-04-13 02:24:19,918 INFO Additional check to sync/queue to ensure sync with DS is ok (see LODESTAR-1245) 2024-04-13 02:24:19,925 INFO [http_cmd]: curl -L --request GET "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/sync/queue?_queryFilter=true&_pageSize=1" 2024-04-13 02:24:20,203 INFO [http_cmd]: http status code OK 2024-04-13 02:24:20,203 DEBUG --- status code --- 2024-04-13 02:24:20,203 DEBUG http status code is 200 (expected 200) 2024-04-13 02:24:20,203 DEBUG --- http response --- 2024-04-13 02:24:20,203 DEBUG { "result": [], "resultCount": 0, "pagedResultsCookie": null, "totalPagedResultsPolicy": "NONE", "totalPagedResults": -1, "remainingPagedResults": -1 } 2024-04-13 02:24:20,209 INFO Try to create, query and delete a user 2024-04-13 02:24:20,213 INFO Create user idm_ndlbyrq4q5 in IDM 2024-04-13 02:24:20,214 INFO [http_cmd]: curl --header "Authorization: Bearer KVlc9yAH8Fiaf3d5OJS58ysPQkw" --header "Content-Type: application/json" --insecure -L --request POST --data '{"userName": "idm_ndlbyrq4q5", "givenName": "Peter", "sn": "Parker", "password": "T35tr0ck123", "telephoneNumber": "6669876987", "description": "IDM Test User", "roles": [], "mail": "idm_ndlbyrq4q5@forgerock.com"}' "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/managed/user?_action=create" 2024-04-13 02:24:20,488 INFO [http_cmd]: http status code OK 2024-04-13 02:24:20,488 DEBUG --- status code --- 2024-04-13 02:24:20,488 DEBUG http status code is 201 (expected [200, 201]) 2024-04-13 02:24:20,488 DEBUG --- http response --- 2024-04-13 02:24:20,489 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (34 lines): 2024-04-13 02:24:20,489 DEBUG ----- output ----- 2024-04-13 02:24:20,489 DEBUG { 2024-04-13 02:24:20,489 DEBUG "_id": "8af90a3d-5c87-4010-a5e8-6b2d25d19e1a", 2024-04-13 02:24:20,489 DEBUG "_rev": "c98c90e0-633d-4fe0-9250-a9e8b604eec0-1013903", 2024-04-13 02:24:20,489 DEBUG "country": null, 2024-04-13 02:24:20,489 DEBUG "mail": "idm_ndlbyrq4q5@forgerock.com", 2024-04-13 02:24:20,489 DEBUG "memberOfOrgIDs": [], 2024-04-13 02:24:20,489 DEBUG "postalCode": null, 2024-04-13 02:24:20,489 DEBUG "profileImage": null, 2024-04-13 02:24:20,489 DEBUG "expireAccount": null, 2024-04-13 02:24:20,489 DEBUG "activeDate": null, 2024-04-13 02:24:20,489 DEBUG 2024-04-13 02:24:20,489 DEBUG 2024-04-13 02:24:20,489 DEBUG 2024-04-13 02:24:20,489 DEBUG [...] 2024-04-13 02:24:20,489 DEBUG 2024-04-13 02:24:20,489 DEBUG 2024-04-13 02:24:20,489 DEBUG 2024-04-13 02:24:20,489 DEBUG "aliasList": [], 2024-04-13 02:24:20,489 DEBUG "kbaInfo": [], 2024-04-13 02:24:20,489 DEBUG "inactiveDate": null, 2024-04-13 02:24:20,489 DEBUG "sn": "Parker", 2024-04-13 02:24:20,489 DEBUG "preferences": null, 2024-04-13 02:24:20,489 DEBUG "userName": "idm_ndlbyrq4q5", 2024-04-13 02:24:20,489 DEBUG "passwordLastChangedTime": "2024-04-13T02:24:20.373Z", 2024-04-13 02:24:20,489 DEBUG "effectiveRoles": [], 2024-04-13 02:24:20,489 DEBUG "activateAccount": null 2024-04-13 02:24:20,489 DEBUG } 2024-04-13 02:24:20,490 INFO Query IDM to verify UserID 8af90a3d-5c87-4010-a5e8-6b2d25d19e1a is visible 2024-04-13 02:24:20,490 INFO [http_cmd]: curl --insecure -L --request GET "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/managed/user/8af90a3d-5c87-4010-a5e8-6b2d25d19e1a" 2024-04-13 02:24:20,701 INFO [http_cmd]: http status code OK 2024-04-13 02:24:20,702 DEBUG --- status code --- 2024-04-13 02:24:20,702 DEBUG http status code is 200 (expected 200) 2024-04-13 02:24:20,702 DEBUG --- http response --- 2024-04-13 02:24:20,702 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (34 lines): 2024-04-13 02:24:20,702 DEBUG ----- output ----- 2024-04-13 02:24:20,702 DEBUG { 2024-04-13 02:24:20,702 DEBUG "_id": "8af90a3d-5c87-4010-a5e8-6b2d25d19e1a", 2024-04-13 02:24:20,702 DEBUG "_rev": "c98c90e0-633d-4fe0-9250-a9e8b604eec0-1013903", 2024-04-13 02:24:20,702 DEBUG "country": null, 2024-04-13 02:24:20,702 DEBUG "mail": "idm_ndlbyrq4q5@forgerock.com", 2024-04-13 02:24:20,702 DEBUG "memberOfOrgIDs": [], 2024-04-13 02:24:20,702 DEBUG "postalCode": null, 2024-04-13 02:24:20,702 DEBUG "profileImage": null, 2024-04-13 02:24:20,702 DEBUG "expireAccount": null, 2024-04-13 02:24:20,702 DEBUG "activeDate": null, 2024-04-13 02:24:20,703 DEBUG 2024-04-13 02:24:20,703 DEBUG 2024-04-13 02:24:20,703 DEBUG 2024-04-13 02:24:20,703 DEBUG [...] 2024-04-13 02:24:20,703 DEBUG 2024-04-13 02:24:20,703 DEBUG 2024-04-13 02:24:20,703 DEBUG 2024-04-13 02:24:20,703 DEBUG "aliasList": [], 2024-04-13 02:24:20,703 DEBUG "kbaInfo": [], 2024-04-13 02:24:20,703 DEBUG "inactiveDate": null, 2024-04-13 02:24:20,703 DEBUG "sn": "Parker", 2024-04-13 02:24:20,703 DEBUG "preferences": null, 2024-04-13 02:24:20,703 DEBUG "userName": "idm_ndlbyrq4q5", 2024-04-13 02:24:20,703 DEBUG "passwordLastChangedTime": "2024-04-13T02:24:20.373Z", 2024-04-13 02:24:20,703 DEBUG "effectiveRoles": [], 2024-04-13 02:24:20,703 DEBUG "activateAccount": null 2024-04-13 02:24:20,703 DEBUG } 2024-04-13 02:24:20,703 INFO Authenticate as user idm_ndlbyrq4q5 2024-04-13 02:24:20,704 INFO [http_cmd]: curl --insecure -L --request POST "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/authentication?_action=login" 2024-04-13 02:24:20,930 INFO [http_cmd]: http status code OK 2024-04-13 02:24:20,931 DEBUG --- status code --- 2024-04-13 02:24:20,935 DEBUG http status code is 200 (expected 200) 2024-04-13 02:24:20,936 DEBUG --- http response --- 2024-04-13 02:24:20,940 DEBUG { "_id": "login", "authorization": { "id": "anonymous", "roles": [ "internal/role/openidm-reg" ], "component": "internal/user" }, "authenticationId": "anonymous" } 2024-04-13 02:24:20,944 INFO [http_cmd]: curl --insecure -L --request DELETE "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/managed/user/8af90a3d-5c87-4010-a5e8-6b2d25d19e1a" 2024-04-13 02:24:21,349 INFO [http_cmd]: http status code OK 2024-04-13 02:24:21,349 DEBUG --- status code --- 2024-04-13 02:24:21,349 DEBUG http status code is 200 (expected 200) 2024-04-13 02:24:21,350 DEBUG --- http response --- 2024-04-13 02:24:21,350 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (34 lines): 2024-04-13 02:24:21,350 DEBUG ----- output ----- 2024-04-13 02:24:21,350 DEBUG { 2024-04-13 02:24:21,350 DEBUG "_id": "8af90a3d-5c87-4010-a5e8-6b2d25d19e1a", 2024-04-13 02:24:21,350 DEBUG "_rev": "c98c90e0-633d-4fe0-9250-a9e8b604eec0-1013903", 2024-04-13 02:24:21,350 DEBUG "country": null, 2024-04-13 02:24:21,350 DEBUG "mail": "idm_ndlbyrq4q5@forgerock.com", 2024-04-13 02:24:21,350 DEBUG "memberOfOrgIDs": [], 2024-04-13 02:24:21,350 DEBUG "postalCode": null, 2024-04-13 02:24:21,351 DEBUG "profileImage": null, 2024-04-13 02:24:21,351 DEBUG "expireAccount": null, 2024-04-13 02:24:21,351 DEBUG "activeDate": null, 2024-04-13 02:24:21,351 DEBUG 2024-04-13 02:24:21,351 DEBUG 2024-04-13 02:24:21,351 DEBUG 2024-04-13 02:24:21,351 DEBUG [...] 2024-04-13 02:24:21,351 DEBUG 2024-04-13 02:24:21,351 DEBUG 2024-04-13 02:24:21,351 DEBUG 2024-04-13 02:24:21,351 DEBUG "aliasList": [], 2024-04-13 02:24:21,351 DEBUG "kbaInfo": [], 2024-04-13 02:24:21,351 DEBUG "inactiveDate": null, 2024-04-13 02:24:21,351 DEBUG "sn": "Parker", 2024-04-13 02:24:21,351 DEBUG "preferences": null, 2024-04-13 02:24:21,351 DEBUG "userName": "idm_ndlbyrq4q5", 2024-04-13 02:24:21,351 DEBUG "passwordLastChangedTime": "2024-04-13T02:24:20.373Z", 2024-04-13 02:24:21,351 DEBUG "effectiveRoles": [], 2024-04-13 02:24:21,351 DEBUG "activateAccount": null 2024-04-13 02:24:21,351 DEBUG } PASS : component idm is alive ________________________________________________________________________________ [2024-04-13 02:24:21] Verification-idm step4 : Record version ________________________________________________________________________________ 2024-04-13 02:24:21,396 INFO 2024-04-13 02:24:21,396 INFO ---------------------- Get IDM software version ---------------------- 2024-04-13 02:24:21,396 INFO Getting product version from https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/info/version 2024-04-13 02:24:21,397 INFO [http_cmd]: curl -L --request GET "https://xlou.iam.xlou-cdm.engineeringpit.com/openidm/info/version" 2024-04-13 02:24:21,644 INFO [http_cmd]: http status code OK 2024-04-13 02:24:21,645 DEBUG --- status code --- 2024-04-13 02:24:21,645 DEBUG http status code is 200 (expected 200) 2024-04-13 02:24:21,645 DEBUG --- http response --- 2024-04-13 02:24:21,646 DEBUG { "_id": "version", "productVersion": "7.6.0-SNAPSHOT", "productBuildDate": "20240411202127", "productRevision": "8554e0d1c5" } Version is 7.6.0-SNAPSHOT Revision is 8554e0d1c5 ________________________________________________________________________________ [2024-04-13 02:24:21] Verification-idm step5 : Checking pod restart counts ________________________________________________________________________________ 2024-04-13 02:24:21,653 INFO 2024-04-13 02:24:21,653 INFO ------------- Check pod idm-b85f9d978-b559t restart count ------------- 2024-04-13 02:24:21,654 INFO 2024-04-13 02:24:21,654 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pod idm-b85f9d978-b559t --output jsonpath={.status.containerStatuses[*].restartCount} 2024-04-13 02:24:21,654 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2024-04-13 02:24:22,070 INFO [loop_until]: OK (rc = 0) 2024-04-13 02:24:22,070 DEBUG --- stdout --- 2024-04-13 02:24:22,070 DEBUG 0 2024-04-13 02:24:22,071 DEBUG --- stderr --- 2024-04-13 02:24:22,071 DEBUG 2024-04-13 02:24:22,071 INFO Pod idm-b85f9d978-b559t has been restarted 0 times. SUCCESS : pod restart count (0) did not change between validation and verification phases 2024-04-13 02:24:22,071 INFO 2024-04-13 02:24:22,071 INFO ------------- Check pod idm-b85f9d978-dz57p restart count ------------- 2024-04-13 02:24:22,072 INFO 2024-04-13 02:24:22,072 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pod idm-b85f9d978-dz57p --output jsonpath={.status.containerStatuses[*].restartCount} 2024-04-13 02:24:22,072 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2024-04-13 02:24:22,542 INFO [loop_until]: OK (rc = 0) 2024-04-13 02:24:22,542 DEBUG --- stdout --- 2024-04-13 02:24:22,543 DEBUG 0 2024-04-13 02:24:22,543 DEBUG --- stderr --- 2024-04-13 02:24:22,543 DEBUG 2024-04-13 02:24:22,543 INFO Pod idm-b85f9d978-dz57p has been restarted 0 times. SUCCESS : pod restart count (0) did not change between validation and verification phases ________________________________________________________________________________ [2024-04-13 02:24:22] Verification-idm post : Post method ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped