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;
}
Aggregations