Skip to content

Commit

Permalink
WIP:Test for Graceful shutdown
Browse files Browse the repository at this point in the history
Signed-off-by: Avdhoot <[email protected]>
  • Loading branch information
Avdhoot authored and Avdhoot committed Aug 23, 2023
1 parent f09b512 commit 9b61886
Show file tree
Hide file tree
Showing 2 changed files with 749 additions and 17 deletions.
34 changes: 17 additions & 17 deletions ocs_ci/helpers/longevity_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,23 +667,23 @@ def factory(num_of_obcs=20, bulk=False, measure=True):
},
},
),
("OC", None),
(
"OC",
{
"interface": "OC",
"namespace_policy_dict": {
"type": "Cache",
"ttl": 3600,
"namespacestore_dict": {"aws": [(1, None)]},
},
"placement_policy": {
"tiers": [
{"backingStores": [constants.DEFAULT_NOOBAA_BACKINGSTORE]}
]
},
},
),
("OC", None)
# (
# "OC",
# {
# "interface": "OC",
# "namespace_policy_dict": {
# "type": "Cache",
# "ttl": 3600,
# "namespacestore_dict": {"aws": [(1, None)]},
# },
# "placement_policy": {
# "tiers": [
# {"backingStores": [constants.DEFAULT_NOOBAA_BACKINGSTORE]}
# ]
# },
# },
# ),
]
for _interface, _bucketclass in obc_params:
if num_of_obcs > 0:
Expand Down
Loading

0 comments on commit 9b61886

Please sign in to comment.