private static final String INTEGRATION_TEST_PROPERTIES = "/integrationTest.properties";
private static final String DEVSERVER_PREFIX = "https://ec2-";
public OpenShiftTestConfiguration() throws IOException, OpenShiftException {
super(new SystemPropertiesFake(
new IntegrationTestConfiguration(
new UserConfigurationFake(
new SystemConfigurationFake(
new DefaultConfiguration())))));
}