Skip to content

Commit 3e041bc

Browse files
author
Alexander Indenbaum
committed
Fix multigateway test
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
1 parent 96b177a commit 3e041bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_multi_gateway.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ def test_multi_gateway_coordination(config, image, conn):
7272
num_subsystems = 2
7373

7474
pool = config.get("ceph", "pool")
75-
enable_discovery_controller = config.getboolean_with_default("gateway", "enable_discovery_controller", False)
76-
if not enable_discovery_controller:
77-
num_subsystems -= 1
7875

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

0 commit comments

Comments
 (0)