@Parameters(value = { "shuttl.host", "shuttl.port", "shuttl.conf.dir",
"splunk.home" })
public void _callingCopyRestEndpointWithBucket_copiesTheBucketToStorageWithoutDeletingOriginal(
final String shuttlHost, final String shuttlPort,
final String shuttlConfDir, final String splunkHome) {
CopyByCallingRest copyByCallingRest = new CopyByCallingRest(shuttlHost,
shuttlPort);
runTestWithSplunkHomeSet(shuttlConfDir, splunkHome, copyByCallingRest);
}