diff --git a/test/framework/src/main/java/org/opensearch/test/rest/package-info.java b/test/framework/src/main/java/org/opensearch/test/rest/package-info.java index 547365ff0674c..b86131c6506d5 100644 --- a/test/framework/src/main/java/org/opensearch/test/rest/package-info.java +++ b/test/framework/src/main/java/org/opensearch/test/rest/package-info.java @@ -18,7 +18,7 @@ */ /** - * Infrastructure for testing REST. See {@link OpenSearchRestTestCase} for running tests against an OpenSearch cluster using the REST tests and - * the rest of the package for mocking utilities. + * Infrastructure for testing REST. See {@link OpenSearchRestTestCase} for running tests against an OpenSearch cluster using the + * REST tests and the rest of the package for mocking utilities. */ package org.opensearch.test.rest; diff --git a/test/framework/src/test/java/org/elasticsearch/ingest/IngestDocumentMatcherTests.java b/test/framework/src/test/java/org/opensearch/ingest/IngestDocumentMatcherTests.java similarity index 97% rename from test/framework/src/test/java/org/elasticsearch/ingest/IngestDocumentMatcherTests.java rename to test/framework/src/test/java/org/opensearch/ingest/IngestDocumentMatcherTests.java index 5b233ca56c793..9c843d4efec58 100644 --- a/test/framework/src/test/java/org/elasticsearch/ingest/IngestDocumentMatcherTests.java +++ b/test/framework/src/test/java/org/opensearch/ingest/IngestDocumentMatcherTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.ingest; +package org.opensearch.ingest; import org.opensearch.test.OpenSearchTestCase; diff --git a/test/framework/src/test/java/org/elasticsearch/test/AbstractQueryTestCaseTests.java b/test/framework/src/test/java/org/opensearch/test/AbstractQueryTestCaseTests.java similarity index 98% rename from test/framework/src/test/java/org/elasticsearch/test/AbstractQueryTestCaseTests.java rename to test/framework/src/test/java/org/opensearch/test/AbstractQueryTestCaseTests.java index 0cac2003678c7..3f49c421a2daf 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/AbstractQueryTestCaseTests.java +++ b/test/framework/src/test/java/org/opensearch/test/AbstractQueryTestCaseTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test; +package org.opensearch.test; import org.opensearch.common.collect.Tuple; import org.opensearch.common.util.set.Sets; diff --git a/test/framework/src/test/java/org/elasticsearch/test/AbstractXContentTestCaseTests.java b/test/framework/src/test/java/org/opensearch/test/AbstractXContentTestCaseTests.java similarity index 96% rename from test/framework/src/test/java/org/elasticsearch/test/AbstractXContentTestCaseTests.java rename to test/framework/src/test/java/org/opensearch/test/AbstractXContentTestCaseTests.java index c0ba89d014df3..c7ec14d0e07d2 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/AbstractXContentTestCaseTests.java +++ b/test/framework/src/test/java/org/opensearch/test/AbstractXContentTestCaseTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test; +package org.opensearch.test; import com.carrotsearch.randomizedtesting.RandomizedContext; diff --git a/test/framework/src/test/java/org/elasticsearch/test/VersionUtilsTests.java b/test/framework/src/test/java/org/opensearch/test/VersionUtilsTests.java similarity index 99% rename from test/framework/src/test/java/org/elasticsearch/test/VersionUtilsTests.java rename to test/framework/src/test/java/org/opensearch/test/VersionUtilsTests.java index b340a367e38a3..2e50dc8c69a06 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/VersionUtilsTests.java +++ b/test/framework/src/test/java/org/opensearch/test/VersionUtilsTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test; +package org.opensearch.test; import org.opensearch.Version; import org.opensearch.common.Booleans; diff --git a/test/framework/src/test/java/org/elasticsearch/test/XContentTestUtilsTests.java b/test/framework/src/test/java/org/opensearch/test/XContentTestUtilsTests.java similarity index 99% rename from test/framework/src/test/java/org/elasticsearch/test/XContentTestUtilsTests.java rename to test/framework/src/test/java/org/opensearch/test/XContentTestUtilsTests.java index 044b7b7505fad..a99535c083a44 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/XContentTestUtilsTests.java +++ b/test/framework/src/test/java/org/opensearch/test/XContentTestUtilsTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test; +package org.opensearch.test; import org.opensearch.common.bytes.BytesReference; import org.opensearch.common.xcontent.DeprecationHandler; diff --git a/test/framework/src/test/java/org/elasticsearch/test/disruption/DisruptableMockTransportTests.java b/test/framework/src/test/java/org/opensearch/test/disruption/DisruptableMockTransportTests.java similarity index 99% rename from test/framework/src/test/java/org/elasticsearch/test/disruption/DisruptableMockTransportTests.java rename to test/framework/src/test/java/org/opensearch/test/disruption/DisruptableMockTransportTests.java index 51a839bc40654..d84ea18727652 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/disruption/DisruptableMockTransportTests.java +++ b/test/framework/src/test/java/org/opensearch/test/disruption/DisruptableMockTransportTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test.disruption; +package org.opensearch.test.disruption; import org.opensearch.Version; import org.opensearch.action.support.PlainActionFuture; @@ -29,7 +29,6 @@ import org.opensearch.common.transport.TransportAddress; import org.opensearch.node.Node; import org.opensearch.test.OpenSearchTestCase; -import org.opensearch.test.disruption.DisruptableMockTransport; import org.opensearch.test.disruption.DisruptableMockTransport.ConnectionStatus; import org.opensearch.threadpool.ThreadPool; import org.opensearch.transport.ConnectTransportException; diff --git a/test/framework/src/test/java/org/elasticsearch/test/disruption/LongGCDisruptionTests.java b/test/framework/src/test/java/org/opensearch/test/disruption/LongGCDisruptionTests.java similarity index 99% rename from test/framework/src/test/java/org/elasticsearch/test/disruption/LongGCDisruptionTests.java rename to test/framework/src/test/java/org/opensearch/test/disruption/LongGCDisruptionTests.java index 12637862330e9..7b9351ea68c85 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/disruption/LongGCDisruptionTests.java +++ b/test/framework/src/test/java/org/opensearch/test/disruption/LongGCDisruptionTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.disruption; +package org.opensearch.test.disruption; import org.opensearch.common.Nullable; import org.opensearch.test.OpenSearchTestCase; diff --git a/test/framework/src/test/java/org/elasticsearch/test/disruption/NetworkDisruptionIT.java b/test/framework/src/test/java/org/opensearch/test/disruption/NetworkDisruptionIT.java similarity index 99% rename from test/framework/src/test/java/org/elasticsearch/test/disruption/NetworkDisruptionIT.java rename to test/framework/src/test/java/org/opensearch/test/disruption/NetworkDisruptionIT.java index b28cacff94f93..056923e6069c2 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/disruption/NetworkDisruptionIT.java +++ b/test/framework/src/test/java/org/opensearch/test/disruption/NetworkDisruptionIT.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test.disruption; +package org.opensearch.test.disruption; import org.opensearch.action.admin.cluster.health.ClusterHealthAction; import org.opensearch.action.admin.cluster.health.ClusterHealthRequest; diff --git a/test/framework/src/test/java/org/elasticsearch/test/disruption/NetworkDisruptionTests.java b/test/framework/src/test/java/org/opensearch/test/disruption/NetworkDisruptionTests.java similarity index 98% rename from test/framework/src/test/java/org/elasticsearch/test/disruption/NetworkDisruptionTests.java rename to test/framework/src/test/java/org/opensearch/test/disruption/NetworkDisruptionTests.java index b44595ba70ad6..052215785fbcb 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/disruption/NetworkDisruptionTests.java +++ b/test/framework/src/test/java/org/opensearch/test/disruption/NetworkDisruptionTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test.disruption; +package org.opensearch.test.disruption; import org.opensearch.test.OpenSearchTestCase; import org.opensearch.test.disruption.NetworkDisruption; diff --git a/test/framework/src/test/java/org/elasticsearch/test/hamcrest/OpenSearchAssertionsTests.java b/test/framework/src/test/java/org/opensearch/test/hamcrest/OpenSearchAssertionsTests.java similarity index 99% rename from test/framework/src/test/java/org/elasticsearch/test/hamcrest/OpenSearchAssertionsTests.java rename to test/framework/src/test/java/org/opensearch/test/hamcrest/OpenSearchAssertionsTests.java index 53009c7e83af6..13d49e0a73a9b 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/hamcrest/OpenSearchAssertionsTests.java +++ b/test/framework/src/test/java/org/opensearch/test/hamcrest/OpenSearchAssertionsTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test.hamcrest; +package org.opensearch.test.hamcrest; import org.opensearch.action.support.DefaultShardOperationFailedException; import org.opensearch.action.support.broadcast.BroadcastResponse; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/OpenSearchRestTestCaseTests.java b/test/framework/src/test/java/org/opensearch/test/rest/OpenSearchRestTestCaseTests.java similarity index 98% rename from test/framework/src/test/java/org/elasticsearch/test/rest/OpenSearchRestTestCaseTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/OpenSearchRestTestCaseTests.java index 5f57fba910be7..f1eb0a3670a95 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/OpenSearchRestTestCaseTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/OpenSearchRestTestCaseTests.java @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.rest; +package org.opensearch.test.rest; import org.opensearch.test.OpenSearchTestCase; import org.opensearch.test.rest.OpenSearchRestTestCase; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/VersionSensitiveWarningsHandlerTests.java b/test/framework/src/test/java/org/opensearch/test/rest/VersionSensitiveWarningsHandlerTests.java similarity index 97% rename from test/framework/src/test/java/org/elasticsearch/test/rest/VersionSensitiveWarningsHandlerTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/VersionSensitiveWarningsHandlerTests.java index 010da8bfa871e..41352753affd1 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/VersionSensitiveWarningsHandlerTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/VersionSensitiveWarningsHandlerTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test.rest; +package org.opensearch.test.rest; import org.opensearch.Version; import org.opensearch.client.WarningsHandler; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/BlacklistedPathPatternMatcherTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/BlacklistedPathPatternMatcherTests.java similarity index 97% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/BlacklistedPathPatternMatcherTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/BlacklistedPathPatternMatcherTests.java index bae4b5d819ef8..01e68b1a10273 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/BlacklistedPathPatternMatcherTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/BlacklistedPathPatternMatcherTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.rest.yaml; +package org.opensearch.test.rest.yaml; import org.opensearch.test.OpenSearchTestCase; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/ClientYamlTestExecutionContextTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/ClientYamlTestExecutionContextTests.java similarity index 96% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/ClientYamlTestExecutionContextTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/ClientYamlTestExecutionContextTests.java index 8fdfaa7c454d2..07dcd323b5103 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/ClientYamlTestExecutionContextTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/ClientYamlTestExecutionContextTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test.rest.yaml; +package org.opensearch.test.rest.yaml; import org.apache.http.HttpEntity; import org.opensearch.Version; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/ObjectPathTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/ObjectPathTests.java similarity index 99% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/ObjectPathTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/ObjectPathTests.java index c3c7ef2363736..89d7932258dc1 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/ObjectPathTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/ObjectPathTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.rest.yaml; +package org.opensearch.test.rest.yaml; import org.opensearch.common.bytes.BytesReference; import org.opensearch.common.xcontent.XContentBuilder; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/OpenSearchClientYamlSuiteTestCaseTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/OpenSearchClientYamlSuiteTestCaseTests.java similarity index 97% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/OpenSearchClientYamlSuiteTestCaseTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/OpenSearchClientYamlSuiteTestCaseTests.java index eb12c0955ced8..3ea57817baca6 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/OpenSearchClientYamlSuiteTestCaseTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/OpenSearchClientYamlSuiteTestCaseTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.rest.yaml; +package org.opensearch.test.rest.yaml; import java.nio.file.Files; import java.nio.file.Path; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/StashTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/StashTests.java similarity index 98% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/StashTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/StashTests.java index 4db6169ace4b4..d5934862fb48c 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/StashTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/StashTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test.rest.yaml; +package org.opensearch.test.rest.yaml; import org.opensearch.test.OpenSearchTestCase; import org.opensearch.test.rest.yaml.Stash; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiParserFailingTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiParserFailingTests.java similarity index 97% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiParserFailingTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiParserFailingTests.java index ad4f1840519a7..39d11d33be737 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiParserFailingTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiParserFailingTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,13 +16,12 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.rest.yaml.restspec; +package org.opensearch.test.rest.yaml.restspec; import org.opensearch.common.ParsingException; import org.opensearch.common.xcontent.XContentParser; import org.opensearch.common.xcontent.yaml.YamlXContent; import org.opensearch.test.OpenSearchTestCase; -import org.opensearch.test.rest.yaml.restspec.ClientYamlSuiteRestApiParser; import static org.hamcrest.Matchers.containsString; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiParserTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiParserTests.java similarity index 97% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiParserTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiParserTests.java index 75c44860424d7..9066c3594933e 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiParserTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiParserTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,12 +16,10 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.rest.yaml.restspec; +package org.opensearch.test.rest.yaml.restspec; import org.opensearch.common.xcontent.yaml.YamlXContent; -import org.elasticsearch.test.rest.yaml.section.AbstractClientYamlTestFragmentParserTestCase; -import org.opensearch.test.rest.yaml.restspec.ClientYamlSuiteRestApi; -import org.opensearch.test.rest.yaml.restspec.ClientYamlSuiteRestApiParser; +import org.opensearch.test.rest.yaml.section.AbstractClientYamlTestFragmentParserTestCase; import java.util.Iterator; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiTests.java similarity index 99% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiTests.java index eae8cc3e4b57a..91323d40c6b6c 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/restspec/ClientYamlSuiteRestApiTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.rest.yaml.restspec; +package org.opensearch.test.rest.yaml.restspec; import org.opensearch.common.util.set.Sets; import org.opensearch.common.xcontent.XContentParser; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/AbstractClientYamlTestFragmentParserTestCase.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/AbstractClientYamlTestFragmentParserTestCase.java similarity index 95% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/AbstractClientYamlTestFragmentParserTestCase.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/section/AbstractClientYamlTestFragmentParserTestCase.java index 913b9326ada5c..f35ce59768699 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/AbstractClientYamlTestFragmentParserTestCase.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/AbstractClientYamlTestFragmentParserTestCase.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test.rest.yaml.section; +package org.opensearch.test.rest.yaml.section; import org.opensearch.common.xcontent.NamedXContentRegistry; import org.opensearch.common.xcontent.XContentParser; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/AssertionTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/AssertionTests.java similarity index 92% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/AssertionTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/section/AssertionTests.java index 90efcde181fd3..90634e68179c6 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/AssertionTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/AssertionTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,16 +16,9 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.rest.yaml.section; +package org.opensearch.test.rest.yaml.section; import org.opensearch.common.xcontent.yaml.YamlXContent; -import org.opensearch.test.rest.yaml.section.ContainsAssertion; -import org.opensearch.test.rest.yaml.section.GreaterThanAssertion; -import org.opensearch.test.rest.yaml.section.IsFalseAssertion; -import org.opensearch.test.rest.yaml.section.IsTrueAssertion; -import org.opensearch.test.rest.yaml.section.LengthAssertion; -import org.opensearch.test.rest.yaml.section.LessThanAssertion; -import org.opensearch.test.rest.yaml.section.MatchAssertion; import java.util.List; import java.util.Map; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/ClientYamlTestSectionTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/ClientYamlTestSectionTests.java similarity index 95% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/ClientYamlTestSectionTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/section/ClientYamlTestSectionTests.java index f1e3c0aa4e123..937cdde406949 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/ClientYamlTestSectionTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/ClientYamlTestSectionTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,22 +17,12 @@ * under the License. */ -package org.elasticsearch.test.rest.yaml.section; +package org.opensearch.test.rest.yaml.section; import org.opensearch.Version; import org.opensearch.common.ParsingException; import org.opensearch.common.xcontent.XContentParser; import org.opensearch.common.xcontent.yaml.YamlXContent; -import org.opensearch.test.rest.yaml.section.ClientYamlTestSection; -import org.opensearch.test.rest.yaml.section.DoSection; -import org.opensearch.test.rest.yaml.section.GreaterThanAssertion; -import org.opensearch.test.rest.yaml.section.IsFalseAssertion; -import org.opensearch.test.rest.yaml.section.IsTrueAssertion; -import org.opensearch.test.rest.yaml.section.LengthAssertion; -import org.opensearch.test.rest.yaml.section.LessThanAssertion; -import org.opensearch.test.rest.yaml.section.MatchAssertion; -import org.opensearch.test.rest.yaml.section.SetSection; -import org.opensearch.test.rest.yaml.section.SkipSection; import java.io.IOException; import java.util.Map; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/ClientYamlTestSuiteTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/ClientYamlTestSuiteTests.java similarity index 97% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/ClientYamlTestSuiteTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/section/ClientYamlTestSuiteTests.java index 9c3849096dd6f..bd5c0756ffc4d 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/ClientYamlTestSuiteTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/ClientYamlTestSuiteTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,24 +17,13 @@ * under the License. */ -package org.elasticsearch.test.rest.yaml.section; +package org.opensearch.test.rest.yaml.section; import org.opensearch.Version; import org.opensearch.client.NodeSelector; import org.opensearch.common.ParsingException; import org.opensearch.common.xcontent.XContentLocation; import org.opensearch.common.xcontent.yaml.YamlXContent; -import org.opensearch.test.rest.yaml.section.ApiCallSection; -import org.opensearch.test.rest.yaml.section.ClientYamlTestSection; -import org.opensearch.test.rest.yaml.section.ClientYamlTestSuite; -import org.opensearch.test.rest.yaml.section.ContainsAssertion; -import org.opensearch.test.rest.yaml.section.DoSection; -import org.opensearch.test.rest.yaml.section.ExecutableSection; -import org.opensearch.test.rest.yaml.section.IsTrueAssertion; -import org.opensearch.test.rest.yaml.section.MatchAssertion; -import org.opensearch.test.rest.yaml.section.SetupSection; -import org.opensearch.test.rest.yaml.section.SkipSection; -import org.opensearch.test.rest.yaml.section.TeardownSection; import java.util.ArrayList; import java.util.Collections; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/DoSectionTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/DoSectionTests.java similarity index 99% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/DoSectionTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/section/DoSectionTests.java index e4316dd5eed9a..ee74b5300e7f5 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/DoSectionTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/DoSectionTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test.rest.yaml.section; +package org.opensearch.test.rest.yaml.section; import org.apache.http.HttpHost; import org.opensearch.Version; @@ -31,8 +31,6 @@ import org.opensearch.test.rest.yaml.ClientYamlTestExecutionContext; import org.opensearch.test.rest.yaml.ClientYamlTestResponse; import org.hamcrest.MatcherAssert; -import org.opensearch.test.rest.yaml.section.ApiCallSection; -import org.opensearch.test.rest.yaml.section.DoSection; import java.io.IOException; import java.util.ArrayList; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/MatchAssertionTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/MatchAssertionTests.java similarity index 96% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/MatchAssertionTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/section/MatchAssertionTests.java index 8120f9e17d230..f00ce2dfe5c06 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/MatchAssertionTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/MatchAssertionTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.rest.yaml.section; +package org.opensearch.test.rest.yaml.section; import org.opensearch.common.xcontent.XContentLocation; import org.opensearch.test.OpenSearchTestCase; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/SetSectionTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/SetSectionTests.java similarity index 94% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/SetSectionTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/section/SetSectionTests.java index de070c4e088ec..1a23499b0a3a0 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/SetSectionTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/SetSectionTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,11 +16,10 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.rest.yaml.section; +package org.opensearch.test.rest.yaml.section; import org.opensearch.common.ParsingException; import org.opensearch.common.xcontent.yaml.YamlXContent; -import org.opensearch.test.rest.yaml.section.SetSection; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.is; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/SetupSectionTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/SetupSectionTests.java similarity index 96% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/SetupSectionTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/section/SetupSectionTests.java index 003eeff420047..ddc797f10c680 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/SetupSectionTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/SetupSectionTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,13 +16,10 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.rest.yaml.section; +package org.opensearch.test.rest.yaml.section; import org.opensearch.Version; import org.opensearch.common.xcontent.yaml.YamlXContent; -import org.opensearch.test.rest.yaml.section.DoSection; -import org.opensearch.test.rest.yaml.section.SetSection; -import org.opensearch.test.rest.yaml.section.SetupSection; import java.io.IOException; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/SkipSectionTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/SkipSectionTests.java similarity index 97% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/SkipSectionTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/section/SkipSectionTests.java index e4117500c8402..3dc2c66de497e 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/SkipSectionTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/SkipSectionTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,13 +17,12 @@ * under the License. */ -package org.elasticsearch.test.rest.yaml.section; +package org.opensearch.test.rest.yaml.section; import org.opensearch.Version; import org.opensearch.common.ParsingException; import org.opensearch.common.xcontent.yaml.YamlXContent; import org.opensearch.test.VersionUtils; -import org.opensearch.test.rest.yaml.section.SkipSection; import java.util.Collections; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/TeardownSectionTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/TeardownSectionTests.java similarity index 94% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/TeardownSectionTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/section/TeardownSectionTests.java index 1933fa86d127f..45695ea179126 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/TeardownSectionTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/TeardownSectionTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,12 +17,10 @@ * under the License. */ -package org.elasticsearch.test.rest.yaml.section; +package org.opensearch.test.rest.yaml.section; import org.opensearch.Version; import org.opensearch.common.xcontent.yaml.YamlXContent; -import org.opensearch.test.rest.yaml.section.DoSection; -import org.opensearch.test.rest.yaml.section.TeardownSection; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.notNullValue; diff --git a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/TransformAndSetSectionTests.java b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/TransformAndSetSectionTests.java similarity index 96% rename from test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/TransformAndSetSectionTests.java rename to test/framework/src/test/java/org/opensearch/test/rest/yaml/section/TransformAndSetSectionTests.java index 9fc46d1646aa8..ca87d18ddaf05 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/rest/yaml/section/TransformAndSetSectionTests.java +++ b/test/framework/src/test/java/org/opensearch/test/rest/yaml/section/TransformAndSetSectionTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,13 +17,12 @@ * under the License. */ -package org.elasticsearch.test.rest.yaml.section; +package org.opensearch.test.rest.yaml.section; import org.opensearch.common.ParsingException; import org.opensearch.common.xcontent.yaml.YamlXContent; import org.opensearch.test.rest.yaml.ClientYamlTestExecutionContext; import org.opensearch.test.rest.yaml.Stash; -import org.opensearch.test.rest.yaml.section.TransformAndSetSection; import java.nio.charset.StandardCharsets; import java.util.Base64; diff --git a/test/framework/src/test/java/org/elasticsearch/test/test/InternalTestClusterIT.java b/test/framework/src/test/java/org/opensearch/test/test/InternalTestClusterIT.java similarity index 97% rename from test/framework/src/test/java/org/elasticsearch/test/test/InternalTestClusterIT.java rename to test/framework/src/test/java/org/opensearch/test/test/InternalTestClusterIT.java index 836908436f57d..d91d1b0f10929 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/test/InternalTestClusterIT.java +++ b/test/framework/src/test/java/org/opensearch/test/test/InternalTestClusterIT.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.test; +package org.opensearch.test.test; import org.opensearch.client.node.NodeClient; import org.opensearch.common.settings.Settings; diff --git a/test/framework/src/test/java/org/elasticsearch/test/test/InternalTestClusterTests.java b/test/framework/src/test/java/org/opensearch/test/test/InternalTestClusterTests.java similarity index 99% rename from test/framework/src/test/java/org/elasticsearch/test/test/InternalTestClusterTests.java rename to test/framework/src/test/java/org/opensearch/test/test/InternalTestClusterTests.java index 7556bc19b3a61..738e274fe5112 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/test/InternalTestClusterTests.java +++ b/test/framework/src/test/java/org/opensearch/test/test/InternalTestClusterTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.test; +package org.opensearch.test.test; import org.apache.lucene.util.LuceneTestCase; import org.opensearch.client.Client; diff --git a/test/framework/src/test/java/org/elasticsearch/test/test/LoggingListenerTests.java b/test/framework/src/test/java/org/opensearch/test/test/LoggingListenerTests.java similarity index 99% rename from test/framework/src/test/java/org/elasticsearch/test/test/LoggingListenerTests.java rename to test/framework/src/test/java/org/opensearch/test/test/LoggingListenerTests.java index 07c7c4bd7096d..095085b2cb947 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/test/LoggingListenerTests.java +++ b/test/framework/src/test/java/org/opensearch/test/test/LoggingListenerTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test.test; +package org.opensearch.test.test; import org.apache.logging.log4j.Level; import org.apache.logging.log4j.LogManager; diff --git a/test/framework/src/test/java/org/elasticsearch/test/test/OpenSearchTestCaseTests.java b/test/framework/src/test/java/org/opensearch/test/test/OpenSearchTestCaseTests.java similarity index 99% rename from test/framework/src/test/java/org/elasticsearch/test/test/OpenSearchTestCaseTests.java rename to test/framework/src/test/java/org/opensearch/test/test/OpenSearchTestCaseTests.java index 012940deaa57f..37a09168fda50 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/test/OpenSearchTestCaseTests.java +++ b/test/framework/src/test/java/org/opensearch/test/test/OpenSearchTestCaseTests.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -17,7 +17,7 @@ * under the License. */ -package org.elasticsearch.test.test; +package org.opensearch.test.test; import junit.framework.AssertionFailedError; diff --git a/test/framework/src/test/java/org/elasticsearch/test/test/SuiteScopeClusterIT.java b/test/framework/src/test/java/org/opensearch/test/test/SuiteScopeClusterIT.java similarity index 96% rename from test/framework/src/test/java/org/elasticsearch/test/test/SuiteScopeClusterIT.java rename to test/framework/src/test/java/org/opensearch/test/test/SuiteScopeClusterIT.java index d2f0b390b008c..076cd46dd8114 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/test/SuiteScopeClusterIT.java +++ b/test/framework/src/test/java/org/opensearch/test/test/SuiteScopeClusterIT.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.test; +package org.opensearch.test.test; import com.carrotsearch.randomizedtesting.annotations.Repeat; import org.opensearch.common.SuppressForbidden; diff --git a/test/framework/src/test/java/org/elasticsearch/test/test/TestScopeClusterIT.java b/test/framework/src/test/java/org/opensearch/test/test/TestScopeClusterIT.java similarity index 96% rename from test/framework/src/test/java/org/elasticsearch/test/test/TestScopeClusterIT.java rename to test/framework/src/test/java/org/opensearch/test/test/TestScopeClusterIT.java index c338f75542406..d9165f193f8e0 100644 --- a/test/framework/src/test/java/org/elasticsearch/test/test/TestScopeClusterIT.java +++ b/test/framework/src/test/java/org/opensearch/test/test/TestScopeClusterIT.java @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.elasticsearch.test.test; +package org.opensearch.test.test; import org.opensearch.test.OpenSearchIntegTestCase; import org.opensearch.test.TestCluster;