red-hat-storage / ocs-ci

https://ocs-ci.readthedocs.io/en/latest/
MIT License
109 stars 166 forks source link

update tests with correct storage class name for external mode 4.12 branch #8081

Closed DanielOsypenko closed 8 months ago

DanielOsypenko commented 1 year ago

ocs-storagecluster-cephblockpool should be -> ocs-external-storagecluster-ceph-rgw

tests: [test_workload_with_checksum, test_workload_rbd_cephfs_10g] - check other test_workload_rbdcephfs<>g

failure: Message: failed on setup with "AssertionError: Pool: ocs-storagecluster-cephblockpool doesn't exist!" Type: None

Text: project = <ocs_ci.ocs.ocp.OCP object at 0x7febbc6d4c10> fio_pvc_dict = {'apiVersion': 'v1', 'kind': 'PersistentVolumeClaim', 'metadata': {'name': 'fio-target'}, 'spec': {'accessModes': ['Re...iteOnce'], 'resources': {'requests': {'storage': '10Gi'}}, 'storageClassName': 'ocs-external-storagecluster-ceph-rbd'}} fio_job_dict = {'apiVersion': 'batch/v1', 'kind': 'Job', 'metadata': {'name': 'fio'}, 'spec': {'backoffLimit': 0, 'template': {'metad...lumes': [{'name': 'fio-target', 'persistentVolumeClaim': {...}}, {'configMap': {...}, 'name': 'fio-config-volume'}]}}}} fio_configmap_dict = {'apiVersion': 'v1', 'data': {'workload.fio': '\n[simple-write]\nreadwrite=write\nbuffered=1\nblocksize=4k\nioengine=libaio\ndirectory=/mnt/target\nnrfiles=8\nfill_fs=1\n'}, 'kind': 'ConfigMap', 'metadata': {'name': 'fio-config'}} measurement_dir = '/tmp/pytest-of-jenkins/pytest-0/measurement_results' tmp_path = PosixPath('/tmp/pytest-of-jenkins/pytest-0/test_workload_rbd_cephfs_10g0')

https://reportportal-ocs4.apps.ocp-c1.prod.psi.redhat.com/ui/#ocs/launches/493/12999/595182/595322/595323/log

github-actions[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.

github-actions[bot] commented 8 months ago

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.