Search in sources :

Example 1 with DistroXClouderaManagerTestDto

use of com.sequenceiq.it.cloudbreak.dto.distrox.cluster.clouderamanager.DistroXClouderaManagerTestDto in project cloudbreak by hortonworks.

the class ClusterTemplateTestDto method withCM.

public ClusterTemplateTestDto withCM(String key) {
    DistroXClouderaManagerTestDto clouderaManagerTestDto = getTestContext().get(key);
    getRequest().getDistroXTemplate().getCluster().setCm(clouderaManagerTestDto.getRequest());
    return this;
}
Also used : DistroXClouderaManagerTestDto(com.sequenceiq.it.cloudbreak.dto.distrox.cluster.clouderamanager.DistroXClouderaManagerTestDto)

Aggregations

DistroXClouderaManagerTestDto (com.sequenceiq.it.cloudbreak.dto.distrox.cluster.clouderamanager.DistroXClouderaManagerTestDto)1