SLIDER-509 registry-funtests: rename cluster names for DNS compliance
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/a0601ff3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/a0601ff3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/a0601ff3 Branch: refs/heads/feature/SLIDER-481_allow_dedicated_handling_of_exports Commit: a0601ff3fea3d1632734e430f0fd13c1852c2529 Parents: 5456a58 Author: Steve Loughran <[email protected]> Authored: Tue Oct 14 10:46:51 2014 -0700 Committer: Steve Loughran <[email protected]> Committed: Tue Oct 14 10:46:51 2014 -0700 ---------------------------------------------------------------------- .../slider/funtest/lifecycle/AgentClusterLifecycleIT.groovy | 2 +- .../apache/slider/funtest/lifecycle/ClusterBuildDestroyIT.groovy | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a0601ff3/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentClusterLifecycleIT.groovy ---------------------------------------------------------------------- diff --git a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentClusterLifecycleIT.groovy b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentClusterLifecycleIT.groovy index d048aca..1d01038 100644 --- a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentClusterLifecycleIT.groovy +++ b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentClusterLifecycleIT.groovy @@ -40,7 +40,7 @@ public class AgentClusterLifecycleIT extends AgentCommandTestBase implements FuntestProperties, Arguments, SliderExitCodes, SliderActions { - static String CLUSTER = "test_agent_cluster_lifecycle" + static String CLUSTER = "test-agent-cluster-lifecycle" static String APP_RESOURCE2 = "../slider-core/src/test/app_packages/test_command_log/resources_no_role.json" http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a0601ff3/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/ClusterBuildDestroyIT.groovy ---------------------------------------------------------------------- diff --git a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/ClusterBuildDestroyIT.groovy b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/ClusterBuildDestroyIT.groovy index e53473a..0581ed0 100644 --- a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/ClusterBuildDestroyIT.groovy +++ b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/ClusterBuildDestroyIT.groovy @@ -24,7 +24,6 @@ import org.apache.hadoop.fs.Path import org.apache.hadoop.registry.client.api.RegistryConstants import org.apache.slider.common.SliderExitCodes import org.apache.slider.common.SliderKeys -import org.apache.slider.common.SliderXmlConfKeys import org.apache.slider.common.params.Arguments import org.apache.slider.common.params.SliderActions import org.apache.slider.funtest.framework.AgentCommandTestBase @@ -39,7 +38,7 @@ public class ClusterBuildDestroyIT extends AgentCommandTestBase implements FuntestProperties, Arguments, SliderExitCodes, SliderActions { - static String CLUSTER = "test_cluster_build_destroy" + static String CLUSTER = "test-cluster-build-destroy" @BeforeClass
