SLIDER-434 fix accumulo app package funtests not to reference agent tarball
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/00af5a2a Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/00af5a2a Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/00af5a2a Branch: refs/heads/feature/SLIDER-158_slider_diagnostic_option Commit: 00af5a2a694a3cd115a818e046a223020c4163dc Parents: e3c49d5 Author: Billie Rinaldi <[email protected]> Authored: Sun Sep 21 19:30:11 2014 -0700 Committer: Billie Rinaldi <[email protected]> Committed: Sun Sep 21 19:30:11 2014 -0700 ---------------------------------------------------------------------- .../org/apache/slider/funtest/accumulo/AccumuloBasicIT.groovy | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/00af5a2a/app-packages/accumulo/src/test/groovy/org/apache/slider/funtest/accumulo/AccumuloBasicIT.groovy ---------------------------------------------------------------------- diff --git a/app-packages/accumulo/src/test/groovy/org/apache/slider/funtest/accumulo/AccumuloBasicIT.groovy b/app-packages/accumulo/src/test/groovy/org/apache/slider/funtest/accumulo/AccumuloBasicIT.groovy index f09d3ef..475c4e3 100644 --- a/app-packages/accumulo/src/test/groovy/org/apache/slider/funtest/accumulo/AccumuloBasicIT.groovy +++ b/app-packages/accumulo/src/test/groovy/org/apache/slider/funtest/accumulo/AccumuloBasicIT.groovy @@ -129,7 +129,6 @@ class AccumuloBasicIT extends AccumuloAgentCommandTestBase { SliderShell shell = slider(EXIT_SUCCESS, [ ACTION_CREATE, getClusterName(), - ARG_IMAGE, agentTarballPath.toString(), ARG_TEMPLATE, APP_TEMPLATE, ARG_RESOURCES, APP_RESOURCE ])
