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 3e041bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_multi_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ 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:
num_subsystems -= 1

# Send requests to create a subsystem with one namespace to GatewayA
bdev_req = pb2.create_bdev_req(bdev_name=bdev,
Expand Down

0 comments on commit 3e041bc

Please sign in to comment.