Unverified Commit e6fc0e29 authored by Tzu-Ling Kan's avatar Tzu-Ling Kan Committed by GitHub
Browse files

feat: Detect if cluster has Grove. Use Grove if available. (#3789)


Signed-off-by: default avatartzulingk@nvidia.com <tzulingk@nvidia.com>
parent ad0648f4
...@@ -209,8 +209,6 @@ async def test_fault_scenario( ...@@ -209,8 +209,6 @@ async def test_fault_scenario(
logger = logging.getLogger(request.node.name) logger = logging.getLogger(request.node.name)
scenario.deployment.disable_grove()
scenario.deployment.name = "fault-tolerance-test" scenario.deployment.name = "fault-tolerance-test"
if image: if image:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment