You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discussed with @pintojoy failure occurs during teardown as we change the profile during the test and during teardown, test excepts the value to be same as the original value which is not.
E ocs_ci.ocs.exceptions.ResourceLeftoversException:
E There are leftovers in the environment after test case:
E Resources added:
E - 'pods':
E - apiVersion: v1
E kind: Pod
E metadata:
E annotations:
E k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.0.19/23"],"mac_address":"0a:58:0a:83:00:13","gateway_ips":["10.131.0.1"],"routes":[{"dest":"10.128.0.0/14","nextHop":"10.131.0.1"},{"dest":"172.30.0.0/16","nextHop":"10.131.0.1"},{"dest":"169.254.0.5/32","nextHop":"10.131.0.1"},{"dest":"100.64.0.0/16","nextHop":"10.131.0.1"}],"ip_address":"10.131.0.19/23","gateway_ip":"10.131.0.1","role":"primary"}}'
E k8s.v1.cni.cncf.io/network-status: "[{\n "name": "ovn-kubernetes",\n
E \ "interface": "eth0",\n "ips": [\n "10.131.0.19"\n
E \ ],\n "mac": "0a:58:0a:83:00:13",\n "default": true,\n
E \ "dns": {}\n}]"
E openshift.io/scc: rook-ceph
E creationTimestamp: '2025-01-17T12:50:32Z'
E generateName: rook-ceph-crashcollector-j076vif1cs36t4a-b88jn-worker-0-crqs2-7d66566495-
E labels:
E app: rook-ceph-crashcollector
E ceph-version: 18.2.1-278
E ceph_daemon_id: crash
E crashcollector: crash
E kubernetes.io/hostname: j076vif1cs36t4a-b88jn-worker-0-crqs2
E node_name: j076vif1cs36t4a-b88jn-worker-0-crqs2
E pod-template-hash: 7d66566495
E rook_cluster: openshift-storage
E name: rook-ceph-crashcollector-j076vif1cs36t4a-b88jn-worker-0-crsn7fj
E namespace: openshift-storage
E ownerReferences:
E - apiVersion: apps/v1
E blockOwnerDeletion: true
E controller: true
E kind: ReplicaSet
E name: rook-ceph-crashcollector-j076vif1cs36t4a-b88jn-worker-0-crqs2-7d66566495
E uid: 225854af-3435-45c7-a727-cc34eff64468
E resourceVersion: '152359'
E uid: 9f0534a1-e242-4775-a255-25f8fd1766e7
The text was updated successfully, but these errors were encountered:
Failure is seen with ODF 4.17.3
Discussed with @pintojoy failure occurs during teardown as we change the profile during the test and during teardown, test excepts the value to be same as the original value which is not.
The text was updated successfully, but these errors were encountered: