diff --git a/test/moduletest/bm/BUILD.gn b/test/moduletest/bm/BUILD.gn index 651d51f943a57243b63b1322a086c5fea68046f8..9c809bf25d11d70a601dc543d76bfa86f82cbaf9 100644 --- a/test/moduletest/bm/BUILD.gn +++ b/test/moduletest/bm/BUILD.gn @@ -14,7 +14,7 @@ import("//build/test.gni") import("../../../bundletool.gni") -module_output_path = "bundle_tool/tools" +module_output_path = "bundle_framework/bundle_framework" config("tools_bm_config_moduletest") { include_dirs = [ "${bundletool_test_path}/mock/" ] diff --git a/test/systemtest/bm/BUILD.gn b/test/systemtest/bm/BUILD.gn index b82e4f7d5602ce867be72b1863474ac948ecb22c..0aca622bcf59e0564d6fdf109ae132e1507a0810 100644 --- a/test/systemtest/bm/BUILD.gn +++ b/test/systemtest/bm/BUILD.gn @@ -14,7 +14,7 @@ import("//build/test.gni") import("../../../bundletool.gni") -module_output_path = "bundle_tool/tools" +module_output_path = "bundle_framework/bundle_framework" config("tools_bm_config_systemtest") { include_dirs = [ "${bundletool_test_path}/mock/" ] diff --git a/test/unittest/bm/BUILD.gn b/test/unittest/bm/BUILD.gn index 0208bb3b27d3939cda556b10feb1cffbbc2751b4..12a59b2a7d06314a1ea3a012ee4ed5a366b414b9 100644 --- a/test/unittest/bm/BUILD.gn +++ b/test/unittest/bm/BUILD.gn @@ -14,7 +14,7 @@ import("//build/test.gni") import("../../../bundletool.gni") -module_output_path = "bundle_tool/tools" +module_output_path = "bundle_framework/bundle_framework" config("tools_bm_config_unittest") { include_dirs = [ "${bundletool_test_path}/mock/" ] diff --git a/test/unittest/bm/bm_command_quickfix_test.cpp b/test/unittest/bm/bm_command_quickfix_test.cpp index 0d7f1b72d54afd33606e5da6c8484b9b6c64ee61..ed83636db08000cd0b5f354316a995ee5bd75c38 100644 --- a/test/unittest/bm/bm_command_quickfix_test.cpp +++ b/test/unittest/bm/bm_command_quickfix_test.cpp @@ -61,7 +61,7 @@ void BmCommandQuickFixTest::TearDown() * @tc.type: FUNC * @tc.require: issueI5OCZV */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_0100, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_0100, TestSize.Level0) { char *argv[] = { const_cast(TOOL_NAME.c_str()), @@ -102,7 +102,7 @@ HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_0200, TestSize.Level1) * @tc.type: FUNC * @tc.require: issueI5OCZV */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Help_0100, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Help_0100, TestSize.Level0) { char *argv[] = { const_cast(TOOL_NAME.c_str()), @@ -123,7 +123,7 @@ HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Help_0100, TestSize.Level1) * @tc.type: FUNC * @tc.require: issueI5OCZV */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Help_0200, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Help_0200, TestSize.Level0) { char *argv[] = { const_cast(TOOL_NAME.c_str()), @@ -165,7 +165,7 @@ HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Apply_0100, TestSize.Level1) * @tc.type: FUNC * @tc.require: issueI5OCZV */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Apply_0200, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Apply_0200, TestSize.Level0) { char *argv[] = { const_cast(TOOL_NAME.c_str()), @@ -351,7 +351,7 @@ HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Apply_0900, TestSize.Level1) * @tc.type: FUNC * @tc.require: issueI5OCZV */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0100, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0100, TestSize.Level0) { char *argv[] = { const_cast(TOOL_NAME.c_str()), @@ -372,7 +372,7 @@ HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0100, TestSize.Level1) * @tc.type: FUNC * @tc.require: issueI5OCZV */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0200, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0200, TestSize.Level0) { char *argv[] = { const_cast(TOOL_NAME.c_str()), @@ -393,7 +393,7 @@ HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0200, TestSize.Level1) * @tc.type: FUNC * @tc.require: issueI5OCZV */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0300, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0300, TestSize.Level0) { char *argv[] = { const_cast(TOOL_NAME.c_str()), @@ -438,7 +438,7 @@ HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0400, TestSize.Level1) * @tc.type: FUNC * @tc.require: issueI5OCZV */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0500, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0500, TestSize.Level0) { char *argv[] = { const_cast(TOOL_NAME.c_str()), @@ -484,7 +484,7 @@ HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0600, TestSize.Level1) * @tc.type: FUNC * @tc.require: issueI5OCZV */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0700, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0700, TestSize.Level0) { QuickFixCommand command; std::vector quickFixFiles; @@ -500,7 +500,7 @@ HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0700, TestSize.Level1) * @tc.type: FUNC * @tc.require: issueI5OCZV */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0800, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0800, TestSize.Level0) { QuickFixCommand command; std::vector quickFixFiles = { "/data/null" }; @@ -516,7 +516,7 @@ HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0800, TestSize.Level1) * @tc.type: FUNC * @tc.require: issueI5OCZV */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0900, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0900, TestSize.Level0) { QuickFixCommand command; std::string bundleName; @@ -532,7 +532,7 @@ HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_0900, TestSize.Level1) * @tc.type: FUNC * @tc.require: issueI5OCZV */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_1000, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_1000, TestSize.Level0) { QuickFixCommand command; std::string bundleName = "ohos.global.systemres"; @@ -595,7 +595,7 @@ HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Query_1200, TestSize.Level1) * @tc.type: FUNC * @tc.require: issueI9R2WQ */ -HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Remove_0001, TestSize.Level1) +HWTEST_F(BmCommandQuickFixTest, Bm_Command_QuickFix_Remove_0001, TestSize.Level0) { char *argv[] = { const_cast(TOOL_NAME.c_str()),