diff --git a/test/systemtest/bm/bm_command_dump_system_test.cpp b/test/systemtest/bm/bm_command_dump_system_test.cpp index 8b4f08f3cccf3dc48c4771be8c7ba8ebbf5c58e1..cc3ba96197b8db7782cb715a095caf693572dac0 100644 --- a/test/systemtest/bm/bm_command_dump_system_test.cpp +++ b/test/systemtest/bm/bm_command_dump_system_test.cpp @@ -59,7 +59,7 @@ void BmCommandDumpSystemTest::TearDown() * @tc.name: ExecCommand * @tc.desc: Verify the "bm dump -a" command. */ -HWTEST_F(BmCommandDumpSystemTest, Bm_Command_Dump_SystemTest_0100, Function | MediumTest | Level1) +HWTEST_F(BmCommandDumpSystemTest, Bm_Command_Dump_SystemTest_0100, Function | MediumTest | Level0) { // uninstall the bundle ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); @@ -82,7 +82,7 @@ HWTEST_F(BmCommandDumpSystemTest, Bm_Command_Dump_SystemTest_0100, Function | Me * @tc.name: ExecCommand * @tc.desc: Verify the "bm dump -n " command. */ -HWTEST_F(BmCommandDumpSystemTest, Bm_Command_Dump_SystemTest_0200, Function | MediumTest | Level1) +HWTEST_F(BmCommandDumpSystemTest, Bm_Command_Dump_SystemTest_0200, Function | MediumTest | Level0) { // uninstall the bundle ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); diff --git a/test/systemtest/bm/bm_command_install_system_test.cpp b/test/systemtest/bm/bm_command_install_system_test.cpp index 86540c90884f6869703d5020cfddfc30044f3e94..96945f6ffc6968cafd96c7a6b5de7a5428f3c9a4 100644 --- a/test/systemtest/bm/bm_command_install_system_test.cpp +++ b/test/systemtest/bm/bm_command_install_system_test.cpp @@ -60,7 +60,7 @@ void BmCommandInstallSystemTest::TearDown() * @tc.name: ExecCommand * @tc.desc: Verify the "bm install -p " command. */ -HWTEST_F(BmCommandInstallSystemTest, Bm_Command_Install_SystemTest_0100, Function | MediumTest | Level1) +HWTEST_F(BmCommandInstallSystemTest, Bm_Command_Install_SystemTest_0100, Function | MediumTest | Level0) { // uninstall the bundle ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); @@ -79,7 +79,7 @@ HWTEST_F(BmCommandInstallSystemTest, Bm_Command_Install_SystemTest_0100, Functio * @tc.name: ExecCommand * @tc.desc: Verify the "bm install -p " command. */ -HWTEST_F(BmCommandInstallSystemTest, Bm_Command_Install_SystemTest_0200, Function | MediumTest | Level1) +HWTEST_F(BmCommandInstallSystemTest, Bm_Command_Install_SystemTest_0200, Function | MediumTest | Level0) { // install an invalid bundle std::string command = "bm install -p " + STRING_BUNDLE_PATH_INVALID; diff --git a/test/systemtest/bm/bm_command_uninstall_system_test.cpp b/test/systemtest/bm/bm_command_uninstall_system_test.cpp index 0a40be92dee9663cfa0db648f207d0f445d608dd..0f3cb5804f4fe0f61c24134d1b84da55b4630fc2 100644 --- a/test/systemtest/bm/bm_command_uninstall_system_test.cpp +++ b/test/systemtest/bm/bm_command_uninstall_system_test.cpp @@ -60,7 +60,7 @@ void BmCommandUninstallSystemTest::TearDown() * @tc.name: ExecCommand * @tc.desc: Verify the "bm uninstall -n " command. */ -HWTEST_F(BmCommandUninstallSystemTest, Bm_Command_Uninstall_SystemTest_0100, Function | MediumTest | Level1) +HWTEST_F(BmCommandUninstallSystemTest, Bm_Command_Uninstall_SystemTest_0100, Function | MediumTest | Level0) { // uninstall the bundle ToolSystemTest::UninstallBundle(STRING_BUNDLE_NAME); @@ -79,7 +79,7 @@ HWTEST_F(BmCommandUninstallSystemTest, Bm_Command_Uninstall_SystemTest_0100, Fun * @tc.name: ExecCommand * @tc.desc: Verify the "bm uninstall -n " command. */ -HWTEST_F(BmCommandUninstallSystemTest, Bm_Command_Uninstall_SystemTest_0200, Function | MediumTest | Level1) +HWTEST_F(BmCommandUninstallSystemTest, Bm_Command_Uninstall_SystemTest_0200, Function | MediumTest | Level0) { // uninstall an invalid bundle std::string command = "bm uninstall -n " + STRING_BUNDLE_NAME_INVALID;