Search in sources :

Example 1 with RedbeamsDatabaseServerTestDto

use of com.sequenceiq.it.cloudbreak.dto.database.RedbeamsDatabaseServerTestDto in project cloudbreak by hortonworks.

the class ClusterTestDto method withExternalDatabaseCrn.

public ClusterTestDto withExternalDatabaseCrn() {
    RedbeamsDatabaseServerTestDto database = getTestContext().get(RedbeamsDatabaseServerTestDto.class);
    getRequest().setDatabaseServerCrn(database.getResponse().getResourceCrn());
    return this;
}
Also used : RedbeamsDatabaseServerTestDto(com.sequenceiq.it.cloudbreak.dto.database.RedbeamsDatabaseServerTestDto)

Aggregations

RedbeamsDatabaseServerTestDto (com.sequenceiq.it.cloudbreak.dto.database.RedbeamsDatabaseServerTestDto)1