Skip to content

Commit

Permalink
Added doc string
Browse files Browse the repository at this point in the history
Signed-off-by: Avdhoot <[email protected]>
  • Loading branch information
avd-sagare committed Dec 18, 2024
1 parent e15b229 commit d78e84e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,8 @@ def factory(
allow_volume_expansion (bool): True to Allows volume expansion
kernelMountOptions (str): Mount option for security context
annotations (dict): dict of annotation to be added to the storageclass.
mapOptions (str): mapOtions match the configuration of ocs-storagecluster-ceph-rbd-virtualization SC
mounter (str): mounter to match the configuration of ocs-storagecluster-ceph-rbd-virtualization SC
Returns:
object: helpers.create_storage_class instance with links to
Expand Down Expand Up @@ -7123,7 +7125,11 @@ def factory(namespace=None):
namespace (str, optional): The namespace to create the vm on.
Returns:
lists: objects of cnv workload class with default comp and aggressive compression
tuple: tuple containing:
vm_list_default_compr(list): objects of cnv workload class with default comp
vm_list_agg_compr(list): objects of cnv workload class with aggressive compression
sc_obj_def_compr(list): objects of storage class with default comp
sc_obj_aggressive(list): objects of storage class with aggressive compression
"""
vm_list_agg_compr = []
Expand Down

0 comments on commit d78e84e

Please sign in to comment.