Change the package name for haltests 37/261137/1 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.5/unified/20211028.101249 accepted/tizen/7.0/unified/20221110.062330 accepted/tizen/7.0/unified/hotfix/20221116.105237 accepted/tizen/8.0/unified/20231005.093258 accepted/tizen/unified/20210713.090209 submit/tizen/20210713.031110 submit/tizen_6.5/20211028.162201 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorJaehyun Kim <jeik01.kim@samsung.com>
Mon, 12 Jul 2021 09:24:18 +0000 (18:24 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Mon, 12 Jul 2021 09:24:18 +0000 (18:24 +0900)
Packages with 'haltests' in their names are automatically downloaded
and executed by the automation tool.
But the haltests package for wifi-mesh is not for automated testing
so the package name must be changed.

Change-Id: I41db9d12197f090a8c04008ebc56c996d5cc0d97
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
haltest/CMakeLists.txt
packaging/wifi-mesh-manager.spec

index 40a5ae9..b1ca16c 100644 (file)
@@ -1,7 +1,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 PROJECT(gtest-haltest-wifi-mesh-manager C CXX)
 
-SET(HALTEST "wifi-mesh-manager-haltests")
+SET(HALTEST "wifi-mesh-manager-hal-tests")
 ADD_DEFINITIONS("-DUSE_DLOG")
 
 SET(REQUIRES_LIST ${REQUIRES_LIST}
index 4258e0b..12ff403 100644 (file)
@@ -35,7 +35,7 @@ Requires: security-config
 %description
 Manager for handling Wi-Fi mesh network
 
-%package haltests
+%package hal-tests
 Summary: wifi-mesh-manager extension for HAL test
 BuildRequires: pkgconfig(gmock)
 BuildRequires: pkgconfig(glib-2.0)
@@ -44,7 +44,7 @@ BuildRequires: pkgconfig(dlog)
 BuildRequires: pkgconfig(capi-system-info)
 Requires: %{name} = %{version}-%{release}
 
-%description haltests
+%description hal-tests
 TIZEN wifi-mesh-manager extension for HAL test.
 
 %prep
@@ -117,7 +117,7 @@ rm -rf %{NETWORK_FW_DATADIR}/wmesh_hostapd.conf
     %{_bindir}/gtest*
 %endif
 
-%files haltests
+%files hal-tests
 %manifest wmeshd.manifest
-%{_bindir}/*haltests
+%{_bindir}/*hal-tests