summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAyanda-D <ayanda.dube@erlang-solutions.com>2020-07-09 15:35:51 +0100
committerMichael Klishin <michael@clojurewerkz.org>2020-09-02 04:29:00 +0300
commit43a8ac508d3f6b662c05bcd2340c1477f6995fef (patch)
tree4fefe0823c78c471ba98615d1afea5ee00c2b3b1
parentf4650494784d096602cf999f57526e013bc1c74c (diff)
downloadrabbitmq-server-git-43a8ac508d3f6b662c05bcd2340c1477f6995fef.tar.gz
Remove unused functions in vhost connection limit
partitions test suite
-rw-r--r--test/per_vhost_connection_limit_partitions_SUITE.erl19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/per_vhost_connection_limit_partitions_SUITE.erl b/test/per_vhost_connection_limit_partitions_SUITE.erl
index 5d8eca6d48..2748d95592 100644
--- a/test/per_vhost_connection_limit_partitions_SUITE.erl
+++ b/test/per_vhost_connection_limit_partitions_SUITE.erl
@@ -148,22 +148,3 @@ connections_in(Config, NodeIndex, VHost) ->
rabbit_ct_broker_helpers:rpc(Config, NodeIndex,
rabbit_connection_tracking,
list, [VHost]).
-
-connections_on_node(Config) ->
- connections_on_node(Config, 0).
-connections_on_node(Config, NodeIndex) ->
- Node = rabbit_ct_broker_helpers:get_node_config(Config, NodeIndex, nodename),
- rabbit_ct_broker_helpers:rpc(Config, NodeIndex,
- rabbit_connection_tracking,
- list_on_node, [Node]).
-connections_on_node(Config, NodeIndex, NodeForListing) ->
- rabbit_ct_broker_helpers:rpc(Config, NodeIndex,
- rabbit_connection_tracking,
- list_on_node, [NodeForListing]).
-
-all_connections(Config) ->
- all_connections(Config, 0).
-all_connections(Config, NodeIndex) ->
- rabbit_ct_broker_helpers:rpc(Config, NodeIndex,
- rabbit_connection_tracking,
- list, []).