disable package manager plugin Test accepted/tizen/unified/20210707.003039 submit/tizen/20210705.233613
authorYoungjae Shin <yj99.shin@samsung.com>
Mon, 5 Jul 2021 22:44:05 +0000 (07:44 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Mon, 5 Jul 2021 23:33:54 +0000 (08:33 +0900)
Change-Id: I3e1f21ec1400ff5b6017064c6e20eb5672bfef16

packaging/modes-plugins.spec
tests/mdsp_test_integration.cpp

index b237c01..a2a9c1e 100644 (file)
@@ -5,7 +5,7 @@ Summary: Plugin Libraries for Mode Supervisor
 
 Group: System/Management
 License: Apache-2.0
-URL : https://review.tizen.org/gerrit
+URL : https://www.tizen.org
 Source0: %{name}-%{version}.tar.gz
 Source1001: %{name}.manifest
 
@@ -113,7 +113,7 @@ systemctl try-restart modes.service
 XDG_RUNTIME_DIR=/run %{modes_plugin_test_dir}/modes-plugintest-media
 %{modes_plugin_test_dir}/modes-plugintest-wifi
 %{modes_plugin_test_dir}/modes-plugintest-bt
-%{modes_plugin_test_dir}/modes-plugintest-pkg
+#%{modes_plugin_test_dir}/modes-plugintest-pkg
 XDG_RUNTIME_DIR=/run %{modes_plugin_test_dir}/modes-plugintest-display
 %{modes_plugin_test_dir}/modes-plugintest-vconf
 %{modes_plugin_test_dir}/modes-plugintest-mode
index 876c3e0..7083400 100644 (file)
@@ -15,6 +15,7 @@
  */
 #include <glib.h>
 #include <gtest/gtest.h>
+#include <vconf.h>
 #include <modes.h>
 
 class IntegrationTest : public ::testing::Test {
@@ -31,6 +32,7 @@ protected:
                loop = NULL;
                modes_disconnect(handle);
                handle = NULL;
+               vconf_set_str("db/setting/menuscreen/package_name", "org.tizen.homescreen-efl");
        }
 
        static gboolean check_mode_idler(gpointer data)