Search in sources :

Example 1 with StorageSystemDataCollectionService

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();
}
Also used : StorageSystemDataCollectionService(com.emc.storageos.api.service.impl.resource.StorageSystemDataCollectionService) ScaleIORestClientFactory(com.emc.storageos.scaleio.api.restapi.ScaleIORestClientFactory) BeforeClass(org.junit.BeforeClass)

Aggregations

StorageSystemDataCollectionService (com.emc.storageos.api.service.impl.resource.StorageSystemDataCollectionService)1 ScaleIORestClientFactory (com.emc.storageos.scaleio.api.restapi.ScaleIORestClientFactory)1 BeforeClass (org.junit.BeforeClass)1