_miniCluster.deployTestIndexes(_indexWithOneShard, getNodeCount(), replicationCount);
final InteractionProtocol protocol = _miniCluster.getProtocol();
assertEquals(getNodeCount(), protocol.getIndices().size());
protocol.showStructure(false);
List<Node> nodes = _miniCluster.getNodes();
for (Node node : nodes) {
assertEquals(1, node.getContext().getContentServer().getShards().size());
}