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

* remove profiles and rename the package

* remove profiles
This commit is contained in:
Daming 2019-10-10 14:23:36 +08:00 committed by 吴晟 Wu Sheng
parent 6c1a8f74b0
commit 9b2672aa59
6 changed files with 7 additions and 95 deletions

View File

@ -149,7 +149,7 @@ do
cp ./config/expectedData.yaml ${case_work_base}/data
# 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}

View File

@ -30,7 +30,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<compiler.version>1.8</compiler.version>
<test.framework>Httpclient</test.framework>
<test.framework.version>4.3</test.framework.version>
</properties>
@ -61,93 +60,6 @@
</dependency>
</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>
<finalName>httpclient-4.3.x-scenario</finalName>
<plugins>

View File

@ -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.PrintWriter;

View File

@ -15,7 +15,7 @@
* 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.PrintWriter;

View File

@ -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.PrintWriter;

View File

@ -24,12 +24,12 @@
<servlet>
<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-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-mapping>
@ -44,7 +44,7 @@
<servlet>
<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-mapping>