Skip to content

Commit

Permalink
Fix multigateway test
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum committed Oct 10, 2023
1 parent 96b177a commit b71b6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_multi_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def test_multi_gateway_coordination(config, image, conn):
num_subsystems = 2

pool = config.get("ceph", "pool")
enable_discovery_controller = config.getboolean_with_default("gateway", "enable_discovery_controller", False)
if not enable_discovery_controller:
enable_spdk_discovery_controller = config.getboolean_with_default("gateway", "enable_spdk_discovery_controller", False)
if not enable_spdk_discovery_controller:
num_subsystems -= 1

# Send requests to create a subsystem with one namespace to GatewayA
Expand Down

0 comments on commit b71b6c5

Please sign in to comment.