提交 9b2672aa 编写于 作者: D Daming 提交者: wu-sheng

[test/plugin] rename the package of testcases (#3587)

* remove profiles and rename the package

* remove profiles
上级 6c1a8f74
...@@ -149,7 +149,7 @@ do ...@@ -149,7 +149,7 @@ do
cp ./config/expectedData.yaml ${case_work_base}/data cp ./config/expectedData.yaml ${case_work_base}/data
# echo "build ${testcase_name}" # echo "build ${testcase_name}"
${mvnw} clean package -P${testcase_name} ${mvnw} clean package -Dtest.framework.version=${version}
mv ./target/${scenario_name}.war ${case_work_base} mv ./target/${scenario_name}.war ${case_work_base}
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<compiler.version>1.8</compiler.version> <compiler.version>1.8</compiler.version>
<test.framework>Httpclient</test.framework> <test.framework>Httpclient</test.framework>
<test.framework.version>4.3</test.framework.version> <test.framework.version>4.3</test.framework.version>
</properties> </properties>
...@@ -61,93 +60,6 @@ ...@@ -61,93 +60,6 @@
</dependency> </dependency>
</dependencies> </dependencies>
<profiles>
<profile>
<id>httpclient-4.3.x-scenario-4.3</id>
<properties>
<test.framework.version>4.3</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.5.3</id>
<properties>
<test.framework.version>4.5.3</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.5.4</id>
<properties>
<test.framework.version>4.5.4</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.5.2</id>
<properties>
<test.framework.version>4.5.2</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.5.1</id>
<properties>
<test.framework.version>4.5.1</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.5</id>
<properties>
<test.framework.version>4.5</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.4.1</id>
<properties>
<test.framework.version>4.4.1</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.4</id>
<properties>
<test.framework.version>4.4</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.3.6</id>
<properties>
<test.framework.version>4.3.6</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.3.5</id>
<properties>
<test.framework.version>4.3.5</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.3.4</id>
<properties>
<test.framework.version>4.3.4</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.3.3</id>
<properties>
<test.framework.version>4.3.3</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.3.2</id>
<properties>
<test.framework.version>4.3.2</test.framework.version>
</properties>
</profile>
<profile>
<id>httpclient-4.3.x-scenario-4.3.1</id>
<properties>
<test.framework.version>4.3.1</test.framework.version>
</properties>
</profile>
</profiles>
<build> <build>
<finalName>httpclient-4.3.x-scenario</finalName> <finalName>httpclient-4.3.x-scenario</finalName>
<plugins> <plugins>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* *
*/ */
package test.apache.skywalking.apm.testcase.httpclient; package org.apache.skywalking.apm.testcase.httpclient;
import java.io.IOException; import java.io.IOException;
import java.io.PrintWriter; import java.io.PrintWriter;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package test.apache.skywalking.apm.testcase.httpclient; package org.apache.skywalking.apm.testcase.httpclient;
import java.io.IOException; import java.io.IOException;
import java.io.PrintWriter; import java.io.PrintWriter;
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* *
*/ */
package test.apache.skywalking.apm.testcase.httpclient; package org.apache.skywalking.apm.testcase.httpclient;
import java.io.IOException; import java.io.IOException;
import java.io.PrintWriter; import java.io.PrintWriter;
......
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
<servlet> <servlet>
<servlet-name>caseServlet</servlet-name> <servlet-name>caseServlet</servlet-name>
<servlet-class>test.apache.skywalking.apm.testcase.httpclient.CaseServlet</servlet-class> <servlet-class>org.apache.skywalking.apm.testcase.httpclient.CaseServlet</servlet-class>
</servlet> </servlet>
<servlet> <servlet>
<servlet-name>healthCheck</servlet-name> <servlet-name>healthCheck</servlet-name>
<servlet-class>test.apache.skywalking.apm.testcase.httpclient.HealthCheckServlet</servlet-class> <servlet-class>org.apache.skywalking.apm.testcase.httpclient.HealthCheckServlet</servlet-class>
</servlet> </servlet>
<servlet-mapping> <servlet-mapping>
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<servlet> <servlet>
<servlet-name>servletForContextPropagate</servlet-name> <servlet-name>servletForContextPropagate</servlet-name>
<servlet-class>test.apache.skywalking.apm.testcase.httpclient.ServletForContextPropagate</servlet-class> <servlet-class>org.apache.skywalking.apm.testcase.httpclient.ServletForContextPropagate</servlet-class>
</servlet> </servlet>
<servlet-mapping> <servlet-mapping>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册