checkDeploymentPropertyValue(client, duration, "50"); // check default value
checkDeploymentPropertyValue(client, throughput, "2"); // check default value
newCatalogURL = Configuration.getPathToCatalogForTest("catalogupdate-cluster-elastic-100-5.jar");
deploymentURL = Configuration.getPathToCatalogForTest("catalogupdate-cluster-elastic-100-5.xml");
results = client.updateApplicationCatalog(new File(newCatalogURL), new File(deploymentURL)).getResults();
assertTrue(results.length == 1);
checkDeploymentPropertyValue(client, duration, "100");
checkDeploymentPropertyValue(client, throughput, "5");
}