X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Ftest%2FCMakeLists.txt;h=c84f0565042e6a7ff1fb5f00fdb8998d03077441;hb=3552a87cfd930396cce2eda8d4cb66b71c88df68;hp=bd1a51ea64e25f83bb36cfaca26c9301d0f3d2cc;hpb=49868d2c71eb364cee9707515be6841a568dad40;p=osm%2FSO.git diff --git a/rwlaunchpad/test/CMakeLists.txt b/rwlaunchpad/test/CMakeLists.txt index bd1a51ea..c84f0565 100644 --- a/rwlaunchpad/test/CMakeLists.txt +++ b/rwlaunchpad/test/CMakeLists.txt @@ -23,7 +23,7 @@ install( PROGRAMS launchpad.py DESTINATION demos - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} ) install( @@ -31,7 +31,7 @@ install( pytest/lp_test.py DESTINATION usr/rift/systemtest/pytest/launchpad - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} ) install( @@ -39,14 +39,14 @@ install( launchpad_recovery DESTINATION usr/rift/systemtest/launchpad - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} ) install( PROGRAMS launchpad DESTINATION usr/bin - COMPONENT rwcal-1.0 + COMPONENT ${INSTALL_COMPONENT} ) rift_py3test(utest_rwmonitor @@ -59,6 +59,11 @@ rift_py3test(utest_rwnsm ${CMAKE_CURRENT_SOURCE_DIR}/utest_rwnsm.py ) +rift_py3test(utest_ro_account + TEST_ARGS + ${CMAKE_CURRENT_SOURCE_DIR}/utest_ro_account.py + ) + rift_py3test(tosca_ut TEST_ARGS ${CMAKE_CURRENT_SOURCE_DIR}/tosca_ut.py