[SmokeTest] Add valid packages 72/117572/11
authorDamian Pietruchowski <d.pietruchow@samsung.com>
Mon, 6 Mar 2017 12:13:36 +0000 (13:13 +0100)
committerjaekuk lee <juku1999@samsung.com>
Tue, 14 Mar 2017 01:10:21 +0000 (18:10 -0700)
Fix for this commit: https://review.tizen.org/gerrit/#/c/114671/

Change-Id: I4360fa127ce62703d611817f5388ec90db7ef5b5
Signed-off-by: Damian Pietruchowski <d.pietruchow@samsung.com>
src/unit_tests/smoke_test.cc
src/unit_tests/test_samples/smoke/DeltaMode.delta
src/unit_tests/test_samples/smoke/DeltaMode_Rollback.delta
src/unit_tests/test_samples/smoke/DeltaMode_Rollback.wgt
src/unit_tests/test_samples/smoke/DeltaMode_Rollback_2.wgt
src/unit_tests/test_samples/smoke/InstallationMode_GoodSignature.wgt
src/unit_tests/test_samples/smoke/InstallationMode_WrongSignature.wgt
src/unit_tests/test_samples/smoke/RecoveryMode_ForDelta.delta
src/unit_tests/test_samples/smoke/delta_dir/res/wgt/config.xml

index d4c0efc..369b3f5 100644 (file)
@@ -1061,11 +1061,13 @@ TEST_F(SmokeTest, RecoveryMode_ForMountUpdate) {
 }
 
 TEST_F(SmokeTest, InstallationMode_GoodSignature) {
+  // pkgid: smokewgt08
   bf::path path = kSmokePackagesDirectory / "InstallationMode_GoodSignature.wgt";  // NOLINT
   ASSERT_EQ(Install(path, PackageType::WGT), ci::AppInstaller::Result::OK);
 }
 
 TEST_F(SmokeTest, InstallationMode_WrongSignature) {
+  // pkgid: smokewgt12
   bf::path path = kSmokePackagesDirectory / "InstallationMode_WrongSignature.wgt";  // NOLINT
   ASSERT_EQ(Install(path, PackageType::WGT), ci::AppInstaller::Result::ERROR);
 }
index 95c9cd9..2f6b058 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/DeltaMode.delta and b/src/unit_tests/test_samples/smoke/DeltaMode.delta differ
index 1a82c80..3ecf982 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/DeltaMode_Rollback.delta and b/src/unit_tests/test_samples/smoke/DeltaMode_Rollback.delta differ
index 6372e27..1c7fce3 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/DeltaMode_Rollback.wgt and b/src/unit_tests/test_samples/smoke/DeltaMode_Rollback.wgt differ
index 88a57ae..627529b 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/DeltaMode_Rollback_2.wgt and b/src/unit_tests/test_samples/smoke/DeltaMode_Rollback_2.wgt differ
index cfdddea..f777def 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 e09e3f3..28e3862 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 7da64e4..78375e5 100644 (file)
Binary files a/src/unit_tests/test_samples/smoke/RecoveryMode_ForDelta.delta and b/src/unit_tests/test_samples/smoke/RecoveryMode_ForDelta.delta differ
index 66d7bdc..2eb71f2 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://yourdomain/smokeapp1" version="1.0.0" viewmodes="maximized">
-    <tizen:application id="smokeapp11.RDSMode" package="smokeapp11" required_version="2.3"/>
+<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://yourdomain/smokewgt11" version="1.0.0" viewmodes="maximized">
+    <tizen:application id="smokewgt11.RDSMode" package="smokewgt11" required_version="2.3"/>
     <content src="index.html"/>
     <feature name="http://tizen.org/feature/screen.size.all"/>
     <icon src="icon.png"/>
-    <name>smokeapp1</name>
+    <name>smokewgt11</name>
     <tizen:profile name="mobile"/>
 </widget>