Rename smoke test to new convention 71/114671/3
authorPiotr Ganicz <p.ganicz@samsung.com>
Mon, 13 Feb 2017 16:19:03 +0000 (17:19 +0100)
committerjaekuk lee <juku1999@samsung.com>
Fri, 3 Mar 2017 01:13:38 +0000 (17:13 -0800)
This patch renames all smoke test packages to use new convention
('smokewgt' / 'smokehyb') because that is needed by the TearDown
process to work properly.

Change-Id: Ib996921bb88e7f5b1db6f0643774b17e909cfbf1

35 files changed:
src/unit_tests/smoke_test.cc
src/unit_tests/test_samples/smoke/DeinstallationMode.wgt
src/unit_tests/test_samples/smoke/DeinstallationMode_Preload.wgt
src/unit_tests/test_samples/smoke/DeltaMode.wgt
src/unit_tests/test_samples/smoke/DeltaMode_2.wgt
src/unit_tests/test_samples/smoke/DisablePkg.wgt
src/unit_tests/test_samples/smoke/EnablePkg.wgt
src/unit_tests/test_samples/smoke/InstallExternalMode.wgt
src/unit_tests/test_samples/smoke/InstallationMode.wgt
src/unit_tests/test_samples/smoke/InstallationMode_GoodSignature.wgt
src/unit_tests/test_samples/smoke/InstallationMode_Preload.wgt
src/unit_tests/test_samples/smoke/InstallationMode_Rollback.wgt
src/unit_tests/test_samples/smoke/InstallationMode_WrongSignature.wgt
src/unit_tests/test_samples/smoke/MigrateLegacyExternalImageMode.wgt
src/unit_tests/test_samples/smoke/MountInstallationMode.wgt
src/unit_tests/test_samples/smoke/MountInstallationMode_Rollback.wgt
src/unit_tests/test_samples/smoke/MountUpdateMode.wgt
src/unit_tests/test_samples/smoke/MountUpdateMode_2.wgt
src/unit_tests/test_samples/smoke/MountUpdateMode_Rollback.wgt
src/unit_tests/test_samples/smoke/MountUpdateMode_Rollback_2.wgt
src/unit_tests/test_samples/smoke/RDSMode.wgt
src/unit_tests/test_samples/smoke/RecoveryMode_ForDelta.wgt
src/unit_tests/test_samples/smoke/RecoveryMode_ForDelta_2.wgt
src/unit_tests/test_samples/smoke/RecoveryMode_ForInstallation.wgt
src/unit_tests/test_samples/smoke/RecoveryMode_ForMountInstall.wgt
src/unit_tests/test_samples/smoke/RecoveryMode_ForMountUpdate.wgt
src/unit_tests/test_samples/smoke/RecoveryMode_ForMountUpdate_2.wgt
src/unit_tests/test_samples/smoke/RecoveryMode_ForUpdate.wgt
src/unit_tests/test_samples/smoke/RecoveryMode_ForUpdate_2.wgt
src/unit_tests/test_samples/smoke/UpdateMode.wgt
src/unit_tests/test_samples/smoke/UpdateMode_2.wgt
src/unit_tests/test_samples/smoke/UpdateMode_Preload.wgt
src/unit_tests/test_samples/smoke/UpdateMode_Preload2.wgt
src/unit_tests/test_samples/smoke/UpdateMode_Rollback.wgt
src/unit_tests/test_samples/smoke/UpdateMode_Rollback_2.wgt

index 0057a32..5185bdb 100644 (file)
@@ -732,15 +732,10 @@ class SmokeEnvironment : public testing::Environment {
 class SmokeTest : public testing::Test {
 };
 
-// TODO(b.kunikowski): New smoke app pkgid name convention.
-//    Change all smokeapp pkgids to smokewgt, because now there
-//    may be some smoke app pkgid identical as in tpk smoke tests, and this may
-//    cause bad results of some smoke tests.
-
 TEST_F(SmokeTest, InstallationMode) {
   bf::path path = kSmokePackagesDirectory / "InstallationMode.wgt";
-  std::string pkgid = "smokeapp03";
-  std::string appid = "smokeapp03.InstallationMode";
+  std::string pkgid = "smokewgt03";
+  std::string appid = "smokewgt03.InstallationMode";
   ASSERT_EQ(Install(path, PackageType::WGT), ci::AppInstaller::Result::OK);
   ValidatePackage(pkgid, {appid});
 }
@@ -748,8 +743,8 @@ TEST_F(SmokeTest, InstallationMode) {
 TEST_F(SmokeTest, UpdateMode) {
   bf::path path_old = kSmokePackagesDirectory / "UpdateMode.wgt";
   bf::path path_new = kSmokePackagesDirectory / "UpdateMode_2.wgt";
-  std::string pkgid = "smokeapp04";
-  std::string appid = "smokeapp04.UpdateMode";
+  std::string pkgid = "smokewgt04";
+  std::string appid = "smokewgt04.UpdateMode";
   ASSERT_EQ(Install(path_old, PackageType::WGT), ci::AppInstaller::Result::OK);
   AddDataFiles(pkgid, kTestUserId);
   ASSERT_EQ(Install(path_new, PackageType::WGT), ci::AppInstaller::Result::OK);
@@ -761,8 +756,8 @@ TEST_F(SmokeTest, UpdateMode) {
 
 TEST_F(SmokeTest, DeinstallationMode) {
   bf::path path = kSmokePackagesDirectory / "DeinstallationMode.wgt";
-  std::string pkgid = "smokeapp05";
-  std::string appid = "smokeapp05.DeinstallationMode";
+  std::string pkgid = "smokewgt05";
+  std::string appid = "smokewgt05.DeinstallationMode";
   ASSERT_EQ(Install(path, PackageType::WGT),
             ci::AppInstaller::Result::OK);
   ASSERT_EQ(Uninstall(pkgid, PackageType::WGT, false),
@@ -772,8 +767,8 @@ TEST_F(SmokeTest, DeinstallationMode) {
 
 TEST_F(SmokeTest, RDSMode) {
   bf::path path = kSmokePackagesDirectory / "RDSMode.wgt";
-  std::string pkgid = "smokeapp11";
-  std::string appid = "smokeapp11.RDSMode";
+  std::string pkgid = "smokewgt11";
+  std::string appid = "smokewgt11.RDSMode";
   bf::path delta_directory = kSmokePackagesDirectory / "delta_dir/";
   bf::path sdk_expected_directory =
       bf::path(ci::GetRootAppPath(false, kTestUserId)) / "tmp" / pkgid;
@@ -795,7 +790,7 @@ TEST_F(SmokeTest, RDSMode) {
 
 TEST_F(SmokeTest, EnablePkg) {
   bf::path path = kSmokePackagesDirectory / "EnablePkg.wgt";
-  std::string pkgid = "smokeapp22";
+  std::string pkgid = "smokewgt22";
   ASSERT_EQ(Install(path, PackageType::WGT),
             ci::AppInstaller::Result::OK);
   ASSERT_EQ(DisablePackage(pkgid, PackageType::WGT),
@@ -810,8 +805,8 @@ TEST_F(SmokeTest, EnablePkg) {
 
 TEST_F(SmokeTest, DisablePkg) {
   bf::path path = kSmokePackagesDirectory / "DisablePkg.wgt";
-  std::string pkgid = "smokeapp21";
-  std::string appid = "smokeapp21.DisablePkg";
+  std::string pkgid = "smokewgt21";
+  std::string appid = "smokewgt21.DisablePkg";
   ASSERT_EQ(Install(path, PackageType::WGT),
             ci::AppInstaller::Result::OK);
   ASSERT_EQ(DisablePackage(pkgid, PackageType::WGT),
@@ -823,8 +818,8 @@ TEST_F(SmokeTest, DisablePkg) {
 TEST_F(SmokeTest, DeltaMode) {
   bf::path path = kSmokePackagesDirectory / "DeltaMode.wgt";
   bf::path delta_package = kSmokePackagesDirectory / "DeltaMode.delta";
-  std::string pkgid = "smokeapp17";
-  std::string appid = "smokeapp17.DeltaMode";
+  std::string pkgid = "smokewgt17";
+  std::string appid = "smokewgt17.DeltaMode";
   ASSERT_EQ(DeltaInstall(path, delta_package, PackageType::WGT),
             ci::AppInstaller::Result::OK);
   ValidatePackage(pkgid, {appid});
@@ -850,8 +845,8 @@ TEST_F(SmokeTest, RecoveryMode_ForInstallation) {
   backend_crash.Run("-i", path.string(), "-u", kTestUserIdStr.c_str());
   ASSERT_NE(backend_crash.Wait(), 0);
 
-  std::string pkgid = "smokeapp09";
-  std::string appid = "smokeapp09.RecoveryModeForInstallation";
+  std::string pkgid = "smokewgt09";
+  std::string appid = "smokewgt09.RecoveryModeForInstallation";
   bf::path recovery_file = FindRecoveryFile();
   ASSERT_FALSE(recovery_file.empty());
   ASSERT_EQ(Recover(recovery_file, PackageType::WGT),
@@ -864,8 +859,8 @@ TEST_F(SmokeTest, RecoveryMode_ForUpdate) {
   bf::path path_new = kSmokePackagesDirectory / "RecoveryMode_ForUpdate_2.wgt";
   RemoveAllRecoveryFiles();
   ASSERT_EQ(Install(path_old, PackageType::WGT), ci::AppInstaller::Result::OK);
-  std::string pkgid = "smokeapp10";
-  std::string appid = "smokeapp10.RecoveryModeForUpdate";
+  std::string pkgid = "smokewgt10";
+  std::string appid = "smokewgt10.RecoveryModeForUpdate";
   AddDataFiles(pkgid, kTestUserId);
   Subprocess backend_crash("/usr/bin/wgt-backend-ut/smoke-test-helper");
   backend_crash.Run("-i", path_new.string(), "-u", kTestUserIdStr.c_str());
@@ -890,8 +885,8 @@ TEST_F(SmokeTest, RecoveryMode_ForDelta) {
   backend_crash.Run("-i", path_new.string(), "-u", kTestUserIdStr.c_str());
   ASSERT_NE(backend_crash.Wait(), 0);
 
-  std::string pkgid = "smokeapp30";
-  std::string appid = "smokeapp30.RecoveryModeForDelta";
+  std::string pkgid = "smokewgt30";
+  std::string appid = "smokewgt30.RecoveryModeForDelta";
   bf::path recovery_file = FindRecoveryFile();
   ASSERT_FALSE(recovery_file.empty());
   ASSERT_EQ(Recover(recovery_file, PackageType::WGT),
@@ -908,8 +903,8 @@ TEST_F(SmokeTest, RecoveryMode_ForMountInstall) {
   backend_crash.Run("-w", path.string(), "-u", kTestUserIdStr.c_str());
   ASSERT_NE(backend_crash.Wait(), 0);
 
-  std::string pkgid = "smokeapp31";
-  std::string appid = "smokeapp31.RecoveryModeForMountInstall";
+  std::string pkgid = "smokewgt31";
+  std::string appid = "smokewgt31.RecoveryModeForMountInstall";
   bf::path recovery_file = FindRecoveryFile();
   ASSERT_FALSE(recovery_file.empty());
   ASSERT_EQ(Recover(recovery_file, PackageType::WGT),
@@ -922,8 +917,8 @@ TEST_F(SmokeTest, RecoveryMode_ForMountUpdate) {
       kSmokePackagesDirectory / "RecoveryMode_ForMountUpdate.wgt";
   bf::path path_new =
       kSmokePackagesDirectory / "RecoveryMode_ForMountUpdate_2.wgt";
-  std::string pkgid = "smokeapp32";
-  std::string appid = "smokeapp32.RecoveryModeForMountUpdate";
+  std::string pkgid = "smokewgt32";
+  std::string appid = "smokewgt32.RecoveryModeForMountUpdate";
   RemoveAllRecoveryFiles();
   ASSERT_EQ(MountInstall(path_old, PackageType::WGT),
             ci::AppInstaller::Result::OK);
@@ -959,8 +954,8 @@ TEST_F(SmokeTest, InstallationMode_WrongSignature) {
 
 TEST_F(SmokeTest, InstallationMode_Rollback) {
   bf::path path = kSmokePackagesDirectory / "InstallationMode_Rollback.wgt";
-  std::string pkgid = "smokeapp06";
-  std::string appid = "smokeapp06.InstallationModeRollback";
+  std::string pkgid = "smokewgt06";
+  std::string appid = "smokewgt06.InstallationModeRollback";
   ASSERT_EQ(Install(path, PackageType::WGT, RequestResult::FAIL),
             ci::AppInstaller::Result::ERROR);
   CheckPackageNonExistance(pkgid, {appid});
@@ -969,8 +964,8 @@ TEST_F(SmokeTest, InstallationMode_Rollback) {
 TEST_F(SmokeTest, UpdateMode_Rollback) {
   bf::path path_old = kSmokePackagesDirectory / "UpdateMode_Rollback.wgt";
   bf::path path_new = kSmokePackagesDirectory / "UpdateMode_Rollback_2.wgt";
-  std::string pkgid = "smokeapp07";
-  std::string appid = "smokeapp07.UpdateModeRollback";
+  std::string pkgid = "smokewgt07";
+  std::string appid = "smokewgt07.UpdateModeRollback";
   ASSERT_EQ(Install(path_old, PackageType::WGT), ci::AppInstaller::Result::OK);
   AddDataFiles(pkgid, kTestUserId);
   ASSERT_EQ(Install(path_new, PackageType::WGT, RequestResult::FAIL),
@@ -1176,8 +1171,8 @@ TEST_F(SmokeTest, MountUpdateMode_Rollback_Hybrid) {
 
 TEST_F(SmokeTest, MountInstallationMode) {
   bf::path path = kSmokePackagesDirectory / "MountInstallationMode.wgt";
-  std::string pkgid = "smokeapp28";
-  std::string appid = "smokeapp28.InstallationMode";
+  std::string pkgid = "smokewgt28";
+  std::string appid = "smokewgt28.InstallationMode";
   ASSERT_EQ(MountInstall(path, PackageType::WGT), ci::AppInstaller::Result::OK);
   ScopedTzipInterface interface(pkgid);
   ValidatePackage(pkgid, {appid});
@@ -1186,8 +1181,8 @@ TEST_F(SmokeTest, MountInstallationMode) {
 TEST_F(SmokeTest, MountUpdateMode) {
   bf::path path_old = kSmokePackagesDirectory / "MountUpdateMode.wgt";
   bf::path path_new = kSmokePackagesDirectory / "MountUpdateMode_2.wgt";
-  std::string pkgid = "smokeapp29";
-  std::string appid = "smokeapp29.UpdateMode";
+  std::string pkgid = "smokewgt29";
+  std::string appid = "smokewgt29.UpdateMode";
   ASSERT_EQ(MountInstall(path_old, PackageType::WGT),
             ci::AppInstaller::Result::OK);
   AddDataFiles(pkgid, kTestUserId);
@@ -1203,8 +1198,8 @@ TEST_F(SmokeTest, MountUpdateMode) {
 TEST_F(SmokeTest, MountInstallationMode_Rollback) {
   bf::path path =
       kSmokePackagesDirectory / "MountInstallationMode_Rollback.wgt";
-  std::string pkgid = "smokeapp33";
-  std::string appid = "smokeapp33.web";
+  std::string pkgid = "smokewgt33";
+  std::string appid = "smokewgt33.web";
   ASSERT_EQ(MountInstall(path, PackageType::WGT, RequestResult::FAIL),
             ci::AppInstaller::Result::ERROR);
   ScopedTzipInterface interface(pkgid);
@@ -1215,8 +1210,8 @@ TEST_F(SmokeTest, MountUpdateMode_Rollback) {
   bf::path path_old = kSmokePackagesDirectory / "MountUpdateMode_Rollback.wgt";
   bf::path path_new =
       kSmokePackagesDirectory / "MountUpdateMode_Rollback_2.wgt";
-  std::string pkgid = "smokeapp34";
-  std::string appid = "smokeapp34.web";
+  std::string pkgid = "smokewgt34";
+  std::string appid = "smokewgt34.web";
   ASSERT_EQ(MountInstall(path_old, PackageType::WGT),
             ci::AppInstaller::Result::OK);
   AddDataFiles(pkgid, kTestUserId);
@@ -1250,8 +1245,8 @@ TEST_F(SmokeTest, UserDefinedPlugins) {
 TEST_F(SmokeTest, InstallExternalMode) {
   ASSERT_TRUE(CheckAvailableExternalPath());
   bf::path path = kSmokePackagesDirectory / "InstallExternalMode.wgt";
-  std::string pkgid = "smokeapp35";
-  std::string appid = "smokeapp35.web";
+  std::string pkgid = "smokewgt35";
+  std::string appid = "smokewgt35.web";
   ASSERT_EQ(InstallExternal(path, PackageType::WGT),
       ci::AppInstaller::Result::OK);
   ValidateExternalPackage(pkgid, {appid});
@@ -1261,8 +1256,8 @@ TEST_F(SmokeTest, MigrateLegacyExternalImageMode) {
   ASSERT_TRUE(CheckAvailableExternalPath());
   bf::path path =
       kSmokePackagesDirectory / "MigrateLegacyExternalImageMode.wgt";
-  std::string pkgid = "smokeapp36";
-  std::string appid = "smokeapp36.web";
+  std::string pkgid = "smokewgt36";
+  std::string appid = "smokewgt36.web";
   bf::path legacy_path = kSmokePackagesDirectory / kLegacyExtImageDir;
   ASSERT_EQ(MigrateLegacyExternalImage(pkgid, path, legacy_path,
       PackageType::WGT), ci::AppInstaller::Result::OK);
@@ -1272,8 +1267,8 @@ TEST_F(SmokeTest, MigrateLegacyExternalImageMode) {
 TEST_F(SmokeTest, InstallationMode_Preload) {
   ASSERT_EQ(getuid(), 0) << "Test cannot be run by normal user";
   bf::path path = kSmokePackagesDirectory / "InstallationMode_Preload.wgt";
-  std::string pkgid = "smokeapp37";
-  std::string appid = "smokeapp37.InstallationModePreload";
+  std::string pkgid = "smokewgt37";
+  std::string appid = "smokewgt37.InstallationModePreload";
   ASSERT_EQ(InstallPreload(path, PackageType::WGT),
             ci::AppInstaller::Result::OK);
   ValidatePackage(pkgid, {appid}, true);
@@ -1283,8 +1278,8 @@ TEST_F(SmokeTest, UpdateMode_Preload) {
   ASSERT_EQ(getuid(), 0) << "Test cannot be run by normal user";
   bf::path path_old = kSmokePackagesDirectory / "UpdateMode_Preload.wgt";
   bf::path path_new = kSmokePackagesDirectory / "UpdateMode_Preload2.wgt";
-  std::string pkgid = "smokeapp38";
-  std::string appid = "smokeapp38.UpdateModePreload";
+  std::string pkgid = "smokewgt38";
+  std::string appid = "smokewgt38.UpdateModePreload";
   ASSERT_EQ(InstallPreload(path_old, PackageType::WGT),
             ci::AppInstaller::Result::OK);
   AddDataFiles(pkgid, kTestUserId);
@@ -1300,8 +1295,8 @@ TEST_F(SmokeTest, UpdateMode_Preload) {
 TEST_F(SmokeTest, DeinstallationMode_Preload) {
   ASSERT_EQ(getuid(), 0) << "Test cannot be run by normal user";
   bf::path path = kSmokePackagesDirectory / "DeinstallationMode_Preload.wgt";
-  std::string pkgid = "smokeapp39";
-  std::string appid = "smokeapp39.DeinstallationModePreload";
+  std::string pkgid = "smokewgt39";
+  std::string appid = "smokewgt39.DeinstallationModePreload";
   ASSERT_EQ(InstallPreload(path, PackageType::WGT),
             ci::AppInstaller::Result::OK);
   ASSERT_EQ(Uninstall(pkgid, PackageType::WGT, true),
index f5f8d33..fa15fe2 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/DeinstallationMode.wgt and b/src/unit_tests/test_samples/smoke/DeinstallationMode.wgt differ
index 32f3480..cb80036 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/DeinstallationMode_Preload.wgt and b/src/unit_tests/test_samples/smoke/DeinstallationMode_Preload.wgt differ
index 7881262..c5a9db9 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/DeltaMode.wgt and b/src/unit_tests/test_samples/smoke/DeltaMode.wgt differ
index 12890a9..dfdf31d 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/DeltaMode_2.wgt and b/src/unit_tests/test_samples/smoke/DeltaMode_2.wgt differ
index 905c527..e2281eb 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/DisablePkg.wgt and b/src/unit_tests/test_samples/smoke/DisablePkg.wgt differ
index f91781e..b5abc2a 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/EnablePkg.wgt and b/src/unit_tests/test_samples/smoke/EnablePkg.wgt differ
index ef4f46f..c5f50b3 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/InstallExternalMode.wgt and b/src/unit_tests/test_samples/smoke/InstallExternalMode.wgt differ
index e4238a7..6baa0b9 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/InstallationMode.wgt and b/src/unit_tests/test_samples/smoke/InstallationMode.wgt differ
index 6e59b30..cfdddea 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/InstallationMode_GoodSignature.wgt and b/src/unit_tests/test_samples/smoke/InstallationMode_GoodSignature.wgt differ
index 2e98b4d..086e074 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/InstallationMode_Preload.wgt and b/src/unit_tests/test_samples/smoke/InstallationMode_Preload.wgt differ
index 399e259..c063f73 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/InstallationMode_Rollback.wgt and b/src/unit_tests/test_samples/smoke/InstallationMode_Rollback.wgt differ
index 2efcae7..e09e3f3 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/InstallationMode_WrongSignature.wgt and b/src/unit_tests/test_samples/smoke/InstallationMode_WrongSignature.wgt differ
index 160f91c..d1f6b78 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/MigrateLegacyExternalImageMode.wgt and b/src/unit_tests/test_samples/smoke/MigrateLegacyExternalImageMode.wgt differ
index 56b7ce5..d27eb6a 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/MountInstallationMode.wgt and b/src/unit_tests/test_samples/smoke/MountInstallationMode.wgt differ
index 631eab4..f1cd2f4 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/MountInstallationMode_Rollback.wgt and b/src/unit_tests/test_samples/smoke/MountInstallationMode_Rollback.wgt differ
index cdf556d..d94ea71 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/MountUpdateMode.wgt and b/src/unit_tests/test_samples/smoke/MountUpdateMode.wgt differ
index 6781f2b..3d2e340 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/MountUpdateMode_2.wgt and b/src/unit_tests/test_samples/smoke/MountUpdateMode_2.wgt differ
index 3615ea0..9ad0039 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/MountUpdateMode_Rollback.wgt and b/src/unit_tests/test_samples/smoke/MountUpdateMode_Rollback.wgt differ
index d6c13d5..299f4c5 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/MountUpdateMode_Rollback_2.wgt and b/src/unit_tests/test_samples/smoke/MountUpdateMode_Rollback_2.wgt differ
index 1ddd176..f3c1bea 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/RDSMode.wgt and b/src/unit_tests/test_samples/smoke/RDSMode.wgt differ
index 0349748..d97ecc6 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/RecoveryMode_ForDelta.wgt and b/src/unit_tests/test_samples/smoke/RecoveryMode_ForDelta.wgt differ
index 080dada..6f171db 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/RecoveryMode_ForDelta_2.wgt and b/src/unit_tests/test_samples/smoke/RecoveryMode_ForDelta_2.wgt differ
index 7f9dc0e..7d11d9b 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/RecoveryMode_ForInstallation.wgt and b/src/unit_tests/test_samples/smoke/RecoveryMode_ForInstallation.wgt differ
index 201608e..14c8562 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/RecoveryMode_ForMountInstall.wgt and b/src/unit_tests/test_samples/smoke/RecoveryMode_ForMountInstall.wgt differ
index 17ab974..7fc53f1 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/RecoveryMode_ForMountUpdate.wgt and b/src/unit_tests/test_samples/smoke/RecoveryMode_ForMountUpdate.wgt differ
index 374b66d..257ef7b 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/RecoveryMode_ForMountUpdate_2.wgt and b/src/unit_tests/test_samples/smoke/RecoveryMode_ForMountUpdate_2.wgt differ
index 2e76378..6bebab8 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/RecoveryMode_ForUpdate.wgt and b/src/unit_tests/test_samples/smoke/RecoveryMode_ForUpdate.wgt differ
index 3bb549e..44b8372 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/RecoveryMode_ForUpdate_2.wgt and b/src/unit_tests/test_samples/smoke/RecoveryMode_ForUpdate_2.wgt differ
index 1f07317..a7a630c 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/UpdateMode.wgt and b/src/unit_tests/test_samples/smoke/UpdateMode.wgt differ
index b75fc1c..21492f3 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/UpdateMode_2.wgt and b/src/unit_tests/test_samples/smoke/UpdateMode_2.wgt differ
index 9e55d64..b7b4826 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/UpdateMode_Preload.wgt and b/src/unit_tests/test_samples/smoke/UpdateMode_Preload.wgt differ
index bdbf497..5d5cefa 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/UpdateMode_Preload2.wgt and b/src/unit_tests/test_samples/smoke/UpdateMode_Preload2.wgt differ
index 8b0a285..13f1c3c 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/UpdateMode_Rollback.wgt and b/src/unit_tests/test_samples/smoke/UpdateMode_Rollback.wgt differ
index 2f80c58..e7395b0 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/UpdateMode_Rollback_2.wgt and b/src/unit_tests/test_samples/smoke/UpdateMode_Rollback_2.wgt differ