X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Frwpkgmgr%2Ftest%2FCMakeLists.txt;fp=rwlaunchpad%2Fplugins%2Frwpkgmgr%2Ftest%2FCMakeLists.txt;h=8f090a27a2ae60ef0692ae07fcde5f1f3ffc0b82;hb=e43e014d9579c5ae14ed0fa2378c678536038e91;hp=a42e8e93d7ee5ae68539f13332a28d5aeca60ed8;hpb=68d0d9584a9cacc929067cd1cb5019d395f98fe6;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/rwpkgmgr/test/CMakeLists.txt b/rwlaunchpad/plugins/rwpkgmgr/test/CMakeLists.txt index a42e8e93..8f090a27 100644 --- a/rwlaunchpad/plugins/rwpkgmgr/test/CMakeLists.txt +++ b/rwlaunchpad/plugins/rwpkgmgr/test/CMakeLists.txt @@ -43,6 +43,11 @@ rift_py3test(utest_publisher_dts.test_url_download ${CMAKE_CURRENT_SOURCE_DIR}/utest_publisher_dts.py TestCase.test_url_download ) +rift_py3test(utest_publisher_dts.test_url_download_unreachable_ip + TEST_ARGS + ${CMAKE_CURRENT_SOURCE_DIR}/utest_publisher_dts.py TestCase.test_url_download_unreachable_ip + ) + rift_py3test(utest_publisher_dts.test_cancelled TEST_ARGS ${CMAKE_CURRENT_SOURCE_DIR}/utest_publisher_dts.py TestCase.test_cancelled @@ -53,6 +58,7 @@ add_custom_target(utest_publisher_dts.py utest_publisher_dts.test_download_publisher utest_publisher_dts.test_publish utest_publisher_dts.test_url_download + utest_publisher_dts.test_url_download_unreachable_ip utest_publisher_dts.test_cancelled )