use of com.emc.storageos.api.service.impl.resource.StorageSystemDataCollectionService in project coprhd-controller by CoprHD.
the class StorageSystemDataCollectionServiceTest method setUp.
@BeforeClass
public static void setUp() {
service = new StorageSystemDataCollectionService();
factory = new ScaleIORestClientFactory();
factory.setMaxConnections(100);
factory.setMaxConnectionsPerHost(100);
factory.setNeedCertificateManager(false);
factory.setSocketConnectionTimeoutMs(3600000);
factory.setConnectionTimeoutMs(3600000);
factory.init();
}
Aggregations